ConfigurationSetReference
- class aws_cdk.interfaces.aws_ses.ConfigurationSetReference(*, configuration_set_name)
Bases:
objectA 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.interfaces import aws_ses as interfaces_aws_ses configuration_set_reference = interfaces_aws_ses.ConfigurationSetReference( configuration_set_name="configurationSetName" )
Attributes
- configuration_set_name
The Name of the ConfigurationSet resource.