Uses of Interface
software.amazon.awscdk.services.apigateway.MTLSConfig
-
Uses of MTLSConfig in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionMTLSConfig.Builder.build()
Builds the configured instance.default MTLSConfig
DomainNameOptions.getMtls()
The mutual TLS authentication configuration for a custom domain name.final MTLSConfig
DomainNameOptions.Jsii$Proxy.getMtls()
final MTLSConfig
DomainNameProps.Jsii$Proxy.getMtls()
Modifier and TypeMethodDescriptionDomainName.Builder.mtls
(MTLSConfig mtls) The mutual TLS authentication configuration for a custom domain name.DomainNameOptions.Builder.mtls
(MTLSConfig mtls) Sets the value ofDomainNameOptions.getMtls()
DomainNameProps.Builder.mtls
(MTLSConfig mtls) Sets the value ofDomainNameOptions.getMtls()