Show / Hide Table of Contents

Interface CfnConfigurationSet.ISuppressionOptionsProperty

An object that contains information about the suppression list preferences for your account.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-suppressionoptions.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 suppressionOptionsProperty = new SuppressionOptionsProperty {
                 SuppressedReasons = new [] { "suppressedReasons" }
             };

Synopsis

Properties

SuppressedReasons

A list that contains the reasons that email addresses are automatically added to the suppression list for your account.

Properties

SuppressedReasons

A list that contains the reasons that email addresses are automatically added to the suppression list for your account.

string[]? SuppressedReasons { get; }
Property Value

string[]

Remarks

This list can contain any or all of the following:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-suppressionoptions.html#cfn-ses-configurationset-suppressionoptions-suppressedreasons

    Back to top Generated by DocFX