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