AWS::Connect::InstanceStorageConfig
The storage configuration for the instance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Connect::InstanceStorageConfig", "Properties" : { "InstanceArn" :
String
, "KinesisFirehoseConfig" :KinesisFirehoseConfig
, "KinesisStreamConfig" :KinesisStreamConfig
, "KinesisVideoStreamConfig" :KinesisVideoStreamConfig
, "ResourceType" :String
, "S3Config" :S3Config
, "StorageType" :String
} }
YAML
Type: AWS::Connect::InstanceStorageConfig Properties: InstanceArn:
String
KinesisFirehoseConfig:KinesisFirehoseConfig
KinesisStreamConfig:KinesisStreamConfig
KinesisVideoStreamConfig:KinesisVideoStreamConfig
ResourceType:String
S3Config:S3Config
StorageType:String
Properties
InstanceArn
-
The Amazon Resource Name (ARN) of the instance.
Required: Yes
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$
Update requires: Replacement
KinesisFirehoseConfig
-
The configuration of the Kinesis Firehose delivery stream.
Required: No
Type: KinesisFirehoseConfig
Update requires: No interruption
KinesisStreamConfig
-
The configuration of the Kinesis data stream.
Required: No
Type: KinesisStreamConfig
Update requires: No interruption
KinesisVideoStreamConfig
-
The configuration of the Kinesis video stream.
Required: No
Type: KinesisVideoStreamConfig
Update requires: No interruption
ResourceType
-
A valid resource type. Following are the valid resource types:
CHAT_TRANSCRIPTS
|CALL_RECORDINGS
|SCHEDULED_REPORTS
|MEDIA_STREAMS
|CONTACT_TRACE_RECORDS
|AGENT_EVENTS
Required: Yes
Type: String
Allowed values:
CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
Update requires: Replacement
S3Config
-
The S3 bucket configuration.
Required: No
Type: S3Config
Update requires: No interruption
StorageType
-
A valid storage type.
Required: Yes
Type: String
Allowed values:
S3 | KINESIS_VIDEO_STREAM | KINESIS_STREAM | KINESIS_FIREHOSE
Update requires: No interruption
Return values
Ref
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
AssociationId
-
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.