Class CfnIPAMResourceDiscovery
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
AWS::EC2::IPAMResourceDiscovery.
A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnIPAMResourceDiscovery cfnIPAMResourceDiscovery = CfnIPAMResourceDiscovery.Builder.create(this, "MyCfnIPAMResourceDiscovery")
.description("description")
.operatingRegions(List.of(IpamOperatingRegionProperty.builder()
.regionName("regionName")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnIPAMResourceDiscovery.static interfaceThe operating Regions for an IPAM.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnIPAMResourceDiscovery(Construct scope, String id) Create a newAWS::EC2::IPAMResourceDiscovery.CfnIPAMResourceDiscovery(Construct scope, String id, CfnIPAMResourceDiscoveryProps props) Create a newAWS::EC2::IPAMResourceDiscovery.protectedCfnIPAMResourceDiscovery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIPAMResourceDiscovery(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe resource discovery ARN.The resource discovery ID.The resource discovery Region.Defines if the resource discovery is the default.The owner ID.The resource discovery's state.The resource discovery description.The operating Regions for the resource discovery.getTags()A tag is a label that you assign to an AWS resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) The resource discovery description.voidsetOperatingRegions(List<Object> value) The operating Regions for the resource discovery.voidsetOperatingRegions(IResolvable value) The operating Regions for the resource discovery.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIPAMResourceDiscovery
protected CfnIPAMResourceDiscovery(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIPAMResourceDiscovery
protected CfnIPAMResourceDiscovery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIPAMResourceDiscovery
@Stability(Stable) public CfnIPAMResourceDiscovery(@NotNull Construct scope, @NotNull String id, @Nullable CfnIPAMResourceDiscoveryProps props) Create a newAWS::EC2::IPAMResourceDiscovery.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
CfnIPAMResourceDiscovery
Create a newAWS::EC2::IPAMResourceDiscovery.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrIpamResourceDiscoveryArn
The resource discovery ARN. -
getAttrIpamResourceDiscoveryId
The resource discovery ID. -
getAttrIpamResourceDiscoveryRegion
The resource discovery Region. -
getAttrIsDefault
Defines if the resource discovery is the default.The default resource discovery is the resource discovery automatically created when you create an IPAM.
-
getAttrOwnerId
The owner ID. -
getAttrState
The resource discovery's state.create-in-progress- Resource discovery is being created.create-complete- Resource discovery creation is complete.create-failed- Resource discovery creation has failed.modify-in-progress- Resource discovery is being modified.modify-complete- Resource discovery modification is complete.modify-failed- Resource discovery modification has failed.delete-in-progress- Resource discovery is being deleted.delete-complete- Resource discovery deletion is complete.delete-failed- Resource discovery deletion has failed.isolate-in-progress- AWS account that created the resource discovery has been removed and the resource discovery is being isolated.isolate-complete- Resource discovery isolation is complete.restore-in-progress- AWS account that created the resource discovery and was isolated has been restored.
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
A tag is a label that you assign to an AWS resource.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.
-
getDescription
The resource discovery description. -
setDescription
The resource discovery description. -
getOperatingRegions
The operating Regions for the resource discovery.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.
-
setOperatingRegions
The operating Regions for the resource discovery.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.
-
setOperatingRegions
The operating Regions for the resource discovery.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.
-