Show / Hide Table of Contents

Interface IIPAMScopeReference

A reference to a IPAMScope resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIPAMScopeReference
Syntax (vb)
Public Interface IIPAMScopeReference
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.Interfaces.EC2;

            var iPAMScopeReference = new Dictionary<string, string> {
                { "ipamScopeArn", "ipamScopeArn" },
                { "ipamScopeId", "ipamScopeId" }
            };

Synopsis

Properties

IpamScopeArn

The ARN of the IPAMScope resource.

IpamScopeId

The IpamScopeId of the IPAMScope resource.

Properties

IpamScopeArn

The ARN of the IPAMScope resource.

string IpamScopeArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IpamScopeId

The IpamScopeId of the IPAMScope resource.

string IpamScopeId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX