@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.080Z") @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) String getDomainName()
May contain wildcards, such as *.domain.com.
@Stability(value=Stable) 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) 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) default ValidationMethod getValidationMethod()
@Stability(value=Stable) static CertificateProps.Builder builder()
CertificateProps.Builder of CertificatePropsCopyright © 2019. All rights reserved.