@Stability(value=Stable) @Internal public static final class CfnCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateProps
CfnCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificateProps.Builder, CfnCertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificateProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.
|
String |
getCertificateTransparencyLoggingPreference()
You can opt out of certificate transparency logging by specifying the `DISABLED` option.
|
String |
getDomainName()
The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate.
|
Object |
getDomainValidationOptions()
Domain information that domain name registrars use to verify your identity.
|
List<String> |
getSubjectAlternativeNames()
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.
|
List<CfnTag> |
getTags()
Key-value pairs that can identify the certificate.
|
String |
getValidationMethod()
The method you want to use to validate that you own or control the domain associated with a public certificate.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCertificateProps.Builder builder)
CfnCertificateProps.Builder.public final String getDomainName()
CfnCertificatePropsgetDomainName in interface CfnCertificatePropspublic final String getCertificateAuthorityArn()
CfnCertificatePropsIf you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
getCertificateAuthorityArn in interface CfnCertificatePropspublic final String getCertificateTransparencyLoggingPreference()
CfnCertificatePropsIf you do not specify a certificate transparency logging preference on a new CloudFormation template, or if you remove the logging preference from an existing template, this is the same as explicitly enabling the preference.
Changing the certificate transparency logging preference will update the existing resource by calling UpdateCertificateOptions on the certificate. This action will not create a new resource.
getCertificateTransparencyLoggingPreference in interface CfnCertificatePropspublic final Object getDomainValidationOptions()
CfnCertificateProps
In order for a AWS::CertificateManager::Certificate to be provisioned and validated in CloudFormation automatically, the
DomainNameproperty needs to be identical to one of theDomainNameproperty supplied in DomainValidationOptions, if the ValidationMethod is DNS. Failing to keep them like-for-like will result in failure to create the domain validation records in Route53.
getDomainValidationOptions in interface CfnCertificatePropspublic final List<String> getSubjectAlternativeNames()
CfnCertificateProps
For example, you can add www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name.
getSubjectAlternativeNames in interface CfnCertificatePropspublic final List<CfnTag> getTags()
CfnCertificatePropsgetTags in interface CfnCertificatePropspublic final String getValidationMethod()
CfnCertificatePropsYou can validate with DNS or validate with email . We recommend that you use DNS validation.
If not specified, this property defaults to email validation.
getValidationMethod in interface CfnCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.