Interface ICfnIPAMResourceDiscoveryProps
Properties for defining a CfnIPAMResourceDiscovery.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnIPAMResourceDiscoveryProps
Syntax (vb)
Public Interface 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
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. |
Properties
Description
The resource discovery description.
string? Description { get; }
Property Value
Remarks
OperatingRegions
The operating Regions for the resource discovery.
object? OperatingRegions { get; }
Property Value
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.
Type union: either IResolvable or (either IResolvable or CfnIPAMResourceDiscovery.IIpamOperatingRegionProperty)[]
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 .
object? OrganizationalUnitExclusions { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnIPAMResourceDiscovery.IIpamResourceDiscoveryOrganizationalUnitExclusionProperty)[]
Tags
A tag is a label that you assign to an AWS resource.
ICfnTag[]? Tags { get; }
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.