@Stability(value=Stable)
public static interface CfnConfigurationSet.SendingOptionsProperty
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.*;
SendingOptionsProperty sendingOptionsProperty = SendingOptionsProperty.builder()
.sendingEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSet.SendingOptionsProperty.Builder
A builder for
CfnConfigurationSet.SendingOptionsProperty |
static class |
CfnConfigurationSet.SendingOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.SendingOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSet.SendingOptionsProperty.Builder |
builder() |
default Object |
getSendingEnabled()
`CfnConfigurationSet.SendingOptionsProperty.SendingEnabled`.
|
@Stability(value=Stable) @Nullable default Object getSendingEnabled()
@Stability(value=Stable) static CfnConfigurationSet.SendingOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.