Class CfnDomainNameV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDomainNameV2Props.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameV2Props
@Stability(Stable)
@Internal
public static final class CfnDomainNameV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameV2Props
An implementation for
CfnDomainNameV2Props-
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.CfnDomainNameV2Props
CfnDomainNameV2Props.Builder, CfnDomainNameV2Props.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDomainNameV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDomainNameV2Props.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 reference to an AWS -managed certificate that will be used by the private endpoint for this domain name.final StringRepresents a custom domain name as a user-friendly host name of an API (RestApi).final StringThe endpoint access mode for your DomainName.final ObjectThe endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has and the IP address types that can invoke it.final ObjectA stringified JSON policy document that applies to theexecute-apiservice for this DomainName regardless of the caller and Method configuration.final StringThe routing mode for this domain name.final StringThe Transport Layer Security (TLS) version + cipher suite for this DomainName.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 theCfnDomainNameV2Props.Builder.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDomainNameV2PropsThe reference to an AWS -managed certificate that will be used by the private endpoint for this domain name.AWS Certificate Manager is the only supported source.
- Specified by:
getCertificateArnin interfaceCfnDomainNameV2Props- See Also:
-
getDomainName
Description copied from interface:CfnDomainNameV2PropsRepresents a custom domain name as a user-friendly host name of an API (RestApi).- Specified by:
getDomainNamein interfaceCfnDomainNameV2Props- See Also:
-
getEndpointAccessMode
Description copied from interface:CfnDomainNameV2PropsThe endpoint access mode for your DomainName.- Specified by:
getEndpointAccessModein interfaceCfnDomainNameV2Props- See Also:
-
getEndpointConfiguration
Description copied from interface:CfnDomainNameV2PropsThe endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has and the IP address types that can invoke it.Returns union: either
IResolvableorCfnDomainNameV2.EndpointConfigurationProperty- Specified by:
getEndpointConfigurationin interfaceCfnDomainNameV2Props- See Also:
-
getPolicy
Description copied from interface:CfnDomainNameV2PropsA stringified JSON policy document that applies to theexecute-apiservice for this DomainName regardless of the caller and Method configuration.You can use
Fn::ToJsonStringto enter yourpolicy. For more information, see Fn::ToJsonString .- Specified by:
getPolicyin interfaceCfnDomainNameV2Props- See Also:
-
getRoutingMode
Description copied from interface:CfnDomainNameV2PropsThe routing mode for this domain name.The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs.
Default: - "BASE_PATH_MAPPING_ONLY"
- Specified by:
getRoutingModein interfaceCfnDomainNameV2Props- See Also:
-
getSecurityPolicy
Description copied from interface:CfnDomainNameV2PropsThe Transport Layer Security (TLS) version + cipher suite for this DomainName.- Specified by:
getSecurityPolicyin interfaceCfnDomainNameV2Props- See Also:
-
getTags
Description copied from interface:CfnDomainNameV2PropsThe collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTagsin interfaceCfnDomainNameV2Props- 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()
-