@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.185Z") @Stability(value=Stable) public class CfnEmailIdentity extends CfnResource implements IInspectable
Example:
// 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.*;
CfnEmailIdentity cfnEmailIdentity = CfnEmailIdentity.Builder.create(this, "MyCfnEmailIdentity")
.emailIdentity("emailIdentity")
// the properties below are optional
.configurationSetAttributes(ConfigurationSetAttributesProperty.builder()
.configurationSetName("configurationSetName")
.build())
.dkimAttributes(DkimAttributesProperty.builder()
.signingEnabled(false)
.build())
.dkimSigningAttributes(DkimSigningAttributesProperty.builder()
.domainSigningPrivateKey("domainSigningPrivateKey")
.domainSigningSelector("domainSigningSelector")
.nextSigningKeyLength("nextSigningKeyLength")
.build())
.feedbackAttributes(FeedbackAttributesProperty.builder()
.emailForwardingEnabled(false)
.build())
.mailFromAttributes(MailFromAttributesProperty.builder()
.behaviorOnMxFailure("behaviorOnMxFailure")
.mailFromDomain("mailFromDomain")
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEmailIdentity.Builder
A fluent builder for
CfnEmailIdentity. |
static interface |
CfnEmailIdentity.ConfigurationSetAttributesProperty
Example:
|
static interface |
CfnEmailIdentity.DkimAttributesProperty
Example:
|
static interface |
CfnEmailIdentity.DkimSigningAttributesProperty
Example:
|
static interface |
CfnEmailIdentity.FeedbackAttributesProperty
Example:
|
static interface |
CfnEmailIdentity.MailFromAttributesProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnEmailIdentity(software.constructs.Construct scope,
String id,
CfnEmailIdentityProps props)
Create a new `AWS::SES::EmailIdentity`.
|
protected |
CfnEmailIdentity(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEmailIdentity(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrDkimDnsTokenName1() |
String |
getAttrDkimDnsTokenName2() |
String |
getAttrDkimDnsTokenName3() |
String |
getAttrDkimDnsTokenValue1() |
String |
getAttrDkimDnsTokenValue2() |
String |
getAttrDkimDnsTokenValue3() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getConfigurationSetAttributes()
`AWS::SES::EmailIdentity.ConfigurationSetAttributes`.
|
Object |
getDkimAttributes()
`AWS::SES::EmailIdentity.DkimAttributes`.
|
Object |
getDkimSigningAttributes()
`AWS::SES::EmailIdentity.DkimSigningAttributes`.
|
String |
getEmailIdentity()
`AWS::SES::EmailIdentity.EmailIdentity`.
|
Object |
getFeedbackAttributes()
`AWS::SES::EmailIdentity.FeedbackAttributes`.
|
Object |
getMailFromAttributes()
`AWS::SES::EmailIdentity.MailFromAttributes`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setConfigurationSetAttributes(CfnEmailIdentity.ConfigurationSetAttributesProperty value)
`AWS::SES::EmailIdentity.ConfigurationSetAttributes`.
|
void |
setConfigurationSetAttributes(IResolvable value)
`AWS::SES::EmailIdentity.ConfigurationSetAttributes`.
|
void |
setDkimAttributes(CfnEmailIdentity.DkimAttributesProperty value)
`AWS::SES::EmailIdentity.DkimAttributes`.
|
void |
setDkimAttributes(IResolvable value)
`AWS::SES::EmailIdentity.DkimAttributes`.
|
void |
setDkimSigningAttributes(CfnEmailIdentity.DkimSigningAttributesProperty value)
`AWS::SES::EmailIdentity.DkimSigningAttributes`.
|
void |
setDkimSigningAttributes(IResolvable value)
`AWS::SES::EmailIdentity.DkimSigningAttributes`.
|
void |
setEmailIdentity(String value)
`AWS::SES::EmailIdentity.EmailIdentity`.
|
void |
setFeedbackAttributes(CfnEmailIdentity.FeedbackAttributesProperty value)
`AWS::SES::EmailIdentity.FeedbackAttributes`.
|
void |
setFeedbackAttributes(IResolvable value)
`AWS::SES::EmailIdentity.FeedbackAttributes`.
|
void |
setMailFromAttributes(CfnEmailIdentity.MailFromAttributesProperty value)
`AWS::SES::EmailIdentity.MailFromAttributes`.
|
void |
setMailFromAttributes(IResolvable value)
`AWS::SES::EmailIdentity.MailFromAttributes`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEmailIdentity(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEmailIdentity(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEmailIdentity(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnEmailIdentityProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenName1()
@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenName2()
@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenName3()
@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenValue1()
@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenValue2()
@Stability(value=Stable) @NotNull public String getAttrDkimDnsTokenValue3()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getEmailIdentity()
@Stability(value=Stable)
public void setEmailIdentity(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getConfigurationSetAttributes()
@Stability(value=Stable)
public void setConfigurationSetAttributes(@Nullable
CfnEmailIdentity.ConfigurationSetAttributesProperty value)
@Stability(value=Stable)
public void setConfigurationSetAttributes(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getDkimAttributes()
@Stability(value=Stable)
public void setDkimAttributes(@Nullable
CfnEmailIdentity.DkimAttributesProperty value)
@Stability(value=Stable)
public void setDkimAttributes(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getDkimSigningAttributes()
@Stability(value=Stable)
public void setDkimSigningAttributes(@Nullable
CfnEmailIdentity.DkimSigningAttributesProperty value)
@Stability(value=Stable)
public void setDkimSigningAttributes(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getFeedbackAttributes()
@Stability(value=Stable)
public void setFeedbackAttributes(@Nullable
CfnEmailIdentity.FeedbackAttributesProperty value)
@Stability(value=Stable)
public void setFeedbackAttributes(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getMailFromAttributes()
@Stability(value=Stable)
public void setMailFromAttributes(@Nullable
CfnEmailIdentity.MailFromAttributesProperty value)
@Stability(value=Stable)
public void setMailFromAttributes(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.