Class CfnCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCertificateProps
CfnCertificateProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.certificatemanager.CfnCertificateProps
CfnCertificateProps.Builder, CfnCertificateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCertificateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.final String
You can opt out of certificate transparency logging by specifying theDISABLED
option.final String
The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate.final Object
Domain information that domain name registrars use to verify your identity.Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.getTags()
Key-value pairs that can identify the certificate.final String
The method you want to use to validate that you own or control the domain associated with a public certificate.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCertificateProps.Builder
.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnCertificateProps
The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example,*.example.com
protectswww.example.com
,site.example.com
, andimages.example.com.
.- Specified by:
getDomainName
in interfaceCfnCertificateProps
-
getCertificateAuthorityArn
Description copied from interface:CfnCertificateProps
The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate.If 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 Private Certificate Authority user guide. The ARN must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
- Specified by:
getCertificateAuthorityArn
in interfaceCfnCertificateProps
-
getCertificateTransparencyLoggingPreference
Description copied from interface:CfnCertificateProps
You can opt out of certificate transparency logging by specifying theDISABLED
option. Opt in by specifyingENABLED
.If 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.- Specified by:
getCertificateTransparencyLoggingPreference
in interfaceCfnCertificateProps
-
getDomainValidationOptions
Description copied from interface:CfnCertificateProps
Domain information that domain name registrars use to verify your identity.In order for a AWS::CertificateManager::Certificate to be provisioned and validated in CloudFormation automatically, the
DomainName
property needs to be identical to one of theDomainName
property 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.- Specified by:
getDomainValidationOptions
in interfaceCfnCertificateProps
-
getSubjectAlternativeNames
Description copied from interface:CfnCertificateProps
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate.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.- Specified by:
getSubjectAlternativeNames
in interfaceCfnCertificateProps
-
getTags
Description copied from interface:CfnCertificateProps
Key-value pairs that can identify the certificate.- Specified by:
getTags
in interfaceCfnCertificateProps
-
getValidationMethod
Description copied from interface:CfnCertificateProps
The method you want to use to validate that you own or control the domain associated with a public certificate.You can validate with DNS or validate with email . We recommend that you use DNS validation.
If not specified, this property defaults to email validation.
- Specified by:
getValidationMethod
in interfaceCfnCertificateProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-