Show / Hide Table of Contents

Class DnsValidatedCertificate

(experimental) A certificate managed by AWS Certificate Manager.

Will be automatically validated using DNS validation against the specified Route 53 hosted zone.

AWS::CertificateManager::Certificate

Synopsis

Constructors

constructor(scope, id, props)

Constructs a new instance of the DnsValidatedCertificate class

Properties

certificateArn

(experimental) The certificate's ARN.

Methods

validate()

(experimental) Validate the current construct.

Constructors

constructor(scope, id, props)

Constructs a new instance of the DnsValidatedCertificate class

Declaration
constructor(scope: Construct, id: string, props: DnsValidatedCertificateProps);
Parameters
scope Construct
id string
props DnsValidatedCertificateProps

Properties

certificateArn

(experimental) The certificate's ARN.

Declaration
readonly certificateArn: string;
Property Value

string

Methods

validate()

(experimental) Validate the current construct.

This method can be implemented by derived constructs in order to perform validation logic. It is called on all constructs before synthesis.

Declaration
protected validate(): string[];
Returns

string[]

Back to top Generated by DocFX