ConfigurationSetReference
- class aws_cdk.aws_ses.ConfigurationSetReference(*, configuration_set_name)
Bases:
object
A reference to a ConfigurationSet resource.
- Parameters:
configuration_set_name (
str
) – The Name of the ConfigurationSet 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 configuration_set_reference = ses.ConfigurationSetReference( configuration_set_name="configurationSetName" )
Attributes
- configuration_set_name
The Name of the ConfigurationSet resource.