This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::EC2Fleet NetworkInterfaceSpecificationRequest
The NetworkInterfaceSpecificationRequest property type specifies Property description not available. for an AWS::EC2::EC2Fleet.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AssociatePublicIpAddress" :Boolean, "DeleteOnTermination" :Boolean, "Description" :String, "DeviceIndex" :Integer, "Groups" :[ String, ... ], "InterfaceType" :String, "Ipv6AddressCount" :Integer, "Ipv6Addresses" :[ Ipv6AddressRequest, ... ], "NetworkCardIndex" :Integer, "NetworkInterfaceId" :String, "PrivateIpAddress" :String, "PrivateIpAddresses" :[ PrivateIpAddressSpecificationRequest, ... ], "SecondaryPrivateIpAddressCount" :Integer, "SubnetId" :String}
YAML
AssociatePublicIpAddress:BooleanDeleteOnTermination:BooleanDescription:StringDeviceIndex:IntegerGroups:- StringInterfaceType:StringIpv6AddressCount:IntegerIpv6Addresses:- Ipv6AddressRequestNetworkCardIndex:IntegerNetworkInterfaceId:StringPrivateIpAddress:StringPrivateIpAddresses:- PrivateIpAddressSpecificationRequestSecondaryPrivateIpAddressCount:IntegerSubnetId:String
Properties
AssociatePublicIpAddressProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
DeleteOnTerminationProperty description not available.
Required: No
Type: Boolean
Update requires: Replacement
DescriptionProperty description not available.
Required: No
Type: String
Update requires: Replacement
DeviceIndexProperty description not available.
Required: No
Type: Integer
Update requires: Replacement
GroupsProperty description not available.
Required: No
Type: Array of String
Update requires: Replacement
InterfaceTypeProperty description not available.
Required: No
Type: String
Update requires: Replacement
Ipv6AddressCountProperty description not available.
Required: No
Type: Integer
Update requires: Replacement
Ipv6AddressesProperty description not available.
Required: No
Type: Array of Ipv6AddressRequest
Update requires: Replacement
NetworkCardIndexProperty description not available.
Required: No
Type: Integer
Update requires: Replacement
NetworkInterfaceIdProperty description not available.
Required: No
Type: String
Update requires: Replacement
PrivateIpAddressProperty description not available.
Required: No
Type: String
Update requires: Replacement
PrivateIpAddressesProperty description not available.
Required: No
Type: Array of PrivateIpAddressSpecificationRequest
Update requires: Replacement
SecondaryPrivateIpAddressCountProperty description not available.
Required: No
Type: Integer
Update requires: Replacement
SubnetIdProperty description not available.
Required: No
Type: String
Update requires: Replacement