Class CfnIPAMPrefixListResolverTargetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPrefixListResolverTargetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPrefixListResolverTargetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPrefixListResolverTargetMixinProps
@Stability(Stable)
@Internal
public static final class CfnIPAMPrefixListResolverTargetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMPrefixListResolverTargetMixinProps
An implementation for
CfnIPAMPrefixListResolverTargetMixinProps-
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.cfnpropertymixins.services.ec2.CfnIPAMPrefixListResolverTargetMixinProps
CfnIPAMPrefixListResolverTargetMixinProps.Builder, CfnIPAMPrefixListResolverTargetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIPAMPrefixListResolverTargetMixinProps.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 theCfnIPAMPrefixListResolverTargetMixinProps.Builder.
-
-
Method Details
-
getDesiredVersion
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsThe desired version of the Prefix List Resolver that this Target should synchronize with.- Specified by:
getDesiredVersionin interfaceCfnIPAMPrefixListResolverTargetMixinProps- See Also:
-
getIpamPrefixListResolverId
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsThe Id of the IPAM Prefix List Resolver associated with this Target.- Specified by:
getIpamPrefixListResolverIdin interfaceCfnIPAMPrefixListResolverTargetMixinProps- See Also:
-
getPrefixListId
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsThe Id of the Managed Prefix List.- Specified by:
getPrefixListIdin interfaceCfnIPAMPrefixListResolverTargetMixinProps- See Also:
-
getPrefixListRegion
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsThe region that the Managed Prefix List is located in.- Specified by:
getPrefixListRegionin interfaceCfnIPAMPrefixListResolverTargetMixinProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnIPAMPrefixListResolverTargetMixinProps- See Also:
-
getTrackLatestVersion
Description copied from interface:CfnIPAMPrefixListResolverTargetMixinPropsIndicates whether this Target automatically tracks the latest version of the Prefix List Resolver.Returns union: either
BooleanorIResolvable- Specified by:
getTrackLatestVersionin interfaceCfnIPAMPrefixListResolverTargetMixinProps- 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()
-