Show / Hide Table of Contents

Interface CfnIPAMPool.ISourceResourceProperty

The resource used to provision CIDRs to a resource planning pool.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIPAMPool.ISourceResourceProperty
Syntax (vb)
Public Interface CfnIPAMPool.ISourceResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-sourceresource.html

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

Properties

ResourceId

The source resource ID.

ResourceOwner

The source resource owner.

ResourceRegion

The source resource Region.

ResourceType

The source resource type.

Properties

ResourceId

The source resource ID.

string ResourceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-sourceresource.html#cfn-ec2-ipampool-sourceresource-resourceid

ResourceOwner

The source resource owner.

string ResourceOwner { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-sourceresource.html#cfn-ec2-ipampool-sourceresource-resourceowner

ResourceRegion

The source resource Region.

string ResourceRegion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-sourceresource.html#cfn-ec2-ipampool-sourceresource-resourceregion

ResourceType

The source resource type.

string ResourceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ipampool-sourceresource.html#cfn-ec2-ipampool-sourceresource-resourcetype

Back to top Generated by DocFX