@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-02T10:18:38.166Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateProps.Builder |
builder() |
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
Map<String,String> |
getValidationDomains()
What validation domain to use for every requested domain.
|
ValidationMethod |
getValidationMethod()
Validation method used to assert domain ownership.
|
@Stability(value=Stable) String getDomainName()
@Stability(value=Stable) List<String> getSubjectAlternativeNames()
@Stability(value=Stable) Map<String,String> getValidationDomains()
@Stability(value=Stable) ValidationMethod getValidationMethod()
@Stability(value=Stable) static CertificateProps.Builder builder()
CertificateProps.Builder of CertificatePropsCopyright © 2019. All rights reserved.