aws-cdk-lib.aws_ec2.CfnInstance.InstanceIpv6AddressProperty

interface InstanceIpv6AddressProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnInstance.InstanceIpv6AddressProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnInstance_InstanceIpv6AddressProperty
Javasoftware.amazon.awscdk.services.ec2.CfnInstance.InstanceIpv6AddressProperty
Pythonaws_cdk.aws_ec2.CfnInstance.InstanceIpv6AddressProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnInstance » InstanceIpv6AddressProperty

Specifies the IPv6 address for the instance.

InstanceIpv6Address is a property of the AWS::EC2::Instance resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const instanceIpv6AddressProperty: ec2.CfnInstance.InstanceIpv6AddressProperty = {
  ipv6Address: 'ipv6Address',
};

Properties

NameTypeDescription
ipv6AddressstringThe IPv6 address.

ipv6Address

Type: string

The IPv6 address.