Show / Hide Table of Contents

Class CfnConfigurationSet.SendingOptionsProperty

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

Inheritance
object
CfnConfigurationSet.SendingOptionsProperty
Implements
CfnConfigurationSet.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.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.SendingOptionsProperty : CfnConfigurationSet.ISendingOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.SendingOptionsProperty Implements CfnConfigurationSet.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.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.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

Implements

CfnConfigurationSet.ISendingOptionsProperty
Back to top Generated by DocFX