interface EmailContactReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_notificationscontacts.EmailContactReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnotificationscontacts#EmailContactReference |
![]() | software.amazon.awscdk.services.notificationscontacts.EmailContactReference |
![]() | aws_cdk.aws_notificationscontacts.EmailContactReference |
![]() | aws-cdk-lib » aws_notificationscontacts » EmailContactReference |
A reference to a EmailContact resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notificationscontacts as notificationscontacts } from 'aws-cdk-lib';
const emailContactReference: notificationscontacts.EmailContactReference = {
emailContactArn: 'emailContactArn',
};
Properties
Name | Type | Description |
---|---|---|
email | string | The Arn of the EmailContact resource. |
emailContactArn
Type:
string
The Arn of the EmailContact resource.