EmailContactReference
- class aws_cdk.aws_notificationscontacts.EmailContactReference(*, email_contact_arn)
Bases:
object
A reference to a EmailContact resource.
- Parameters:
email_contact_arn (
str
) – The Arn of the EmailContact resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_notificationscontacts as notificationscontacts email_contact_reference = notificationscontacts.EmailContactReference( email_contact_arn="emailContactArn" )
Attributes
- email_contact_arn
The Arn of the EmailContact resource.