This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::Rule CaseSlaConfiguration
The SLA configuration for Case SlaAssignmentType.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FieldId" :String, "Name" :String, "TargetFieldValues" :[ SlaTargetFieldValue, ... ], "TargetSlaMinutes" :Number, "Type" :String}
YAML
FieldId:StringName:StringTargetFieldValues:- SlaTargetFieldValueTargetSlaMinutes:NumberType:String
Properties
FieldId-
Unique identifier of a Case field.
Required: No
Type: String
Minimum:
1Maximum:
500Update requires: No interruption
Name-
Name of an SLA.
Required: Yes
Type: String
Minimum:
1Maximum:
500Update requires: No interruption
TargetFieldValues-
Represents a list of target field values for the fieldId specified in CaseSlaConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.
Required: No
Type: Array of SlaTargetFieldValue
Maximum:
1Update requires: No interruption
TargetSlaMinutes-
Target duration in minutes within which an SLA should be completed.
Required: Yes
Type: Number
Minimum:
1Maximum:
1051200Update requires: No interruption
Type-
Type of SLA for Case SlaAssignmentType.
Required: Yes
Type: String
Allowed values:
CaseFieldUpdate requires: No interruption