Class CfnEmailChannelPropsMixin
A channel is a type of platform that you can deliver messages to.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnEmailChannelPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnEmailChannelPropsMixin Inherits Mixin Implements IMixin
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnEmailChannelPropsMixin = new CfnEmailChannelPropsMixin(new CfnEmailChannelMixinProps {
ApplicationId = "applicationId",
ConfigurationSet = "configurationSet",
Enabled = false,
FromAddress = "fromAddress",
Identity = "identity",
OrchestrationSendingRoleArn = "orchestrationSendingRoleArn",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnEmailChannelPropsMixin(ICfnEmailChannelMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | A channel is a type of platform that you can deliver messages to. |
| Props | A channel is a type of platform that you can deliver messages to. |
| Strategy | A channel is a type of platform that you can deliver messages to. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnEmailChannelPropsMixin(ICfnEmailChannelMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::Pinpoint::EmailChannel.
public CfnEmailChannelPropsMixin(ICfnEmailChannelMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnEmailChannelMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
A channel is a type of platform that you can deliver messages to.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnEmailChannelPropsMixin = new CfnEmailChannelPropsMixin(new CfnEmailChannelMixinProps {
ApplicationId = "applicationId",
ConfigurationSet = "configurationSet",
Enabled = false,
FromAddress = "fromAddress",
Identity = "identity",
OrchestrationSendingRoleArn = "orchestrationSendingRoleArn",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
A channel is a type of platform that you can deliver messages to.
protected virtual ICfnEmailChannelMixinProps Props { get; }
Property Value
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnEmailChannelPropsMixin = new CfnEmailChannelPropsMixin(new CfnEmailChannelMixinProps {
ApplicationId = "applicationId",
ConfigurationSet = "configurationSet",
Enabled = false,
FromAddress = "fromAddress",
Identity = "identity",
OrchestrationSendingRoleArn = "orchestrationSendingRoleArn",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
A channel is a type of platform that you can deliver messages to.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnEmailChannelPropsMixin = new CfnEmailChannelPropsMixin(new CfnEmailChannelMixinProps {
ApplicationId = "applicationId",
ConfigurationSet = "configurationSet",
Enabled = false,
FromAddress = "fromAddress",
Identity = "identity",
OrchestrationSendingRoleArn = "orchestrationSendingRoleArn",
RoleArn = "roleArn"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
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
CloudformationResource: AWS::Pinpoint::EmailChannel
Mixin: true
ExampleMetadata: fixture=_generated