Show / Hide Table of Contents

Class CfnConfigurationSetPropsMixin.SendingOptionsProperty

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

Inheritance
object
CfnConfigurationSetPropsMixin.SendingOptionsProperty
Implements
CfnConfigurationSetPropsMixin.ISendingOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfigurationSetPropsMixin.SendingOptionsProperty : CfnConfigurationSetPropsMixin.ISendingOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSetPropsMixin.SendingOptionsProperty Implements CfnConfigurationSetPropsMixin.ISendingOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-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.CfnPropertyMixins.AWS.SES;

             var sendingOptionsProperty = new SendingOptionsProperty {
                 SendingEnabled = false
             };

Synopsis

Constructors

SendingOptionsProperty()

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

Properties

SendingEnabled

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

Constructors

SendingOptionsProperty()

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

public SendingOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-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.CfnPropertyMixins.AWS.SES;

             var sendingOptionsProperty = new SendingOptionsProperty {
                 SendingEnabled = false
             };

Properties

SendingEnabled

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

public object? SendingEnabled { get; set; }
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-ses-configurationset-sendingoptions.html#cfn-ses-configurationset-sendingoptions-sendingenabled

Type union: either bool or IResolvable

Implements

CfnConfigurationSetPropsMixin.ISendingOptionsProperty
Back to top Generated by DocFX