Show / Hide Table of Contents

Class CfnIPAMPoolPropsMixin.SourceResourceProperty

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

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

             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

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.Mixins.Preview.AWS.EC2.Mixins;

             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

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.

public string? ResourceOwner { get; set; }
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.

public string? ResourceRegion { get; set; }
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.

public string? ResourceType { get; set; }
Property Value

string

Remarks

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

Implements

CfnIPAMPoolPropsMixin.ISourceResourceProperty
Back to top Generated by DocFX