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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEmailIdentity.ConfigurationSetAttributesProperty
static final class
An implementation forCfnEmailIdentity.ConfigurationSetAttributesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfigurationSetName
The configuration set to associate with an email identity. -
builder
-