EmailIdentityReference
- class aws_cdk.aws_ses.EmailIdentityReference(*, email_identity)
Bases:
object
A reference to a EmailIdentity resource.
- Parameters:
email_identity (
str
) – The EmailIdentity of the EmailIdentity 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_ses as ses email_identity_reference = ses.EmailIdentityReference( email_identity="emailIdentity" )
Attributes
- email_identity
The EmailIdentity of the EmailIdentity resource.