@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.228Z") @Stability(value=Stable) public interface CfnNetworkInterfaceProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInterfaceProps.Builder
A builder for
CfnNetworkInterfaceProps |
static class |
CfnNetworkInterfaceProps.Jsii$Proxy
An implementation for
CfnNetworkInterfaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInterfaceProps.Builder |
builder() |
default String |
getDescription()
`AWS::EC2::NetworkInterface.Description`.
|
default List<String> |
getGroupSet()
`AWS::EC2::NetworkInterface.GroupSet`.
|
default String |
getInterfaceType()
`AWS::EC2::NetworkInterface.InterfaceType`.
|
default Number |
getIpv6AddressCount()
`AWS::EC2::NetworkInterface.Ipv6AddressCount`.
|
default Object |
getIpv6Addresses()
`AWS::EC2::NetworkInterface.Ipv6Addresses`.
|
default String |
getPrivateIpAddress()
`AWS::EC2::NetworkInterface.PrivateIpAddress`.
|
default Object |
getPrivateIpAddresses()
`AWS::EC2::NetworkInterface.PrivateIpAddresses`.
|
default Number |
getSecondaryPrivateIpAddressCount()
`AWS::EC2::NetworkInterface.SecondaryPrivateIpAddressCount`.
|
default Object |
getSourceDestCheck()
`AWS::EC2::NetworkInterface.SourceDestCheck`.
|
String |
getSubnetId()
`AWS::EC2::NetworkInterface.SubnetId`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::NetworkInterface.Tags`.
|
@Stability(value=Stable) @NotNull String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description@Stability(value=Stable) @Nullable default List<String> getGroupSet()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-groupset@Stability(value=Stable) @Nullable default String getInterfaceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype@Stability(value=Stable) @Nullable default Number getIpv6AddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount@Stability(value=Stable) @Nullable default Object getIpv6Addresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresses@Stability(value=Stable) @Nullable default String getPrivateIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress@Stability(value=Stable) @Nullable default Object getPrivateIpAddresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddresses@Stability(value=Stable) @Nullable default Number getSecondaryPrivateIpAddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount@Stability(value=Stable) @Nullable default Object getSourceDestCheck()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-tags@Stability(value=Stable) static CfnNetworkInterfaceProps.Builder builder()
CfnNetworkInterfaceProps.Builder of CfnNetworkInterfacePropsCopyright © 2020. All rights reserved.