Class CfnIPAMPrefixListResolverTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnIPAMPrefixListResolverTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPrefixListResolverTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPrefixListResolverTargetProps
@Stability(Stable)
@Internal
public static final class CfnIPAMPrefixListResolverTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMPrefixListResolverTargetProps
An implementation for
CfnIPAMPrefixListResolverTargetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnIPAMPrefixListResolverTargetProps
CfnIPAMPrefixListResolverTargetProps.Builder, CfnIPAMPrefixListResolverTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIPAMPrefixListResolverTargetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe desired version of the Prefix List Resolver that this Target should synchronize with.final StringThe Id of the IPAM Prefix List Resolver associated with this Target.final StringThe Id of the Managed Prefix List.final StringThe region that the Managed Prefix List is located in.getTags()An array of key-value pairs to apply to this resource.final ObjectIndicates whether this Target automatically tracks the latest version of the Prefix List Resolver.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIPAMPrefixListResolverTargetProps.Builder.
-
-
Method Details
-
getIpamPrefixListResolverId
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsThe Id of the IPAM Prefix List Resolver associated with this Target.- Specified by:
getIpamPrefixListResolverIdin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
getPrefixListId
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsThe Id of the Managed Prefix List.- Specified by:
getPrefixListIdin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
getPrefixListRegion
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsThe region that the Managed Prefix List is located in.- Specified by:
getPrefixListRegionin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
getTrackLatestVersion
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsIndicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Returns union: either
BooleanorIResolvable- Specified by:
getTrackLatestVersionin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
getDesiredVersion
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsThe desired version of the Prefix List Resolver that this Target should synchronize with.- Specified by:
getDesiredVersionin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPrefixListResolverTargetPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnIPAMPrefixListResolverTargetProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-