interface IContactChannelRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SSMContacts.IContactChannelRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#IContactChannelRef |
Java | software.amazon.awscdk.services.ssmcontacts.IContactChannelRef |
Python | aws_cdk.aws_ssmcontacts.IContactChannelRef |
TypeScript | aws-cdk-lib » aws_ssmcontacts » IContactChannelRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a ContactChannel.
Properties
| Name | Type | Description |
|---|---|---|
| contact | Contact | A reference to a ContactChannel resource. |
| node | Node | The tree node. |
contactChannelRef
Type:
Contact
A reference to a ContactChannel resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript