Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit a1bc131

Browse files
committed
Documentation updates
1 parent 9d3d440 commit a1bc131

File tree

41 files changed

+1907
-4424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1907
-4424
lines changed

doc_source/AWS_Connect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Amazon Connect resource type reference<a name="AWS_Connect"></a>
22

33
**Resource types**
4+
+ [AWS::Connect::ApprovedOrigin](aws-resource-connect-approvedorigin.md)
45
+ [AWS::Connect::ContactFlow](aws-resource-connect-contactflow.md)
56
+ [AWS::Connect::ContactFlowModule](aws-resource-connect-contactflowmodule.md)
67
+ [AWS::Connect::HoursOfOperation](aws-resource-connect-hoursofoperation.md)
8+
+ [AWS::Connect::Instance](aws-resource-connect-instance.md)
9+
+ [AWS::Connect::InstanceStorageConfig](aws-resource-connect-instancestorageconfig.md)
10+
+ [AWS::Connect::IntegrationAssociation](aws-resource-connect-integrationassociation.md)
11+
+ [AWS::Connect::PhoneNumber](aws-resource-connect-phonenumber.md)
712
+ [AWS::Connect::QuickConnect](aws-resource-connect-quickconnect.md)
13+
+ [AWS::Connect::Rule](aws-resource-connect-rule.md)
14+
+ [AWS::Connect::SecurityKey](aws-resource-connect-securitykey.md)
15+
+ [AWS::Connect::TaskTemplate](aws-resource-connect-tasktemplate.md)
816
+ [AWS::Connect::User](aws-resource-connect-user.md)
917
+ [AWS::Connect::UserHierarchyGroup](aws-resource-connect-userhierarchygroup.md)
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# AWS::Connect::Instance Attributes<a name="aws-properties-connect-instance-attributes"></a>
2+
3+
*This is a preview release for Amazon Connect\. It is subject to change\.*
4+
5+
## Syntax<a name="aws-properties-connect-instance-attributes-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instance-attributes-syntax.json"></a>
10+
11+
```
12+
{
13+
"[AutoResolveBestVoices](#cfn-connect-instance-attributes-autoresolvebestvoices)" : Boolean,
14+
"[ContactflowLogs](#cfn-connect-instance-attributes-contactflowlogs)" : Boolean,
15+
"[ContactLens](#cfn-connect-instance-attributes-contactlens)" : Boolean,
16+
"[EarlyMedia](#cfn-connect-instance-attributes-earlymedia)" : Boolean,
17+
"[InboundCalls](#cfn-connect-instance-attributes-inboundcalls)" : Boolean,
18+
"[OutboundCalls](#cfn-connect-instance-attributes-outboundcalls)" : Boolean,
19+
"[UseCustomTTSVoices](#cfn-connect-instance-attributes-usecustomttsvoices)" : Boolean
20+
}
21+
```
22+
23+
### YAML<a name="aws-properties-connect-instance-attributes-syntax.yaml"></a>
24+
25+
```
26+
[AutoResolveBestVoices](#cfn-connect-instance-attributes-autoresolvebestvoices): Boolean
27+
[ContactflowLogs](#cfn-connect-instance-attributes-contactflowlogs): Boolean
28+
[ContactLens](#cfn-connect-instance-attributes-contactlens): Boolean
29+
[EarlyMedia](#cfn-connect-instance-attributes-earlymedia): Boolean
30+
[InboundCalls](#cfn-connect-instance-attributes-inboundcalls): Boolean
31+
[OutboundCalls](#cfn-connect-instance-attributes-outboundcalls): Boolean
32+
[UseCustomTTSVoices](#cfn-connect-instance-attributes-usecustomttsvoices): Boolean
33+
```
34+
35+
## Properties<a name="aws-properties-connect-instance-attributes-properties"></a>
36+
37+
`AutoResolveBestVoices` <a name="cfn-connect-instance-attributes-autoresolvebestvoices"></a>
38+
39+
*Required*: No
40+
*Type*: Boolean
41+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
42+
43+
`ContactflowLogs` <a name="cfn-connect-instance-attributes-contactflowlogs"></a>
44+
45+
*Required*: No
46+
*Type*: Boolean
47+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
48+
49+
`ContactLens` <a name="cfn-connect-instance-attributes-contactlens"></a>
50+
51+
*Required*: No
52+
*Type*: Boolean
53+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
54+
55+
`EarlyMedia` <a name="cfn-connect-instance-attributes-earlymedia"></a>
56+
57+
*Required*: No
58+
*Type*: Boolean
59+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
60+
61+
`InboundCalls` <a name="cfn-connect-instance-attributes-inboundcalls"></a>
62+
63+
*Required*: Yes
64+
*Type*: Boolean
65+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
66+
67+
`OutboundCalls` <a name="cfn-connect-instance-attributes-outboundcalls"></a>
68+
69+
*Required*: Yes
70+
*Type*: Boolean
71+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
72+
73+
`UseCustomTTSVoices` <a name="cfn-connect-instance-attributes-usecustomttsvoices"></a>
74+
75+
*Required*: No
76+
*Type*: Boolean
77+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# AWS::Connect::InstanceStorageConfig EncryptionConfig<a name="aws-properties-connect-instancestorageconfig-encryptionconfig"></a>
2+
3+
The encryption configuration\.
4+
5+
## Syntax<a name="aws-properties-connect-instancestorageconfig-encryptionconfig-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instancestorageconfig-encryptionconfig-syntax.json"></a>
10+
11+
```
12+
{
13+
"[EncryptionType](#cfn-connect-instancestorageconfig-encryptionconfig-encryptiontype)" : String,
14+
"[KeyId](#cfn-connect-instancestorageconfig-encryptionconfig-keyid)" : String
15+
}
16+
```
17+
18+
### YAML<a name="aws-properties-connect-instancestorageconfig-encryptionconfig-syntax.yaml"></a>
19+
20+
```
21+
[EncryptionType](#cfn-connect-instancestorageconfig-encryptionconfig-encryptiontype): String
22+
[KeyId](#cfn-connect-instancestorageconfig-encryptionconfig-keyid): String
23+
```
24+
25+
## Properties<a name="aws-properties-connect-instancestorageconfig-encryptionconfig-properties"></a>
26+
27+
`EncryptionType` <a name="cfn-connect-instancestorageconfig-encryptionconfig-encryptiontype"></a>
28+
The type of encryption\.
29+
*Required*: Yes
30+
*Type*: String
31+
*Allowed values*: `KMS`
32+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
33+
34+
`KeyId` <a name="cfn-connect-instancestorageconfig-encryptionconfig-keyid"></a>
35+
The full ARN of the encryption key\.
36+
Be sure to provide the full ARN of the encryption key, not just the ID\.
37+
*Required*: Yes
38+
*Type*: String
39+
*Minimum*: `1`
40+
*Maximum*: `128`
41+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AWS::Connect::InstanceStorageConfig KinesisFirehoseConfig<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig"></a>
2+
3+
Configuration information of a Kinesis Data Firehose delivery stream\.
4+
5+
## Syntax<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax.json"></a>
10+
11+
```
12+
{
13+
"[FirehoseArn](#cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn)" : String
14+
}
15+
```
16+
17+
### YAML<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax.yaml"></a>
18+
19+
```
20+
[FirehoseArn](#cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn): String
21+
```
22+
23+
## Properties<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-properties"></a>
24+
25+
`FirehoseArn` <a name="cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn"></a>
26+
The Amazon Resource Name \(ARN\) of the delivery stream\.
27+
*Required*: Yes
28+
*Type*: String
29+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AWS::Connect::InstanceStorageConfig KinesisStreamConfig<a name="aws-properties-connect-instancestorageconfig-kinesisstreamconfig"></a>
2+
3+
Configuration information of a Kinesis data stream\.
4+
5+
## Syntax<a name="aws-properties-connect-instancestorageconfig-kinesisstreamconfig-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instancestorageconfig-kinesisstreamconfig-syntax.json"></a>
10+
11+
```
12+
{
13+
"[StreamArn](#cfn-connect-instancestorageconfig-kinesisstreamconfig-streamarn)" : String
14+
}
15+
```
16+
17+
### YAML<a name="aws-properties-connect-instancestorageconfig-kinesisstreamconfig-syntax.yaml"></a>
18+
19+
```
20+
[StreamArn](#cfn-connect-instancestorageconfig-kinesisstreamconfig-streamarn): String
21+
```
22+
23+
## Properties<a name="aws-properties-connect-instancestorageconfig-kinesisstreamconfig-properties"></a>
24+
25+
`StreamArn` <a name="cfn-connect-instancestorageconfig-kinesisstreamconfig-streamarn"></a>
26+
The Amazon Resource Name \(ARN\) of the data stream\.
27+
*Required*: Yes
28+
*Type*: String
29+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# AWS::Connect::InstanceStorageConfig KinesisVideoStreamConfig<a name="aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig"></a>
2+
3+
Configuration information of a Kinesis video stream\.
4+
5+
## Syntax<a name="aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig-syntax.json"></a>
10+
11+
```
12+
{
13+
"[EncryptionConfig](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-encryptionconfig)" : EncryptionConfig,
14+
"[Prefix](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-prefix)" : String,
15+
"[RetentionPeriodHours](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-retentionperiodhours)" : Double
16+
}
17+
```
18+
19+
### YAML<a name="aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig-syntax.yaml"></a>
20+
21+
```
22+
[EncryptionConfig](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-encryptionconfig):
23+
EncryptionConfig
24+
[Prefix](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-prefix): String
25+
[RetentionPeriodHours](#cfn-connect-instancestorageconfig-kinesisvideostreamconfig-retentionperiodhours): Double
26+
```
27+
28+
## Properties<a name="aws-properties-connect-instancestorageconfig-kinesisvideostreamconfig-properties"></a>
29+
30+
`EncryptionConfig` <a name="cfn-connect-instancestorageconfig-kinesisvideostreamconfig-encryptionconfig"></a>
31+
The encryption configuration\.
32+
*Required*: No
33+
*Type*: [EncryptionConfig](aws-properties-connect-instancestorageconfig-encryptionconfig.md)
34+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
35+
36+
`Prefix` <a name="cfn-connect-instancestorageconfig-kinesisvideostreamconfig-prefix"></a>
37+
The prefix of the video stream\.
38+
*Required*: Yes
39+
*Type*: String
40+
*Minimum*: `1`
41+
*Maximum*: `128`
42+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
43+
44+
`RetentionPeriodHours` <a name="cfn-connect-instancestorageconfig-kinesisvideostreamconfig-retentionperiodhours"></a>
45+
The number of hours data is retained in the stream\. Kinesis Video Streams retains the data in a data store that is associated with the stream\.
46+
The default value is 0, indicating that the stream does not persist data\.
47+
*Required*: Yes
48+
*Type*: Double
49+
*Minimum*: `0`
50+
*Maximum*: `87600`
51+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# AWS::Connect::InstanceStorageConfig S3Config<a name="aws-properties-connect-instancestorageconfig-s3config"></a>
2+
3+
Information about the Amazon Simple Storage Service \(Amazon S3\) storage type\.
4+
5+
## Syntax<a name="aws-properties-connect-instancestorageconfig-s3config-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-instancestorageconfig-s3config-syntax.json"></a>
10+
11+
```
12+
{
13+
"[BucketName](#cfn-connect-instancestorageconfig-s3config-bucketname)" : String,
14+
"[BucketPrefix](#cfn-connect-instancestorageconfig-s3config-bucketprefix)" : String,
15+
"[EncryptionConfig](#cfn-connect-instancestorageconfig-s3config-encryptionconfig)" : EncryptionConfig
16+
}
17+
```
18+
19+
### YAML<a name="aws-properties-connect-instancestorageconfig-s3config-syntax.yaml"></a>
20+
21+
```
22+
[BucketName](#cfn-connect-instancestorageconfig-s3config-bucketname): String
23+
[BucketPrefix](#cfn-connect-instancestorageconfig-s3config-bucketprefix): String
24+
[EncryptionConfig](#cfn-connect-instancestorageconfig-s3config-encryptionconfig):
25+
EncryptionConfig
26+
```
27+
28+
## Properties<a name="aws-properties-connect-instancestorageconfig-s3config-properties"></a>
29+
30+
`BucketName` <a name="cfn-connect-instancestorageconfig-s3config-bucketname"></a>
31+
The S3 bucket name\.
32+
*Required*: Yes
33+
*Type*: String
34+
*Minimum*: `1`
35+
*Maximum*: `128`
36+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
37+
38+
`BucketPrefix` <a name="cfn-connect-instancestorageconfig-s3config-bucketprefix"></a>
39+
The S3 bucket prefix\.
40+
*Required*: Yes
41+
*Type*: String
42+
*Minimum*: `1`
43+
*Maximum*: `128`
44+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
45+
46+
`EncryptionConfig` <a name="cfn-connect-instancestorageconfig-s3config-encryptionconfig"></a>
47+
The Amazon S3 encryption configuration\.
48+
*Required*: No
49+
*Type*: [EncryptionConfig](aws-properties-connect-instancestorageconfig-encryptionconfig.md)
50+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

doc_source/aws-properties-connect-quickconnect-phonenumberquickconnectconfig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2626
The phone number in E\.164 format\.
2727
*Required*: Yes
2828
*Type*: String
29+
*Pattern*: `\\+[1-9]\\d{1,14}$`
2930
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

doc_source/aws-properties-connect-quickconnect-queuequickconnectconfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AWS::Connect::QuickConnect QueueQuickConnectConfig<a name="aws-properties-connect-quickconnect-queuequickconnectconfig"></a>
22

3-
Contains information about a queue for a quick connect\. The contact flow must be of type Transfer to Queue\.
3+
Contains information about a queue for a quick connect\. The flow must be of type Transfer to Queue\.
44

55
## Syntax<a name="aws-properties-connect-quickconnect-queuequickconnectconfig-syntax"></a>
66

@@ -25,7 +25,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2525
## Properties<a name="aws-properties-connect-quickconnect-queuequickconnectconfig-properties"></a>
2626

2727
`ContactFlowArn` <a name="cfn-connect-quickconnect-queuequickconnectconfig-contactflowarn"></a>
28-
The Amazon Resource Name \(ARN\) of the contact flow\.
28+
The Amazon Resource Name \(ARN\) of the flow\.
2929
*Required*: Yes
3030
*Type*: String
3131
*Maximum*: `500`

doc_source/aws-properties-connect-quickconnect-userquickconnectconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2525
## Properties<a name="aws-properties-connect-quickconnect-userquickconnectconfig-properties"></a>
2626

2727
`ContactFlowArn` <a name="cfn-connect-quickconnect-userquickconnectconfig-contactflowarn"></a>
28-
The Amazon Resource Name \(ARN\) of the contact flow\.
28+
The Amazon Resource Name \(ARN\) of the flow\.
2929
*Required*: Yes
3030
*Type*: String
3131
*Maximum*: `500`
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# AWS::Connect::Rule Actions<a name="aws-properties-connect-rule-actions"></a>
2+
3+
A list of actions to be run when the rule is triggered\.
4+
5+
## Syntax<a name="aws-properties-connect-rule-actions-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-connect-rule-actions-syntax.json"></a>
10+
11+
```
12+
{
13+
"[AssignContactCategoryActions](#cfn-connect-rule-actions-assigncontactcategoryactions)" : [ Json, ... ],
14+
"[EventBridgeActions](#cfn-connect-rule-actions-eventbridgeactions)" : [ EventBridgeAction, ... ],
15+
"[SendNotificationActions](#cfn-connect-rule-actions-sendnotificationactions)" : [ SendNotificationAction, ... ],
16+
"[TaskActions](#cfn-connect-rule-actions-taskactions)" : [ TaskAction, ... ]
17+
}
18+
```
19+
20+
### YAML<a name="aws-properties-connect-rule-actions-syntax.yaml"></a>
21+
22+
```
23+
[AssignContactCategoryActions](#cfn-connect-rule-actions-assigncontactcategoryactions):
24+
- Json
25+
[EventBridgeActions](#cfn-connect-rule-actions-eventbridgeactions):
26+
- EventBridgeAction
27+
[SendNotificationActions](#cfn-connect-rule-actions-sendnotificationactions):
28+
- SendNotificationAction
29+
[TaskActions](#cfn-connect-rule-actions-taskactions):
30+
- TaskAction
31+
```
32+
33+
## Properties<a name="aws-properties-connect-rule-actions-properties"></a>
34+
35+
`AssignContactCategoryActions` <a name="cfn-connect-rule-actions-assigncontactcategoryactions"></a>
36+
Information about the contact category action\. The syntax can be empty, for example, `{}`\.
37+
*Required*: No
38+
*Type*: List of Json
39+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
40+
41+
`EventBridgeActions` <a name="cfn-connect-rule-actions-eventbridgeactions"></a>
42+
Information about the EventBridge action\.
43+
*Required*: No
44+
*Type*: List of [EventBridgeAction](aws-properties-connect-rule-eventbridgeaction.md)
45+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
46+
47+
`SendNotificationActions` <a name="cfn-connect-rule-actions-sendnotificationactions"></a>
48+
Information about the send notification action\.
49+
*Required*: No
50+
*Type*: List of [SendNotificationAction](aws-properties-connect-rule-sendnotificationaction.md)
51+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
52+
53+
`TaskActions` <a name="cfn-connect-rule-actions-taskactions"></a>
54+
Information about the task action\. This field is required if `TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` \| `OnZendeskTicketStatusUpdate` \| `OnSalesforceCaseCreate`
55+
*Required*: No
56+
*Type*: List of [TaskAction](aws-properties-connect-rule-taskaction.md)
57+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

0 commit comments

Comments
 (0)