Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnEmailIdentityPropsMixin.Builder
Packages that use CfnEmailIdentityPropsMixin.Builder
-
Uses of CfnEmailIdentityPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ses
Methods in software.amazon.awscdk.cfnpropertymixins.services.ses that return CfnEmailIdentityPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEmailIdentityPropsMixin.Builder.configurationSetAttributes(CfnEmailIdentityPropsMixin.ConfigurationSetAttributesProperty configurationSetAttributes) Used to associate a configuration set with an email identity.CfnEmailIdentityPropsMixin.Builder.configurationSetAttributes(IResolvable configurationSetAttributes) Used to associate a configuration set with an email identity.CfnEmailIdentityPropsMixin.Builder.create()CfnEmailIdentityPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEmailIdentityPropsMixin.Builder.dkimAttributes(CfnEmailIdentityPropsMixin.DkimAttributesProperty dkimAttributes) An object that contains information about the DKIM attributes for the identity.CfnEmailIdentityPropsMixin.Builder.dkimAttributes(IResolvable dkimAttributes) An object that contains information about the DKIM attributes for the identity.CfnEmailIdentityPropsMixin.Builder.dkimSigningAttributes(CfnEmailIdentityPropsMixin.DkimSigningAttributesProperty dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .CfnEmailIdentityPropsMixin.Builder.dkimSigningAttributes(IResolvable dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .CfnEmailIdentityPropsMixin.Builder.emailIdentity(String emailIdentity) The email address or domain to verify.CfnEmailIdentityPropsMixin.Builder.feedbackAttributes(CfnEmailIdentityPropsMixin.FeedbackAttributesProperty feedbackAttributes) Used to enable or disable feedback forwarding for an identity.CfnEmailIdentityPropsMixin.Builder.feedbackAttributes(IResolvable feedbackAttributes) Used to enable or disable feedback forwarding for an identity.CfnEmailIdentityPropsMixin.Builder.mailFromAttributes(CfnEmailIdentityPropsMixin.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.CfnEmailIdentityPropsMixin.Builder.mailFromAttributes(IResolvable mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.An array of objects that define the tags (keys and values) to associate with the email identity.