Show / Hide Table of Contents

Class CfnIPAMResourceDiscoveryAssociation

An IPAM resource discovery association.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnIPAMResourceDiscoveryAssociation
Implements
IInspectable
IIPAMResourceDiscoveryAssociationRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAMResourceDiscoveryAssociation : CfnResource, IInspectable, IIPAMResourceDiscoveryAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnIPAMResourceDiscoveryAssociation Inherits CfnResource Implements IInspectable, IIPAMResourceDiscoveryAssociationRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks

An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

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 cfnIPAMResourceDiscoveryAssociation = new CfnIPAMResourceDiscoveryAssociation(this, "MyCfnIPAMResourceDiscoveryAssociation", new CfnIPAMResourceDiscoveryAssociationProps {
                 IpamId = "ipamId",
                 IpamResourceDiscoveryId = "ipamResourceDiscoveryId",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnIPAMResourceDiscoveryAssociation(Construct, string, ICfnIPAMResourceDiscoveryAssociationProps)

Create a new AWS::EC2::IPAMResourceDiscoveryAssociation.

Properties

AttrIpamArn

The IPAM ARN.

AttrIpamRegion

The IPAM home Region.

AttrIpamResourceDiscoveryAssociationArn

The resource discovery association ARN.

AttrIpamResourceDiscoveryAssociationId

The resource discovery association ID.

AttrIsDefault

Defines if the resource discovery is the default.

AttrOwnerId

The owner ID.

AttrResourceDiscoveryStatus

The resource discovery status.

AttrState

The lifecycle state of the association when you associate or disassociate a resource discovery.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

An IPAM resource discovery association.

IpamId

The IPAM ID.

IpamResourceDiscoveryAssociationRef

A reference to a IPAMResourceDiscoveryAssociation resource.

IpamResourceDiscoveryId

The resource discovery ID.

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

A tag is a label that you assign to an AWS resource.

Methods

ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef)

An IPAM resource discovery association.

FromIPAMResourceDiscoveryAssociationArn(Construct, string, string)

Creates a new IIPAMResourceDiscoveryAssociationRef from an ARN.

FromIpamResourceDiscoveryAssociationId(Construct, string, string)

Creates a new IIPAMResourceDiscoveryAssociationRef from a ipamResourceDiscoveryAssociationId.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnIPAMResourceDiscoveryAssociation(object)

Checks whether the given object is a CfnIPAMResourceDiscoveryAssociation.

RenderProperties(IDictionary<string, object>)

An IPAM resource discovery association.

Constructors

CfnIPAMResourceDiscoveryAssociation(Construct, string, ICfnIPAMResourceDiscoveryAssociationProps)

Create a new AWS::EC2::IPAMResourceDiscoveryAssociation.

public CfnIPAMResourceDiscoveryAssociation(Construct scope, string id, ICfnIPAMResourceDiscoveryAssociationProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnIPAMResourceDiscoveryAssociationProps

Resource properties.

Remarks

An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

ExampleMetadata: fixture=_generated

Properties

AttrIpamArn

The IPAM ARN.

public virtual string AttrIpamArn { get; }
Property Value

string

Remarks

CloudformationAttribute: IpamArn

AttrIpamRegion

The IPAM home Region.

public virtual string AttrIpamRegion { get; }
Property Value

string

Remarks

CloudformationAttribute: IpamRegion

AttrIpamResourceDiscoveryAssociationArn

The resource discovery association ARN.

public virtual string AttrIpamResourceDiscoveryAssociationArn { get; }
Property Value

string

Remarks

CloudformationAttribute: IpamResourceDiscoveryAssociationArn

AttrIpamResourceDiscoveryAssociationId

The resource discovery association ID.

public virtual string AttrIpamResourceDiscoveryAssociationId { get; }
Property Value

string

Remarks

CloudformationAttribute: IpamResourceDiscoveryAssociationId

AttrIsDefault

Defines if the resource discovery is the default.

public virtual IResolvable AttrIsDefault { get; }
Property Value

IResolvable

Remarks

When you create an IPAM, a default resource discovery is created for your IPAM and it's associated with your IPAM.

CloudformationAttribute: IsDefault

AttrOwnerId

The owner ID.

public virtual string AttrOwnerId { get; }
Property Value

string

Remarks

CloudformationAttribute: OwnerId

AttrResourceDiscoveryStatus

The resource discovery status.

public virtual string AttrResourceDiscoveryStatus { get; }
Property Value

string

Remarks

    CloudformationAttribute: ResourceDiscoveryStatus

    AttrState

    The lifecycle state of the association when you associate or disassociate a resource discovery.

    public virtual string AttrState { get; }
    Property Value

    string

    Remarks

      CloudformationAttribute: State

      CFN_RESOURCE_TYPE_NAME

      The CloudFormation resource type name for this resource class.

      public static string CFN_RESOURCE_TYPE_NAME { get; }
      Property Value

      string

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      CfnProperties

      An IPAM resource discovery association.

      protected override IDictionary<string, object> CfnProperties { get; }
      Property Value

      IDictionary<string, object>

      Overrides
      CfnResource.CfnProperties
      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      IpamId

      The IPAM ID.

      public virtual string IpamId { get; set; }
      Property Value

      string

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      IpamResourceDiscoveryAssociationRef

      A reference to a IPAMResourceDiscoveryAssociation resource.

      public virtual IIPAMResourceDiscoveryAssociationReference IpamResourceDiscoveryAssociationRef { get; }
      Property Value

      IIPAMResourceDiscoveryAssociationReference

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      IpamResourceDiscoveryId

      The resource discovery ID.

      public virtual string IpamResourceDiscoveryId { get; set; }
      Property Value

      string

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      Tags

      Tag Manager which manages the tags for this resource.

      public virtual TagManager Tags { get; }
      Property Value

      TagManager

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      TagsRaw

      A tag is a label that you assign to an AWS resource.

      public virtual ICfnTag[]? TagsRaw { get; set; }
      Property Value

      ICfnTag[]

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      Methods

      ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef)

      An IPAM resource discovery association.

      public static string ArnForIPAMResourceDiscoveryAssociation(IIPAMResourceDiscoveryAssociationRef resource)
      Parameters
      resource IIPAMResourceDiscoveryAssociationRef
      Returns

      string

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      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 cfnIPAMResourceDiscoveryAssociation = new CfnIPAMResourceDiscoveryAssociation(this, "MyCfnIPAMResourceDiscoveryAssociation", new CfnIPAMResourceDiscoveryAssociationProps {
                       IpamId = "ipamId",
                       IpamResourceDiscoveryId = "ipamResourceDiscoveryId",
      
                       // the properties below are optional
                       Tags = new [] { new CfnTag {
                           Key = "key",
                           Value = "value"
                       } }
                   });

      FromIPAMResourceDiscoveryAssociationArn(Construct, string, string)

      Creates a new IIPAMResourceDiscoveryAssociationRef from an ARN.

      public static IIPAMResourceDiscoveryAssociationRef FromIPAMResourceDiscoveryAssociationArn(Construct scope, string id, string arn)
      Parameters
      scope Construct
      id string
      arn string
      Returns

      IIPAMResourceDiscoveryAssociationRef

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      FromIpamResourceDiscoveryAssociationId(Construct, string, string)

      Creates a new IIPAMResourceDiscoveryAssociationRef from a ipamResourceDiscoveryAssociationId.

      public static IIPAMResourceDiscoveryAssociationRef FromIpamResourceDiscoveryAssociationId(Construct scope, string id, string ipamResourceDiscoveryAssociationId)
      Parameters
      scope Construct
      id string
      ipamResourceDiscoveryAssociationId string
      Returns

      IIPAMResourceDiscoveryAssociationRef

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      Inspect(TreeInspector)

      Examines the CloudFormation resource and discloses attributes.

      public virtual void Inspect(TreeInspector inspector)
      Parameters
      inspector TreeInspector

      tree inspector to collect and process attributes.

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      IsCfnIPAMResourceDiscoveryAssociation(object)

      Checks whether the given object is a CfnIPAMResourceDiscoveryAssociation.

      public static bool IsCfnIPAMResourceDiscoveryAssociation(object x)
      Parameters
      x object
      Returns

      bool

      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      RenderProperties(IDictionary<string, object>)

      An IPAM resource discovery association.

      protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
      Parameters
      props IDictionary<string, object>
      Returns

      IDictionary<string, object>

      Overrides
      CfnResource.RenderProperties(IDictionary<string, object>)
      Remarks

      An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.html

      CloudformationResource: AWS::EC2::IPAMResourceDiscoveryAssociation

      ExampleMetadata: fixture=_generated

      Implements

      IInspectable
      IIPAMResourceDiscoveryAssociationRef
      Constructs.IConstruct
      Constructs.IDependable
      IEnvironmentAware
      ITaggable
      Back to top Generated by DocFX