Show / Hide Table of Contents

Class CfnNetworkInterfacePermissionProps

Properties for defining a AWS::EC2::NetworkInterfacePermission.

Inheritance
System.Object
CfnNetworkInterfacePermissionProps
Implements
ICfnNetworkInterfacePermissionProps
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnNetworkInterfacePermissionProps : Object, ICfnNetworkInterfacePermissionProps
Syntax (vb)
Public Class CfnNetworkInterfacePermissionProps
    Inherits Object
    Implements ICfnNetworkInterfacePermissionProps
Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html

Synopsis

Constructors

CfnNetworkInterfacePermissionProps()

Properties

AwsAccountId

AWS::EC2::NetworkInterfacePermission.AwsAccountId.

NetworkInterfaceId

AWS::EC2::NetworkInterfacePermission.NetworkInterfaceId.

Permission

AWS::EC2::NetworkInterfacePermission.Permission.

Constructors

CfnNetworkInterfacePermissionProps()

public CfnNetworkInterfacePermissionProps()

Properties

AwsAccountId

AWS::EC2::NetworkInterfacePermission.AwsAccountId.

public string AwsAccountId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-awsaccountid

NetworkInterfaceId

AWS::EC2::NetworkInterfacePermission.NetworkInterfaceId.

public string NetworkInterfaceId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-networkinterfaceid

Permission

AWS::EC2::NetworkInterfacePermission.Permission.

public string Permission { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html#cfn-ec2-networkinterfacepermission-permission

Implements

ICfnNetworkInterfacePermissionProps
Back to top Generated by DocFX