interface ContactChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSMContacts.ContactChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssmcontacts#ContactChannelReference |
Java | software.amazon.awscdk.interfaces.ssmcontacts.ContactChannelReference |
Python | aws_cdk.interfaces.aws_ssmcontacts.ContactChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_ssmcontacts » ContactChannelReference |
A reference to a ContactChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmcontacts as interfaces_ssmcontacts } from 'aws-cdk-lib/interfaces';
const contactChannelReference: interfaces_ssmcontacts.ContactChannelReference = {
contactChannelArn: 'contactChannelArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The Arn of the ContactChannel resource. |
contactChannelArn
Type:
string
The Arn of the ContactChannel resource.

.NET
Go
Java
Python
TypeScript