Class CfnIPAMPool.SourceResourceProperty
The resource used to provision CIDRs to a resource planning pool.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAMPool.SourceResourceProperty : CfnIPAMPool.ISourceResourceProperty
Syntax (vb)
Public Class CfnIPAMPool.SourceResourceProperty Implements CfnIPAMPool.ISourceResourceProperty
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 sourceResourceProperty = new SourceResourceProperty {
ResourceId = "resourceId",
ResourceOwner = "resourceOwner",
ResourceRegion = "resourceRegion",
ResourceType = "resourceType"
};
Synopsis
Constructors
SourceResourceProperty() | The resource used to provision CIDRs to a resource planning pool. |
Properties
ResourceId | The source resource ID. |
ResourceOwner | The source resource owner. |
ResourceRegion | The source resource Region. |
ResourceType | The source resource type. |
Constructors
SourceResourceProperty()
The resource used to provision CIDRs to a resource planning pool.
public SourceResourceProperty()
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 sourceResourceProperty = new SourceResourceProperty {
ResourceId = "resourceId",
ResourceOwner = "resourceOwner",
ResourceRegion = "resourceRegion",
ResourceType = "resourceType"
};
Properties
ResourceId
The source resource ID.
public string ResourceId { get; set; }
Property Value
Remarks
ResourceOwner
The source resource owner.
public string ResourceOwner { get; set; }
Property Value
Remarks
ResourceRegion
The source resource Region.
public string ResourceRegion { get; set; }
Property Value
Remarks
ResourceType
The source resource type.
public string ResourceType { get; set; }