Struct cfn::aws::ec2::NetworkInterfacePermissionProperties [] [src]

pub struct NetworkInterfacePermissionProperties {
    pub aws_account_id: Value<String>,
    pub network_interface_id: Value<String>,
    pub permission: Value<String>,
}

Properties for the NetworkInterfacePermission resource.

Fields

Property AwsAccountId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property NetworkInterfaceId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Permission.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for NetworkInterfacePermissionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for NetworkInterfacePermissionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for NetworkInterfacePermissionProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<NetworkInterfacePermissionProperties> for NetworkInterfacePermission
[src]

[src]

Performs the conversion.

Auto Trait Implementations