Class CfnIPAMResourceDiscovery
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:41.910Z")
@Stability(Stable)
public class CfnIPAMResourceDiscovery
extends CfnResource
implements IInspectable, ITaggable
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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnIPAMResourceDiscovery
.static interface
The operating Regions for an IPAM.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnIPAMResourceDiscovery
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnIPAMResourceDiscovery
(software.amazon.jsii.JsiiObjectRef objRef) CfnIPAMResourceDiscovery
(software.constructs.Construct scope, String id) CfnIPAMResourceDiscovery
(software.constructs.Construct scope, String id, CfnIPAMResourceDiscoveryProps props) -
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()
Tag Manager which manages the tags for this resource.A tag is a label that you assign to an AWS resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) The resource discovery description.void
setOperatingRegions
(List<Object> value) The operating Regions for the resource discovery.void
setOperatingRegions
(IResolvable value) The operating Regions for the resource discovery.void
setTagsRaw
(List<CfnTag> value) A tag is a label that you assign to an AWS resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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 software.constructs.Construct scope, @NotNull String id, @Nullable CfnIPAMResourceDiscoveryProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnIPAMResourceDiscovery
@Stability(Stable) public CfnIPAMResourceDiscovery(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in 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:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getDescription
The resource discovery description. -
setDescription
The resource discovery description. -
getOperatingRegions
The operating Regions for the resource discovery. -
setOperatingRegions
The operating Regions for the resource discovery. -
setOperatingRegions
The operating Regions for the resource discovery. -
getTagsRaw
A tag is a label that you assign to an AWS resource. -
setTagsRaw
A tag is a label that you assign to an AWS resource.
-