| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigurationSetTlsPolicy |
ConfigurationSetProps.getTlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
ConfigurationSetTlsPolicy |
ConfigurationSetProps.Jsii$Proxy.getTlsPolicy() |
static ConfigurationSetTlsPolicy |
ConfigurationSetTlsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationSetTlsPolicy[] |
ConfigurationSetTlsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet.Builder |
ConfigurationSet.Builder.tlsPolicy(ConfigurationSetTlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
ConfigurationSetProps.Builder |
ConfigurationSetProps.Builder.tlsPolicy(ConfigurationSetTlsPolicy tlsPolicy)
Sets the value of
ConfigurationSetProps.getTlsPolicy() |
Copyright © 2022. All rights reserved.