pub struct VpcEndpointPolicyResult {
pub policy: Output<String>,
pub vpc_endpoint_id: Output<String>,
}
Fields§
§policy: Output<String>
A policy to attach to the endpoint that controls access to the service. Defaults to full access. All Gateway
and some Interface
endpoints support policies - see the relevant AWS documentation for more details.
vpc_endpoint_id: Output<String>
The VPC Endpoint ID.
Auto Trait Implementations§
impl Freeze for VpcEndpointPolicyResult
impl RefUnwindSafe for VpcEndpointPolicyResult
impl Send for VpcEndpointPolicyResult
impl Sync for VpcEndpointPolicyResult
impl Unpin for VpcEndpointPolicyResult
impl UnwindSafe for VpcEndpointPolicyResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more