@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:18.965Z") @Stability(value=External) 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() |
String |
getDescription()
`AWS::EC2::NetworkInterface.Description`.
|
List<String> |
getGroupSet()
`AWS::EC2::NetworkInterface.GroupSet`.
|
String |
getInterfaceType()
`AWS::EC2::NetworkInterface.InterfaceType`.
|
Number |
getIpv6AddressCount()
`AWS::EC2::NetworkInterface.Ipv6AddressCount`.
|
Object |
getIpv6Addresses()
`AWS::EC2::NetworkInterface.Ipv6Addresses`.
|
String |
getPrivateIpAddress()
`AWS::EC2::NetworkInterface.PrivateIpAddress`.
|
Object |
getPrivateIpAddresses()
`AWS::EC2::NetworkInterface.PrivateIpAddresses`.
|
Number |
getSecondaryPrivateIpAddressCount()
`AWS::EC2::NetworkInterface.SecondaryPrivateIpAddressCount`.
|
Object |
getSourceDestCheck()
`AWS::EC2::NetworkInterface.SourceDestCheck`.
|
String |
getSubnetId()
`AWS::EC2::NetworkInterface.SubnetId`.
|
List<software.amazon.awscdk.core.CfnTag> |
getTags()
`AWS::EC2::NetworkInterface.Tags`.
|
@Stability(value=External) String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-subnetid
@Stability(value=External) String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-description
@Stability(value=External) List<String> getGroupSet()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-groupset
@Stability(value=External) String getInterfaceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-interfacetype
@Stability(value=External) Number getIpv6AddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresscount
@Stability(value=External) Object getIpv6Addresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-ec2-networkinterface-ipv6addresses
@Stability(value=External) String getPrivateIpAddress()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddress
@Stability(value=External) Object getPrivateIpAddresses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-privateipaddresses
@Stability(value=External) Number getSecondaryPrivateIpAddressCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-secondaryprivateipcount
@Stability(value=External) Object getSourceDestCheck()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-sourcedestcheck
@Stability(value=External) List<software.amazon.awscdk.core.CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interface.html#cfn-awsec2networkinterface-tags
@Stability(value=External) static CfnNetworkInterfaceProps.Builder builder()
CfnNetworkInterfaceProps.Builder
of CfnNetworkInterfaceProps
Copyright © 2019. All rights reserved.