scoped id of the resource
scope in which this resource is defined
certificate props
OptionalhostedZone: IHostedZoneoptional hosted zone to perform DNS validation
the resolved certificate
graph LR;
A((Start)) --> B{Valid Properties?};
B -- Yes --> C(Fetch By ARN);
B -- No --> D[Throw Error];
D --> G((Stop));
C --> E{Valid ARN?};
E -- Yes --> F(Return Certificate);
E -- No --> D;
F --> G;
Provides operations on AWS Certificates.
Example
See
[CDK Certificate Module]https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_certificatemanager-readme.html