Interface CfnEvaluationFormPropsMixin.IAutomaticFailConfigurationProperty
Information about automatic fail configuration for an evaluation form.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnEvaluationFormPropsMixin.IAutomaticFailConfigurationProperty
Syntax (vb)
Public Interface CfnEvaluationFormPropsMixin.IAutomaticFailConfigurationProperty
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.CfnPropertyMixins.AWS.Connect;
var automaticFailConfigurationProperty = new AutomaticFailConfigurationProperty {
TargetSection = "targetSection"
};
Synopsis
Properties
| TargetSection | The referenceId of the target section for auto failure. |
Properties
TargetSection
The referenceId of the target section for auto failure.
string? TargetSection { get; }