@Stability(value=Stable)
public static interface CfnEmailIdentity.DkimSigningAttributesProperty
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.*;
DkimSigningAttributesProperty dkimSigningAttributesProperty = DkimSigningAttributesProperty.builder()
.domainSigningPrivateKey("domainSigningPrivateKey")
.domainSigningSelector("domainSigningSelector")
.nextSigningKeyLength("nextSigningKeyLength")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEmailIdentity.DkimSigningAttributesProperty.Builder
A builder for
CfnEmailIdentity.DkimSigningAttributesProperty |
static class |
CfnEmailIdentity.DkimSigningAttributesProperty.Jsii$Proxy
An implementation for
CfnEmailIdentity.DkimSigningAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEmailIdentity.DkimSigningAttributesProperty.Builder |
builder() |
default String |
getDomainSigningPrivateKey()
`CfnEmailIdentity.DkimSigningAttributesProperty.DomainSigningPrivateKey`.
|
default String |
getDomainSigningSelector()
`CfnEmailIdentity.DkimSigningAttributesProperty.DomainSigningSelector`.
|
default String |
getNextSigningKeyLength()
`CfnEmailIdentity.DkimSigningAttributesProperty.NextSigningKeyLength`.
|
@Stability(value=Stable) @Nullable default String getDomainSigningPrivateKey()
@Stability(value=Stable) @Nullable default String getDomainSigningSelector()
@Stability(value=Stable) @Nullable default String getNextSigningKeyLength()
@Stability(value=Stable) static CfnEmailIdentity.DkimSigningAttributesProperty.Builder builder()
Copyright © 2022. All rights reserved.