Add-VSEC2SpotFleetPrivateIpAddressSpecification
Add-VSEC2SpotFleetPrivateIpAddressSpecification
SYNOPSIS
Adds an AWS::EC2::SpotFleet.PrivateIpAddressSpecification resource property to the template. Describes a secondary private IPv4 address for a network interface.
SYNTAX
Add-VSEC2SpotFleetPrivateIpAddressSpecification [[-Primary] <Object>] [-PrivateIpAddress] <Object>
[<CommonParameters>]
DESCRIPTION
Adds an AWS::EC2::SpotFleet.PrivateIpAddressSpecification resource property to the template. Describes a secondary private IPv4 address for a network interface.
PARAMETERS
-Primary
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html#cfn-ec2-spotfleet-privateipaddressspecification-primary PrimitiveType: Boolean UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-PrivateIpAddress
The private IPv4 addresses.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata-launchspecifications-networkinterfaces-privateipaddresses.html#cfn-ec2-spotfleet-privateipaddressspecification-privateipaddress PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.