| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.basePath(String basePath)
The base path name that callers of the API must provide in the URL after the domain name (e.g.
|
DomainName.Builder |
DomainName.Builder.certificate(ICertificate certificate)
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)
The custom domain name for your API.
|
DomainName.Builder |
DomainName.Builder.endpointType(EndpointType endpointType)
The type of endpoint for this DomainName.
|
DomainName.Builder |
DomainName.Builder.mapping(IRestApi mapping)
If specified, all requests to this domain will be mapped to the production deployment of this API.
|
DomainName.Builder |
DomainName.Builder.mtls(MTLSConfig mtls)
The mutual TLS authentication configuration for a custom domain name.
|
DomainName.Builder |
DomainName.Builder.securityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this domain name.
|
Copyright © 2022. All rights reserved.