Show / Hide Table of Contents

Interface CfnConfigurationSet.IValidationOptionsProperty

An object that contains information about the validation options for your account.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-validationoptions.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 validationOptionsProperty = new ValidationOptionsProperty {
                 ConditionThreshold = new ConditionThresholdProperty {
                     ConditionThresholdEnabled = "conditionThresholdEnabled",

                     // the properties below are optional
                     OverallConfidenceThreshold = new OverallConfidenceThresholdProperty {
                         ConfidenceVerdictThreshold = "confidenceVerdictThreshold"
                     }
                 }
             };

Synopsis

Properties

ConditionThreshold

The condition threshold settings for suppression validation.

Properties

ConditionThreshold

The condition threshold settings for suppression validation.

object ConditionThreshold { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnConfigurationSet.IConditionThresholdProperty

Back to top Generated by DocFX