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