Show / Hide Table of Contents

Interface CfnLaunchTemplate.IIpv6PrefixSpecificationProperty

Specifies an IPv6 prefix for a network interface.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchTemplate.IIpv6PrefixSpecificationProperty
Syntax (vb)
Public Interface CfnLaunchTemplate.IIpv6PrefixSpecificationProperty
Remarks

Ipv6PrefixSpecification is a property of AWS::EC2::LaunchTemplate NetworkInterface .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6prefixspecification.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var ipv6PrefixSpecificationProperty = new Ipv6PrefixSpecificationProperty {
                 Ipv6Prefix = "ipv6Prefix"
             };

Synopsis

Properties

Ipv6Prefix

The IPv6 prefix.

Properties

Ipv6Prefix

The IPv6 prefix.

string? Ipv6Prefix { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6prefixspecification.html#cfn-ec2-launchtemplate-ipv6prefixspecification-ipv6prefix

Back to top Generated by DocFX