Class CfnEmailChannel
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.pinpoint.CfnEmailChannel
- All Implemented Interfaces:
IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-24T10:56:35.691Z")
@Stability(Stable)
public class CfnEmailChannel
extends CfnResource
implements IInspectable
A channel is a type of platform that you can deliver messages to.
You can use the email channel to send email to users. Before you can use Amazon Pinpoint to send email, you must enable the email channel for an Amazon Pinpoint application.
The EmailChannel resource represents the status, identity, and other settings of the email channel for an application
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.pinpoint.*; CfnEmailChannel cfnEmailChannel = CfnEmailChannel.Builder.create(this, "MyCfnEmailChannel") .applicationId("applicationId") .fromAddress("fromAddress") .identity("identity") // the properties below are optional .configurationSet("configurationSet") .enabled(false) .orchestrationSendingRoleArn("orchestrationSendingRoleArn") .roleArn("roleArn") .build();
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnEmailChannel
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnEmailChannel
(software.amazon.jsii.JsiiObjectRef objRef) CfnEmailChannel
(software.constructs.Construct scope, String id, CfnEmailChannelProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.(Deprecated) An identifier for the email channel.The Amazon SES configuration set that you want to apply to messages that you send through the channel.Specifies whether to enable the email channel for the application.The verified email address that you want to send email from when you send email through the channel.The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setApplicationId
(String value) The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.void
setConfigurationSet
(String value) The Amazon SES configuration set that you want to apply to messages that you send through the channel.void
setEnabled
(Boolean value) Specifies whether to enable the email channel for the application.void
setEnabled
(IResolvable value) Specifies whether to enable the email channel for the application.void
setFromAddress
(String value) The verified email address that you want to send email from when you send email through the channel.void
setIdentity
(String value) The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.void
The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .void
setRoleArn
(String value) The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEmailChannel
protected CfnEmailChannel(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEmailChannel
protected CfnEmailChannel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEmailChannel
@Stability(Stable) public CfnEmailChannel(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnEmailChannelProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrId
(Deprecated) An identifier for the email channel.This property is retained only for backward compatibility.
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getApplicationId
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for. -
setApplicationId
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for. -
getFromAddress
The verified email address that you want to send email from when you send email through the channel. -
setFromAddress
The verified email address that you want to send email from when you send email through the channel. -
getIdentity
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel. -
setIdentity
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel. -
getConfigurationSet
The Amazon SES configuration set that you want to apply to messages that you send through the channel. -
setConfigurationSet
The Amazon SES configuration set that you want to apply to messages that you send through the channel. -
getEnabled
Specifies whether to enable the email channel for the application. -
setEnabled
Specifies whether to enable the email channel for the application. -
setEnabled
Specifies whether to enable the email channel for the application. -
getOrchestrationSendingRoleArn
The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES . -
setOrchestrationSendingRoleArn
The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES . -
getRoleArn
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel. -
setRoleArn
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
-