aws-cdk-lib.aws_ses.DkimRecord

interface DkimRecord

LanguageType name
.NETAmazon.CDK.AWS.SES.DkimRecord
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#DkimRecord
Javasoftware.amazon.awscdk.services.ses.DkimRecord
Pythonaws_cdk.aws_ses.DkimRecord
TypeScript (source)aws-cdk-lib » aws_ses » DkimRecord

A DKIM record.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const dkimRecord: ses.DkimRecord = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
namestringThe name of the record.
valuestringThe value of the record.

name

Type: string

The name of the record.


value

Type: string

The value of the record.