Class CfnDomainNameV2MixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDomainNameV2MixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainNameV2MixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainNameV2MixinProps
@Stability(Stable)
@Internal
public static final class CfnDomainNameV2MixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainNameV2MixinProps
An implementation for
CfnDomainNameV2MixinProps-
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.cfnpropertymixins.services.apigateway.CfnDomainNameV2MixinProps
CfnDomainNameV2MixinProps.Builder, CfnDomainNameV2MixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainNameV2MixinProps.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 theCfnDomainNameV2MixinProps.Builder.
-
-
Method Details
-
getCertificateArn
Description copied from interface:CfnDomainNameV2MixinPropsThe 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 interfaceCfnDomainNameV2MixinProps- See Also:
-
getDomainName
Description copied from interface:CfnDomainNameV2MixinPropsRepresents a custom domain name as a user-friendly host name of an API (RestApi).- Specified by:
getDomainNamein interfaceCfnDomainNameV2MixinProps- See Also:
-
getEndpointAccessMode
Description copied from interface:CfnDomainNameV2MixinPropsThe endpoint access mode for your DomainName.- Specified by:
getEndpointAccessModein interfaceCfnDomainNameV2MixinProps- See Also:
-
getEndpointConfiguration
Description copied from interface:CfnDomainNameV2MixinPropsThe 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
IResolvableorCfnDomainNameV2PropsMixin.EndpointConfigurationProperty- Specified by:
getEndpointConfigurationin interfaceCfnDomainNameV2MixinProps- See Also:
-
getPolicy
Description copied from interface:CfnDomainNameV2MixinPropsA 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 interfaceCfnDomainNameV2MixinProps- See Also:
-
getRoutingMode
Description copied from interface:CfnDomainNameV2MixinPropsThe 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 interfaceCfnDomainNameV2MixinProps- See Also:
-
getSecurityPolicy
Description copied from interface:CfnDomainNameV2MixinPropsThe Transport Layer Security (TLS) version + cipher suite for this DomainName.- Specified by:
getSecurityPolicyin interfaceCfnDomainNameV2MixinProps- See Also:
-
getTags
Description copied from interface:CfnDomainNameV2MixinPropsThe collection of tags.Each tag element is associated with a given resource.
- Specified by:
getTagsin interfaceCfnDomainNameV2MixinProps- 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()
-