@Stability(value=Stable)
public static interface CfnConfigurationSet.DeliveryOptionsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
DeliveryOptionsProperty deliveryOptionsProperty = DeliveryOptionsProperty.builder()
.sendingPoolName("sendingPoolName")
.tlsPolicy("tlsPolicy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSet.DeliveryOptionsProperty.Builder
A builder for
CfnConfigurationSet.DeliveryOptionsProperty |
static class |
CfnConfigurationSet.DeliveryOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.DeliveryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSet.DeliveryOptionsProperty.Builder |
builder() |
default String |
getSendingPoolName()
`CfnConfigurationSet.DeliveryOptionsProperty.SendingPoolName`.
|
default String |
getTlsPolicy()
`CfnConfigurationSet.DeliveryOptionsProperty.TlsPolicy`.
|
@Stability(value=Stable) @Nullable default String getSendingPoolName()
@Stability(value=Stable) @Nullable default String getTlsPolicy()
@Stability(value=Stable) static CfnConfigurationSet.DeliveryOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.