| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.certificate(ICertificate certificate)
(experimental) The reference to an AWS-managed certificate for use by the edge-optimized endpoint for the domain name.
|
static DomainName.Builder |
DomainName.Builder.create(software.constructs.Construct scope,
String id) |
DomainName.Builder |
DomainName.Builder.domainName(String domainName)
(experimental) The custom domain name for your API.
|
DomainName.Builder |
DomainName.Builder.endpointType(EndpointType endpointType)
(experimental) The type of endpoint for this DomainName.
|
DomainName.Builder |
DomainName.Builder.mapping(IRestApi mapping)
(experimental) If specified, all requests to this domain will be mapped to the production deployment of this API.
|
DomainName.Builder |
DomainName.Builder.mtls(MTLSConfig mtls)
(experimental) The mutual TLS authentication configuration for a custom domain name.
|
DomainName.Builder |
DomainName.Builder.securityPolicy(SecurityPolicy securityPolicy)
(experimental) The Transport Layer Security (TLS) version + cipher suite for this domain name.
|
Copyright © 2021. All rights reserved.