interface ContactReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMContacts.ContactReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmcontacts#ContactReference |
![]() | software.amazon.awscdk.services.ssmcontacts.ContactReference |
![]() | aws_cdk.aws_ssmcontacts.ContactReference |
![]() | aws-cdk-lib » aws_ssmcontacts » ContactReference |
A reference to a Contact 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 ssmcontacts } from 'aws-cdk-lib';
const contactReference: ssmcontacts.ContactReference = {
contactArn: 'contactArn',
};
Properties
Name | Type | Description |
---|---|---|
contact | string | The Arn of the Contact resource. |
contactArn
Type:
string
The Arn of the Contact resource.