Class DnsValidatedCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CertificateProps
,DnsValidatedCertificateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DnsValidatedCertificateProps
DnsValidatedCertificateProps
-
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.DnsValidatedCertificateProps
DnsValidatedCertificateProps.Builder, DnsValidatedCertificateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDnsValidatedCertificateProps.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 Boolean
When set to true, when the DnsValidatedCertificate is deleted, the associated Route53 validation records are removed.final IRole
Role to use for the custom resource that creates the validated certificate.final String
Fully-qualified domain name to request a certificate for.final IHostedZone
Route 53 Hosted Zone used to perform DNS validation of the request.final String
AWS region that will host the certificate.final String
An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.Alternative domain names on your certificate.final CertificateValidation
How to validate this certificate.(deprecated) What validation domain to use for every requested domain.final ValidationMethod
(deprecated) Validation method used to assert domain ownership.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 theDnsValidatedCertificateProps.Builder
.
-
-
Method Details
-
getHostedZone
Description copied from interface:DnsValidatedCertificateProps
Route 53 Hosted Zone used to perform DNS validation of the request.The zone must be authoritative for the domain name specified in the Certificate Request.
- Specified by:
getHostedZone
in interfaceDnsValidatedCertificateProps
-
getCleanupRoute53Records
Description copied from interface:DnsValidatedCertificateProps
When set to true, when the DnsValidatedCertificate is deleted, the associated Route53 validation records are removed.CAUTION: If multiple certificates share the same domains (and same validation records), this can cause the other certificates to fail renewal and/or not validate. Not recommended for production use.
Default: false
- Specified by:
getCleanupRoute53Records
in interfaceDnsValidatedCertificateProps
-
getCustomResourceRole
Description copied from interface:DnsValidatedCertificateProps
Role to use for the custom resource that creates the validated certificate.Default: - A new role will be created
- Specified by:
getCustomResourceRole
in interfaceDnsValidatedCertificateProps
-
getRegion
Description copied from interface:DnsValidatedCertificateProps
AWS region that will host the certificate.This is needed especially for certificates used for CloudFront distributions, which require the region to be us-east-1.
Default: the region the stack is deployed in.
- Specified by:
getRegion
in interfaceDnsValidatedCertificateProps
-
getRoute53Endpoint
Description copied from interface:DnsValidatedCertificateProps
An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.Route53 is not been officially launched in China, it is only available for AWS internal accounts now. To make DnsValidatedCertificate work for internal accounts now, a special endpoint needs to be provided.
Default: - The AWS SDK will determine the Route53 endpoint to use based on region
- Specified by:
getRoute53Endpoint
in interfaceDnsValidatedCertificateProps
-
getDomainName
Description copied from interface:CertificateProps
Fully-qualified domain name to request a certificate for.May contain wildcards, such as
*.domain.com
.- Specified by:
getDomainName
in interfaceCertificateProps
-
getSubjectAlternativeNames
Description copied from interface:CertificateProps
Alternative domain names on your certificate.Use this to register alternative domain names that represent the same site.
Default: - No additional FQDNs will be included as alternative domain names.
- Specified by:
getSubjectAlternativeNames
in interfaceCertificateProps
-
getValidation
Description copied from interface:CertificateProps
How to validate this certificate.Default: CertificateValidation.fromEmail()
- Specified by:
getValidation
in interfaceCertificateProps
-
getValidationDomains
Description copied from interface:CertificateProps
(deprecated) What validation domain to use for every requested domain.Has to be a superdomain of the requested domain.
Default: - Apex domain is used for every domain that's not overridden.
- Specified by:
getValidationDomains
in interfaceCertificateProps
-
getValidationMethod
Description copied from interface:CertificateProps
(deprecated) Validation method used to assert domain ownership.Default: ValidationMethod.EMAIL
- Specified by:
getValidationMethod
in interfaceCertificateProps
-
$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()
-