Show / Hide Table of Contents

Interface IAllocateVpcIpv6CidrRequest

Request for allocation of the VPC IPv6 CIDR.

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

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;
            using Constructs;

            Construct construct;
            var allocateVpcIpv6CidrRequest = new AllocateVpcIpv6CidrRequest {
                Scope = construct,
                VpcId = "vpcId"
            };

Synopsis

Properties

Scope

The VPC construct to attach to.

VpcId

The id of the VPC.

Properties

Scope

The VPC construct to attach to.

Construct Scope { get; }
Property Value

Construct

Remarks

ExampleMetadata: fixture=_generated

VpcId

The id of the VPC.

string VpcId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX