acm.Certificate("example", { domainName: "example.com", validationMethod: "DNS", }); const example = aws.route53.getZone({ name: "example.com", privateZone: false, }); const exampleRecord: aws.route53.Record[] = []; exampleCertificate.domainValidationOptions.apply(domainValidationOptions ...
Community Note Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request Please do not leave "+1" or other comments that do not add relevant new information or qu...