Show / Hide Table of Contents

Class IPAMScopeReference

A reference to a IPAMScope resource.

Inheritance
object
IPAMScopeReference
Implements
IIPAMScopeReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IPAMScopeReference : IIPAMScopeReference
Syntax (vb)
Public Class IPAMScopeReference Implements 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.AWS.EC2;

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

Synopsis

Constructors

IPAMScopeReference()

A reference to a IPAMScope resource.

Properties

IpamScopeArn

The ARN of the IPAMScope resource.

IpamScopeId

The IpamScopeId of the IPAMScope resource.

Constructors

IPAMScopeReference()

A reference to a IPAMScope resource.

public IPAMScopeReference()
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;

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

Properties

IpamScopeArn

The ARN of the IPAMScope resource.

public string IpamScopeArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

IpamScopeId

The IpamScopeId of the IPAMScope resource.

public string IpamScopeId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IIPAMScopeReference
Back to top Generated by DocFX