Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-automaticfailconfiguration.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.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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-automaticfailconfiguration.html#cfn-connect-evaluationform-automaticfailconfiguration-targetsection

Back to top Generated by DocFX