square-ability-48831
04/18/2019, 7:31 PMaws.acm.getCertificate
)gentle-diamond-70147
04/18/2019, 7:42 PMconst eastRegion = new aws.Provider("east", {
region: "us-east-1", // Per AWS, ACM certificate must be in the us-east-1 region.
});
const cert = aws.acm.getCertificate({ domain: "<http://example.com|example.com>" }, { provider: eastRegion });
square-ability-48831
04/18/2019, 7:54 PM