pub struct VpcEndpointServiceAllowedPrincipleArgs {
pub principal_arn: Output<String>,
pub vpc_endpoint_service_id: Output<String>,
}
Fields§
§principal_arn: Output<String>
The ARN of the principal to allow permissions.
vpc_endpoint_service_id: Output<String>
The ID of the VPC endpoint service to allow permission.
Implementations§
source§impl VpcEndpointServiceAllowedPrincipleArgs
impl VpcEndpointServiceAllowedPrincipleArgs
sourcepub fn builder() -> VpcEndpointServiceAllowedPrincipleArgsBuilder
pub fn builder() -> VpcEndpointServiceAllowedPrincipleArgsBuilder
Create an instance of VpcEndpointServiceAllowedPrincipleArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpcEndpointServiceAllowedPrincipleArgs
impl Clone for VpcEndpointServiceAllowedPrincipleArgs
source§fn clone(&self) -> VpcEndpointServiceAllowedPrincipleArgs
fn clone(&self) -> VpcEndpointServiceAllowedPrincipleArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpcEndpointServiceAllowedPrincipleArgs
impl RefUnwindSafe for VpcEndpointServiceAllowedPrincipleArgs
impl Send for VpcEndpointServiceAllowedPrincipleArgs
impl Sync for VpcEndpointServiceAllowedPrincipleArgs
impl Unpin for VpcEndpointServiceAllowedPrincipleArgs
impl UnwindSafe for VpcEndpointServiceAllowedPrincipleArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)