| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MTLSConfig.Jsii$Proxy
An implementation for
MTLSConfig |
| Modifier and Type | Method and Description |
|---|---|
MTLSConfig |
MTLSConfig.Builder.build()
Builds the configured instance.
|
MTLSConfig |
DomainNameProps.Jsii$Proxy.getMtls() |
default MTLSConfig |
DomainNameOptions.getMtls()
(experimental) The mutual TLS authentication configuration for a custom domain name.
|
MTLSConfig |
DomainNameOptions.Jsii$Proxy.getMtls() |
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.mtls(MTLSConfig mtls)
(experimental) The mutual TLS authentication configuration for a custom domain name.
|
DomainNameProps.Builder |
DomainNameProps.Builder.mtls(MTLSConfig mtls)
Sets the value of
DomainNameOptions.getMtls() |
DomainNameOptions.Builder |
DomainNameOptions.Builder.mtls(MTLSConfig mtls)
Sets the value of
DomainNameOptions.getMtls() |
| Constructor and Description |
|---|
Jsii$Proxy(ICertificate certificate,
String domainName,
EndpointType endpointType,
MTLSConfig mtls,
SecurityPolicy securityPolicy)
Constructor that initializes the object based on literal property values passed by the
DomainNameOptions.Builder. |
Jsii$Proxy(IRestApi mapping,
ICertificate certificate,
String domainName,
EndpointType endpointType,
MTLSConfig mtls,
SecurityPolicy securityPolicy)
Constructor that initializes the object based on literal property values passed by the
DomainNameProps.Builder. |
Copyright © 2021. All rights reserved.