Show / Hide Table of Contents

Interface CfnConfigurationSet.ISendingOptionsProperty

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSet.ISendingOptionsProperty
Syntax (vb)
Public Interface CfnConfigurationSet.ISendingOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html

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.AWS.PinpointEmail;

             var sendingOptionsProperty = new SendingOptionsProperty {
                 SendingEnabled = false
             };

Synopsis

Properties

SendingEnabled

If true , email sending is enabled for the configuration set.

Properties

SendingEnabled

If true , email sending is enabled for the configuration set.

object? SendingEnabled { get; }
Property Value

object

Remarks

If false , email sending is disabled for the configuration set.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-sendingoptions.html#cfn-pinpointemail-configurationset-sendingoptions-sendingenabled

Back to top Generated by DocFX