Class CfnIPAMPrefixListResolverTarget
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.CfnIPAMPrefixListResolverTarget
- All Implemented Interfaces:
IInspectable,IIPAMPrefixListResolverTargetRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-27T13:11:58.124Z")
@Stability(Stable)
public class CfnIPAMPrefixListResolverTarget
extends CfnResource
implements IInspectable, IIPAMPrefixListResolverTargetRef, ITaggableV2
Resource Type definition for AWS::EC2::IPAMPrefixListResolverTarget.
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.*;
CfnIPAMPrefixListResolverTarget cfnIPAMPrefixListResolverTarget = CfnIPAMPrefixListResolverTarget.Builder.create(this, "MyCfnIPAMPrefixListResolverTarget")
.ipamPrefixListResolverId("ipamPrefixListResolverId")
.prefixListId("prefixListId")
.prefixListRegion("prefixListRegion")
.trackLatestVersion(false)
// the properties below are optional
.desiredVersion(123)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnIPAMPrefixListResolverTarget.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ec2.IIPAMPrefixListResolverTargetRef
IIPAMPrefixListResolverTargetRef.Jsii$Default, IIPAMPrefixListResolverTargetRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnIPAMPrefixListResolverTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIPAMPrefixListResolverTarget(software.amazon.jsii.JsiiObjectRef objRef) CfnIPAMPrefixListResolverTarget(software.constructs.Construct scope, String id, CfnIPAMPrefixListResolverTargetProps props) Create a newAWS::EC2::IPAMPrefixListResolverTarget. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringId of the IPAM Prefix List Resolver Target.Id of the IPAM Prefix List Resolver Target.Tag Manager which manages the tags for this resource.The desired version of the Prefix List Resolver that this Target should synchronize with.The Id of the IPAM Prefix List Resolver associated with this Target.A reference to a IPAMPrefixListResolverTarget resource.The Id of the Managed Prefix List.The region that the Managed Prefix List is located in.getTags()An array of key-value pairs to apply to this resource.Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnIPAMPrefixListResolverTarget.renderProperties(Map<String, Object> props) voidsetDesiredVersion(Number value) The desired version of the Prefix List Resolver that this Target should synchronize with.voidThe Id of the IPAM Prefix List Resolver associated with this Target.voidsetPrefixListId(String value) The Id of the Managed Prefix List.voidsetPrefixListRegion(String value) The region that the Managed Prefix List is located in.voidAn array of key-value pairs to apply to this resource.voidsetTrackLatestVersion(Boolean value) Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver.voidsetTrackLatestVersion(IResolvable value) Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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
-
CfnIPAMPrefixListResolverTarget
protected CfnIPAMPrefixListResolverTarget(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIPAMPrefixListResolverTarget
protected CfnIPAMPrefixListResolverTarget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIPAMPrefixListResolverTarget
@Stability(Stable) public CfnIPAMPrefixListResolverTarget(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnIPAMPrefixListResolverTargetProps props) Create a newAWS::EC2::IPAMPrefixListResolverTarget.- 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. This parameter is required.
-
-
Method Details
-
arnForIPAMPrefixListResolverTarget
@Stability(Stable) @NotNull public static String arnForIPAMPrefixListResolverTarget(@NotNull IIPAMPrefixListResolverTargetRef resource) - Parameters:
resource- This parameter is required.
-
isCfnIPAMPrefixListResolverTarget
@Stability(Stable) @NotNull public static Boolean isCfnIPAMPrefixListResolverTarget(@NotNull Object x) Checks whether the given object is a CfnIPAMPrefixListResolverTarget.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrIpamPrefixListResolverTargetArn
Id of the IPAM Prefix List Resolver Target. -
getAttrIpamPrefixListResolverTargetId
Id of the IPAM Prefix List Resolver Target. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getIpamPrefixListResolverTargetRef
@Stability(Stable) @NotNull public IPAMPrefixListResolverTargetReference getIpamPrefixListResolverTargetRef()A reference to a IPAMPrefixListResolverTarget resource.- Specified by:
getIpamPrefixListResolverTargetRefin interfaceIIPAMPrefixListResolverTargetRef
-
getIpamPrefixListResolverId
The Id of the IPAM Prefix List Resolver associated with this Target. -
setIpamPrefixListResolverId
The Id of the IPAM Prefix List Resolver associated with this Target. -
getPrefixListId
The Id of the Managed Prefix List. -
setPrefixListId
The Id of the Managed Prefix List. -
getPrefixListRegion
The region that the Managed Prefix List is located in. -
setPrefixListRegion
The region that the Managed Prefix List is located in. -
getTrackLatestVersion
Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Returns union: either
BooleanorIResolvable -
setTrackLatestVersion
Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver. -
setTrackLatestVersion
Indicates whether this Target automatically tracks the latest version of the Prefix List Resolver. -
getDesiredVersion
The desired version of the Prefix List Resolver that this Target should synchronize with. -
setDesiredVersion
The desired version of the Prefix List Resolver that this Target should synchronize with. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource.
-