@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-07T11:28:55.653Z") @Stability(value=Stable) public interface PrivateCertificateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PrivateCertificateProps.Builder
A builder for
PrivateCertificateProps |
static class |
PrivateCertificateProps.Jsii$Proxy
An implementation for
PrivateCertificateProps |
| Modifier and Type | Method and Description |
|---|---|
static PrivateCertificateProps.Builder |
builder() |
ICertificateAuthority |
getCertificateAuthority()
Private certificate authority (CA) that will be used to issue the certificate.
|
String |
getDomainName()
Fully-qualified domain name to request a private certificate for.
|
default List<String> |
getSubjectAlternativeNames()
Alternative domain names on your private certificate.
|
@Stability(value=Stable) @NotNull ICertificateAuthority getCertificateAuthority()
@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) static PrivateCertificateProps.Builder builder()
PrivateCertificateProps.Builder of PrivateCertificatePropsCopyright © 2021. All rights reserved.