Class CfnDomainNameAccessAssociationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDomainNameAccessAssociationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameAccessAssociationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameAccessAssociationMixinProps
@Stability(Stable)
@Internal
public static final class CfnDomainNameAccessAssociationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameAccessAssociationMixinProps
An implementation for
CfnDomainNameAccessAssociationMixinProps-
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.apigateway.CfnDomainNameAccessAssociationMixinProps
CfnDomainNameAccessAssociationMixinProps.Builder, CfnDomainNameAccessAssociationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainNameAccessAssociationMixinProps.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 identifier of the domain name access association source.final StringThe type of the domain name access association source.final StringThe ARN of the domain name.getTags()The collection of tags.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 theCfnDomainNameAccessAssociationMixinProps.Builder.
-
-
Method Details
-
getAccessAssociationSource
Description copied from interface:CfnDomainNameAccessAssociationMixinPropsThe identifier of the domain name access association source.For a
VPCE, the value is the VPC endpoint ID.- Specified by:
getAccessAssociationSourcein interfaceCfnDomainNameAccessAssociationMixinProps- See Also:
-
getAccessAssociationSourceType
Description copied from interface:CfnDomainNameAccessAssociationMixinPropsThe type of the domain name access association source.Only
VPCEis currently supported.- Specified by:
getAccessAssociationSourceTypein interfaceCfnDomainNameAccessAssociationMixinProps- See Also:
-
getDomainNameArn
Description copied from interface:CfnDomainNameAccessAssociationMixinPropsThe ARN of the domain name.- Specified by:
getDomainNameArnin interfaceCfnDomainNameAccessAssociationMixinProps- See Also:
-
getTags
Description copied from interface:CfnDomainNameAccessAssociationMixinPropsThe collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTagsin interfaceCfnDomainNameAccessAssociationMixinProps- 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()
-