@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-08T05:31:21.461Z") @Stability(value=Stable) public interface CertificateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CertificateProps.Builder
A builder for
CertificateProps |
static class |
CertificateProps.Jsii$Proxy
An implementation for
CertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static CertificateProps.Builder |
builder() |
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
default List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
default Map<String,String> |
getValidationDomains()
What validation domain to use for every requested domain.
|
default ValidationMethod |
getValidationMethod()
Validation method used to assert domain ownership.
|
@Stability(value=Stable) @NotNull String getDomainName()
May contain wildcards, such as *.domain.com.
@Stability(value=Stable) @Nullable default List<String> getSubjectAlternativeNames()
Use this to register alternative domain names that represent the same site.
Default: - No additional FQDNs will be included as alternative domain names.
@Stability(value=Stable) @Nullable default Map<String,String> getValidationDomains()
Has to be a superdomain of the requested domain.
Default: - Apex domain is used for every domain that's not overridden.
@Stability(value=Stable) @Nullable default ValidationMethod getValidationMethod()
Default: ValidationMethod.EMAIL
@Stability(value=Stable) static CertificateProps.Builder builder()
CertificateProps.Builder of CertificatePropsCopyright © 2020. All rights reserved.