interface ContactListReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.ContactListReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#ContactListReference |
![]() | software.amazon.awscdk.services.ses.ContactListReference |
![]() | aws_cdk.aws_ses.ContactListReference |
![]() | aws-cdk-lib » aws_ses » ContactListReference |
A reference to a ContactList resource.
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 contactListReference: ses.ContactListReference = {
contactListName: 'contactListName',
};
Properties
Name | Type | Description |
---|---|---|
contact | string | The ContactListName of the ContactList resource. |
contactListName
Type:
string
The ContactListName of the ContactList resource.