interface InstanceIpv6AddressProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnSpotFleet.InstanceIpv6AddressProperty |
![]() | software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceIpv6AddressProperty |
![]() | aws_cdk.aws_ec2.CfnSpotFleet.InstanceIpv6AddressProperty |
![]() | @aws-cdk/aws-ec2 » CfnSpotFleet » InstanceIpv6AddressProperty |
Describes an IPv6 address.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const instanceIpv6AddressProperty: ec2.CfnSpotFleet.InstanceIpv6AddressProperty = {
ipv6Address: 'ipv6Address',
};
Properties
Name | Type | Description |
---|---|---|
ipv6 | string | The IPv6 address. |
ipv6Address
Type:
string
The IPv6 address.