Class CfnIPAMResourceDiscoveryProps
Properties for defining a CfnIPAMResourceDiscovery
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIPAMResourceDiscoveryProps : Object, ICfnIPAMResourceDiscoveryProps
Syntax (vb)
Public Class CfnIPAMResourceDiscoveryProps
Inherits Object
Implements ICfnIPAMResourceDiscoveryProps
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 cfnIPAMResourceDiscoveryProps = new CfnIPAMResourceDiscoveryProps {
Description = "description",
OperatingRegions = new [] { new IpamOperatingRegionProperty {
RegionName = "regionName"
} },
OrganizationalUnitExclusions = new [] { new IpamResourceDiscoveryOrganizationalUnitExclusionProperty {
OrganizationsEntityPath = "organizationsEntityPath"
} },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnIPAMResourceDiscoveryProps() |
Properties
Description | The resource discovery description. |
OperatingRegions | The operating Regions for the resource discovery. |
OrganizationalUnitExclusions | If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide . |
Tags | A tag is a label that you assign to an AWS resource. |
Constructors
CfnIPAMResourceDiscoveryProps()
public CfnIPAMResourceDiscoveryProps()
Properties
Description
The resource discovery description.
public string Description { get; set; }
Property Value
System.String
Remarks
OperatingRegions
The operating Regions for the resource discovery.
public object OperatingRegions { get; set; }
Property Value
System.Object
Remarks
Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.
OrganizationalUnitExclusions
If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .
public object OrganizationalUnitExclusions { get; set; }
Property Value
System.Object
Remarks
Tags
A tag is a label that you assign to an AWS resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your AWS costs.