interface AutomaticFailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_AutomaticFailConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEvaluationFormPropsMixin » AutomaticFailConfigurationProperty |
Information about automatic fail configuration for an evaluation form.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const automaticFailConfigurationProperty: connect.CfnEvaluationFormPropsMixin.AutomaticFailConfigurationProperty = {
targetSection: 'targetSection',
};
Properties
| Name | Type | Description |
|---|---|---|
| target | string | The referenceId of the target section for auto failure. |
targetSection?
Type:
string
(optional)
The referenceId of the target section for auto failure.

.NET
Go
Java
Python
TypeScript