@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:01.405Z") @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()
Role to use for the custom resource that creates the validated certificate.
|
IHostedZone |
getHostedZone()
Route 53 Hosted Zone used to perform DNS validation of the request.
|
default String |
getRegion()
AWS region that will host the certificate.
|
getDomainName, getSubjectAlternativeNames, getValidationDomains, getValidationMethod@Stability(value=Experimental) IHostedZone getHostedZone()
The zone must be authoritative for the domain name specified in the Certificate Request.
EXPERIMENTAL
@Stability(value=Experimental) default IRole getCustomResourceRole()
Default: - A new role will be created
EXPERIMENTAL
@Stability(value=Experimental) 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.
EXPERIMENTAL
@Stability(value=Experimental) static DnsValidatedCertificateProps.Builder builder()
builder in interface CertificatePropsDnsValidatedCertificateProps.Builder of DnsValidatedCertificatePropsCopyright © 2020. All rights reserved.