Show / Hide Table of Contents

Interface IIpamScopeOptions

(experimental) Being used in IPAM class to add pools to default scope created by IPAM.

Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface IIpamScopeOptions
Syntax (vb)
Public Interface IIpamScopeOptions
Remarks

Stability: Experimental

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.Alpha;

             var ipamScopeOptions = new IpamScopeOptions {
                 IpamScopeName = "ipamScopeName"
             };

Synopsis

Properties

IpamScopeName

(experimental) IPAM scope name that will be used for tagging.

Properties

IpamScopeName

(experimental) IPAM scope name that will be used for tagging.

string? IpamScopeName { get; }
Property Value

string

Remarks

Default: - no tags will be added to the scope

Stability: Experimental

Back to top Generated by DocFX