Class IPAMScopeReference
A reference to a IPAMScope resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
IpamScopeId
The IpamScopeId of the IPAMScope resource.
public string IpamScopeId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated