Class CfnDomainNameProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnDomainNameProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameProps
@Stability(Stable)
@Internal
public static final class CfnDomainNameProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameProps
An implementation for
CfnDomainNameProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.CfnDomainNameProps
CfnDomainNameProps.Builder, CfnDomainNameProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDomainNameProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainNameProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The custom domain name for your API in Amazon API Gateway.final Object
The domain name configurations.final Object
The mutual TLS authentication configuration for a custom domain name.final Object
getTags()
The collection of tags associated with a domain name.final int
hashCode()
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 theCfnDomainNameProps.Builder
.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnDomainNameProps
The custom domain name for your API in Amazon API Gateway.Uppercase letters are not supported.
- Specified by:
getDomainName
in interfaceCfnDomainNameProps
-
getDomainNameConfigurations
Description copied from interface:CfnDomainNameProps
The domain name configurations.- Specified by:
getDomainNameConfigurations
in interfaceCfnDomainNameProps
-
getMutualTlsAuthentication
Description copied from interface:CfnDomainNameProps
The mutual TLS authentication configuration for a custom domain name.- Specified by:
getMutualTlsAuthentication
in interfaceCfnDomainNameProps
-
getTags
Description copied from interface:CfnDomainNameProps
The collection of tags associated with a domain name.- Specified by:
getTags
in interfaceCfnDomainNameProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-