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