-
aws-cdk-ses-domain-identity提供了一种配置和引用域标识的结构,它适用于SES规则集和操作中
资源介绍
适用于AWS CDK的SES域身份构造
该软件包提供了用于配置和验证SES域身份的构造,该构造可在SES中使用。
灵感来自
该软件包像@aws-cdk/aws-certificatemanager一样自动验证SES域身份。
例子
import * as route53 from "@aws-cdk/aws-route53" ;
import { DnsValidatedDomainIdentity } from "aws-cdk-ses-domain-identity" ;
// ... (truncated)
const hostedZone = route53 . HostedZone . fromLookup ( this , 'HostedZone' , {
domainName : 'example.com' ,
privateZone :