Class DomainNameOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.DomainNameOptions.Jsii$Proxy
- All Implemented Interfaces:
DomainNameOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DomainNameOptions
@Stability(Stable)
@Internal
public static final class DomainNameOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DomainNameOptions
An implementation for
DomainNameOptions
-
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.apigateway.DomainNameOptions
DomainNameOptions.Builder, DomainNameOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DomainNameOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDomainNameOptions.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 base path name that callers of the API must provide in the URL after the domain name (e.g.final ICertificate
The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.final String
The custom domain name for your API.final EndpointType
The type of endpoint for this DomainName.final MTLSConfig
getMtls()
The mutual TLS authentication configuration for a custom domain name.final SecurityPolicy
The Transport Layer Security (TLS) version + cipher suite for this 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 theDomainNameOptions.Builder
.
-
-
Method Details
-
getCertificate
Description copied from interface:DomainNameOptions
The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.For "EDGE" domain names, the certificate needs to be in the US East (N. Virginia) region.
- Specified by:
getCertificate
in interfaceDomainNameOptions
-
getDomainName
Description copied from interface:DomainNameOptions
The custom domain name for your API.Uppercase letters are not supported.
- Specified by:
getDomainName
in interfaceDomainNameOptions
-
getBasePath
Description copied from interface:DomainNameOptions
The base path name that callers of the API must provide in the URL after the domain name (e.g.example.com/base-path
). If you specify this property, it can't be an empty string.Default: - map requests from the domain root (e.g. `example.com`). If this is undefined, no additional mappings will be allowed on this domain name.
- Specified by:
getBasePath
in interfaceDomainNameOptions
-
getEndpointType
Description copied from interface:DomainNameOptions
The type of endpoint for this DomainName.Default: REGIONAL
- Specified by:
getEndpointType
in interfaceDomainNameOptions
-
getMtls
Description copied from interface:DomainNameOptions
The mutual TLS authentication configuration for a custom domain name.Default: - mTLS is not configured.
- Specified by:
getMtls
in interfaceDomainNameOptions
-
getSecurityPolicy
Description copied from interface:DomainNameOptions
The Transport Layer Security (TLS) version + cipher suite for this domain name.Default: SecurityPolicy.TLS_1_0
- Specified by:
getSecurityPolicy
in interfaceDomainNameOptions
- See Also:
-
$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()
-