AWS::Connect::InstanceStorageConfigThe storage configuration for the instance.
import { CfnInstanceStorageConfig } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnInstanceStorageConfigConfiguration passed to the constructor as CfnInstanceStorageConfigProps.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance.
resourceTypeRequiredstringA valid resource type. Following are the valid resource types: `CHAT_TRANSCRIPTS` | `CALL_RECORDINGS` | `SCHEDULED_REPORTS` | `MEDIA_STREAMS` | `CONTACT_TRACE_RECORDS` | `AGENT_EVENTS`
storageTypeRequiredstringA valid storage type.
kinesisFirehoseConfigOptionalIResolvable | KinesisFirehoseConfigPropertyThe configuration of the Kinesis Firehose delivery stream.
kinesisStreamConfigOptionalIResolvable | KinesisStreamConfigPropertyThe configuration of the Kinesis data stream.
kinesisVideoStreamConfigOptionalIResolvable | KinesisVideoStreamConfigPropertyThe configuration of the Kinesis video stream.
s3ConfigOptionalIResolvable | S3ConfigPropertyThe S3 bucket configuration.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::InstanceStorageConfig