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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.CfnDomainNameProps
CfnDomainNameProps.Builder, CfnDomainNameProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainNameProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainNameProps.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 custom domain name for your API in Amazon API Gateway.final ObjectThe domain name configurations.final ObjectThe mutual TLS authentication configuration for a custom domain name.final StringThe routing mode API Gateway uses to route traffic to your APIs.getTags()The collection of tags associated with a domain name.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 theCfnDomainNameProps.Builder.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnDomainNamePropsThe custom domain name for your API in Amazon API Gateway.Uppercase letters and the underscore (
_) character are not supported.- Specified by:
getDomainNamein interfaceCfnDomainNameProps- See Also:
-
getDomainNameConfigurations
Description copied from interface:CfnDomainNamePropsThe domain name configurations.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomainName.DomainNameConfigurationProperty>- Specified by:
getDomainNameConfigurationsin interfaceCfnDomainNameProps- See Also:
-
getMutualTlsAuthentication
Description copied from interface:CfnDomainNamePropsThe mutual TLS authentication configuration for a custom domain name.Returns union: either
IResolvableorCfnDomainName.MutualTlsAuthenticationProperty- Specified by:
getMutualTlsAuthenticationin interfaceCfnDomainNameProps- See Also:
-
getRoutingMode
Description copied from interface:CfnDomainNamePropsThe routing mode API Gateway uses to route traffic to your APIs.Default: - "API_MAPPING_ONLY"
- Specified by:
getRoutingModein interfaceCfnDomainNameProps- See Also:
-
getTags
Description copied from interface:CfnDomainNamePropsThe collection of tags associated with a domain name.- Specified by:
getTagsin interfaceCfnDomainNameProps- 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()
-