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
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; }