@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-27T11:16:52.941Z") @Stability(value=Experimental) public interface DnsValidatedCertificateProps extends software.amazon.jsii.JsiiSerializable, CertificateProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DnsValidatedCertificateProps.Builder
A builder for
DnsValidatedCertificateProps |
static class |
DnsValidatedCertificateProps.Jsii$Proxy
An implementation for
DnsValidatedCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static DnsValidatedCertificateProps.Builder |
builder() |
default IRole |
getCustomResourceRole()
(experimental) Role to use for the custom resource that creates the validated certificate.
|
IHostedZone |
getHostedZone()
(experimental) Route 53 Hosted Zone used to perform DNS validation of the request.
|
default String |
getRegion()
(experimental) AWS region that will host the certificate.
|
default String |
getRoute53Endpoint()
(experimental) An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.
|
getDomainName, getSubjectAlternativeNames, getValidation, getValidationDomains, getValidationMethod@Stability(value=Experimental) @NotNull IHostedZone getHostedZone()
The zone must be authoritative for the domain name specified in the Certificate Request.
@Stability(value=Experimental) @Nullable default IRole getCustomResourceRole()
Default: - A new role will be created
@Stability(value=Experimental) @Nullable default String getRegion()
This is needed especially for certificates used for CloudFront distributions, which require the region to be us-east-1.
Default: the region the stack is deployed in.
@Stability(value=Experimental) @Nullable default String getRoute53Endpoint()
Route53 is not been offically launched in China, it is only available for AWS internal accounts now. To make DnsValidatedCertificate work for internal accounts now, a special endpoint needs to be provided.
Default: - The AWS SDK will determine the Route53 endpoint to use based on region
@Stability(value=Experimental) static DnsValidatedCertificateProps.Builder builder()
builder in interface CertificatePropsDnsValidatedCertificateProps.Builder of DnsValidatedCertificatePropsCopyright © 2021. All rights reserved.