Interface CfnEmailIdentity.ConfigurationSetAttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEmailIdentity.ConfigurationSetAttributesProperty.Jsii$Proxy
Enclosing class:
CfnEmailIdentity

@Stability(Stable) public static interface CfnEmailIdentity.ConfigurationSetAttributesProperty extends software.amazon.jsii.JsiiSerializable
Used to associate a configuration set with an email identity.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ses.*;
 ConfigurationSetAttributesProperty configurationSetAttributesProperty = ConfigurationSetAttributesProperty.builder()
         .configurationSetName("configurationSetName")
         .build();