| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IConfigurationSet.Jsii$Default
Internal default implementation for
IConfigurationSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationSet
A configuration set.
|
static class |
IConfigurationSet.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IConfigurationSet |
ConfigurationSet.fromConfigurationSetName(software.constructs.Construct scope,
String id,
String configurationSetName)
Use an existing configuration set.
|
default IConfigurationSet |
EmailIdentityProps.getConfigurationSet()
The configuration set to associate with the email identity.
|
IConfigurationSet |
EmailIdentityProps.Jsii$Proxy.getConfigurationSet() |
| Modifier and Type | Method and Description |
|---|---|
EmailIdentityProps.Builder |
EmailIdentityProps.Builder.configurationSet(IConfigurationSet configurationSet)
Sets the value of
EmailIdentityProps.getConfigurationSet() |
EmailIdentity.Builder |
EmailIdentity.Builder.configurationSet(IConfigurationSet configurationSet)
The configuration set to associate with the email identity.
|
Copyright © 2022. All rights reserved.