Class CfnIPAMPrefixListResolverMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPrefixListResolverMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPAMPrefixListResolverMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIPAMPrefixListResolverMixinProps
@Stability(Stable)
@Internal
public static final class CfnIPAMPrefixListResolverMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPAMPrefixListResolverMixinProps
An implementation for
CfnIPAMPrefixListResolverMixinProps-
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.CfnIPAMPrefixListResolverMixinProps
CfnIPAMPrefixListResolverMixinProps.Builder, CfnIPAMPrefixListResolverMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIPAMPrefixListResolverMixinProps.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 StringThe address family of the address space in this Prefix List Resolver.final Stringfinal StringThe Id of the IPAM this Prefix List Resolver is a part of.final ObjectgetRules()Rules define the business logic for selecting CIDRs from IPAM.getTags()An array of key-value pairs to apply to this resource.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 theCfnIPAMPrefixListResolverMixinProps.Builder.
-
-
Method Details
-
getAddressFamily
Description copied from interface:CfnIPAMPrefixListResolverMixinPropsThe address family of the address space in this Prefix List Resolver.Either IPv4 or IPv6.
- Specified by:
getAddressFamilyin interfaceCfnIPAMPrefixListResolverMixinProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnIPAMPrefixListResolverMixinProps- See Also:
-
getIpamId
Description copied from interface:CfnIPAMPrefixListResolverMixinPropsThe Id of the IPAM this Prefix List Resolver is a part of.- Specified by:
getIpamIdin interfaceCfnIPAMPrefixListResolverMixinProps- See Also:
-
getRules
Description copied from interface:CfnIPAMPrefixListResolverMixinPropsRules define the business logic for selecting CIDRs from IPAM.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIPAMPrefixListResolverPropsMixin.IpamPrefixListResolverRuleProperty>- Specified by:
getRulesin interfaceCfnIPAMPrefixListResolverMixinProps- See Also:
-
getTags
Description copied from interface:CfnIPAMPrefixListResolverMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnIPAMPrefixListResolverMixinProps- 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()
-