interface InstanceIpv6AddressProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnNetworkInterface.InstanceIpv6AddressProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInterface_InstanceIpv6AddressProperty |
![]() | software.amazon.awscdk.services.ec2.CfnNetworkInterface.InstanceIpv6AddressProperty |
![]() | aws_cdk.aws_ec2.CfnNetworkInterface.InstanceIpv6AddressProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnNetworkInterface » InstanceIpv6AddressProperty |
Describes the IPv6 addresses to associate with the network interface.
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.CfnNetworkInterface.InstanceIpv6AddressProperty = {
ipv6Address: 'ipv6Address',
};
Properties
Name | Type | Description |
---|---|---|
ipv6 | string | An IPv6 address to associate with the network interface. |
ipv6Address
Type:
string
An IPv6 address to associate with the network interface.