interface IContactListRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SES.IContactListRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#IContactListRef | 
|  Java | software.amazon.awscdk.services.ses.IContactListRef | 
|  Python | aws_cdk.aws_ses.IContactListRef | 
|  TypeScript | aws-cdk-lib»aws_ses»IContactListRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromContactListName()
Indicates that this resource can be referenced as a ContactList.
Properties
| Name | Type | Description | 
|---|---|---|
| contact | Contact | A reference to a ContactList resource. | 
| node | Node | The tree node. | 
contactListRef
Type:
Contact
A reference to a ContactList resource.
node
Type:
Node
The tree node.
