1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. InstanceStorageConfig

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.connect.InstanceStorageConfig

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::Connect::InstanceStorageConfig

Create InstanceStorageConfig Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new InstanceStorageConfig(name: string, args: InstanceStorageConfigArgs, opts?: CustomResourceOptions);
@overload
def InstanceStorageConfig(resource_name: str,
                          args: InstanceStorageConfigArgs,
                          opts: Optional[ResourceOptions] = None)

@overload
def InstanceStorageConfig(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          instance_arn: Optional[str] = None,
                          resource_type: Optional[InstanceStorageConfigInstanceStorageResourceType] = None,
                          storage_type: Optional[InstanceStorageConfigStorageType] = None,
                          kinesis_firehose_config: Optional[InstanceStorageConfigKinesisFirehoseConfigArgs] = None,
                          kinesis_stream_config: Optional[InstanceStorageConfigKinesisStreamConfigArgs] = None,
                          kinesis_video_stream_config: Optional[InstanceStorageConfigKinesisVideoStreamConfigArgs] = None,
                          s3_config: Optional[InstanceStorageConfigS3ConfigArgs] = None)
func NewInstanceStorageConfig(ctx *Context, name string, args InstanceStorageConfigArgs, opts ...ResourceOption) (*InstanceStorageConfig, error)
public InstanceStorageConfig(string name, InstanceStorageConfigArgs args, CustomResourceOptions? opts = null)
public InstanceStorageConfig(String name, InstanceStorageConfigArgs args)
public InstanceStorageConfig(String name, InstanceStorageConfigArgs args, CustomResourceOptions options)
type: aws-native:connect:InstanceStorageConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. InstanceStorageConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. InstanceStorageConfigArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. InstanceStorageConfigArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. InstanceStorageConfigArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. InstanceStorageConfigArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

InstanceStorageConfig Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The InstanceStorageConfig resource accepts the following input properties:

InstanceArn This property is required. string
Connect Instance ID with which the storage config will be associated
ResourceType This property is required. Pulumi.AwsNative.Connect.InstanceStorageConfigInstanceStorageResourceType
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
StorageType This property is required. Pulumi.AwsNative.Connect.InstanceStorageConfigStorageType
A valid storage type.
KinesisFirehoseConfig Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigKinesisFirehoseConfig
The configuration of the Kinesis Firehose delivery stream.
KinesisStreamConfig Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigKinesisStreamConfig
The configuration of the Kinesis data stream.
KinesisVideoStreamConfig Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigKinesisVideoStreamConfig
The configuration of the Kinesis video stream.
S3Config Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigS3Config
The S3 bucket configuration.
InstanceArn This property is required. string
Connect Instance ID with which the storage config will be associated
ResourceType This property is required. InstanceStorageConfigInstanceStorageResourceType
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
StorageType This property is required. InstanceStorageConfigStorageType
A valid storage type.
KinesisFirehoseConfig InstanceStorageConfigKinesisFirehoseConfigArgs
The configuration of the Kinesis Firehose delivery stream.
KinesisStreamConfig InstanceStorageConfigKinesisStreamConfigArgs
The configuration of the Kinesis data stream.
KinesisVideoStreamConfig InstanceStorageConfigKinesisVideoStreamConfigArgs
The configuration of the Kinesis video stream.
S3Config InstanceStorageConfigS3ConfigArgs
The S3 bucket configuration.
instanceArn This property is required. String
Connect Instance ID with which the storage config will be associated
resourceType This property is required. InstanceStorageConfigInstanceStorageResourceType
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
storageType This property is required. InstanceStorageConfigStorageType
A valid storage type.
kinesisFirehoseConfig InstanceStorageConfigKinesisFirehoseConfig
The configuration of the Kinesis Firehose delivery stream.
kinesisStreamConfig InstanceStorageConfigKinesisStreamConfig
The configuration of the Kinesis data stream.
kinesisVideoStreamConfig InstanceStorageConfigKinesisVideoStreamConfig
The configuration of the Kinesis video stream.
s3Config InstanceStorageConfigS3Config
The S3 bucket configuration.
instanceArn This property is required. string
Connect Instance ID with which the storage config will be associated
resourceType This property is required. InstanceStorageConfigInstanceStorageResourceType
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
storageType This property is required. InstanceStorageConfigStorageType
A valid storage type.
kinesisFirehoseConfig InstanceStorageConfigKinesisFirehoseConfig
The configuration of the Kinesis Firehose delivery stream.
kinesisStreamConfig InstanceStorageConfigKinesisStreamConfig
The configuration of the Kinesis data stream.
kinesisVideoStreamConfig InstanceStorageConfigKinesisVideoStreamConfig
The configuration of the Kinesis video stream.
s3Config InstanceStorageConfigS3Config
The S3 bucket configuration.
instance_arn This property is required. str
Connect Instance ID with which the storage config will be associated
resource_type This property is required. InstanceStorageConfigInstanceStorageResourceType
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
storage_type This property is required. InstanceStorageConfigStorageType
A valid storage type.
kinesis_firehose_config InstanceStorageConfigKinesisFirehoseConfigArgs
The configuration of the Kinesis Firehose delivery stream.
kinesis_stream_config InstanceStorageConfigKinesisStreamConfigArgs
The configuration of the Kinesis data stream.
kinesis_video_stream_config InstanceStorageConfigKinesisVideoStreamConfigArgs
The configuration of the Kinesis video stream.
s3_config InstanceStorageConfigS3ConfigArgs
The S3 bucket configuration.
instanceArn This property is required. String
Connect Instance ID with which the storage config will be associated
resourceType This property is required. "CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS"
A valid resource type. Following are the valid resource types: CHAT_TRANSCRIPTS | CALL_RECORDINGS | SCHEDULED_REPORTS | MEDIA_STREAMS | CONTACT_TRACE_RECORDS | AGENT_EVENTS
storageType This property is required. "S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE"
A valid storage type.
kinesisFirehoseConfig Property Map
The configuration of the Kinesis Firehose delivery stream.
kinesisStreamConfig Property Map
The configuration of the Kinesis data stream.
kinesisVideoStreamConfig Property Map
The configuration of the Kinesis video stream.
s3Config Property Map
The S3 bucket configuration.

Outputs

All input properties are implicitly available as output properties. Additionally, the InstanceStorageConfig resource produces the following output properties:

AssociationId string
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Id string
The provider-assigned unique ID for this managed resource.
AssociationId string
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Id string
The provider-assigned unique ID for this managed resource.
associationId String
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
id String
The provider-assigned unique ID for this managed resource.
associationId string
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
id string
The provider-assigned unique ID for this managed resource.
association_id str
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
id str
The provider-assigned unique ID for this managed resource.
associationId String
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

InstanceStorageConfigEncryptionConfig
, InstanceStorageConfigEncryptionConfigArgs

EncryptionType This property is required. Pulumi.AwsNative.Connect.InstanceStorageConfigEncryptionType
The type of encryption.
KeyId This property is required. string

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

EncryptionType This property is required. InstanceStorageConfigEncryptionType
The type of encryption.
KeyId This property is required. string

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

encryptionType This property is required. InstanceStorageConfigEncryptionType
The type of encryption.
keyId This property is required. String

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

encryptionType This property is required. InstanceStorageConfigEncryptionType
The type of encryption.
keyId This property is required. string

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

encryption_type This property is required. InstanceStorageConfigEncryptionType
The type of encryption.
key_id This property is required. str

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

encryptionType This property is required. "KMS"
The type of encryption.
keyId This property is required. String

The full ARN of the encryption key.

Be sure to provide the full ARN of the encryption key, not just the ID.

Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

InstanceStorageConfigEncryptionType
, InstanceStorageConfigEncryptionTypeArgs

Kms
KMS
InstanceStorageConfigEncryptionTypeKms
KMS
Kms
KMS
Kms
KMS
KMS
KMS
"KMS"
KMS

InstanceStorageConfigInstanceStorageResourceType
, InstanceStorageConfigInstanceStorageResourceTypeArgs

ChatTranscripts
CHAT_TRANSCRIPTS
CallRecordings
CALL_RECORDINGS
ScheduledReports
SCHEDULED_REPORTS
MediaStreams
MEDIA_STREAMS
ContactTraceRecords
CONTACT_TRACE_RECORDS
AgentEvents
AGENT_EVENTS
InstanceStorageConfigInstanceStorageResourceTypeChatTranscripts
CHAT_TRANSCRIPTS
InstanceStorageConfigInstanceStorageResourceTypeCallRecordings
CALL_RECORDINGS
InstanceStorageConfigInstanceStorageResourceTypeScheduledReports
SCHEDULED_REPORTS
InstanceStorageConfigInstanceStorageResourceTypeMediaStreams
MEDIA_STREAMS
InstanceStorageConfigInstanceStorageResourceTypeContactTraceRecords
CONTACT_TRACE_RECORDS
InstanceStorageConfigInstanceStorageResourceTypeAgentEvents
AGENT_EVENTS
ChatTranscripts
CHAT_TRANSCRIPTS
CallRecordings
CALL_RECORDINGS
ScheduledReports
SCHEDULED_REPORTS
MediaStreams
MEDIA_STREAMS
ContactTraceRecords
CONTACT_TRACE_RECORDS
AgentEvents
AGENT_EVENTS
ChatTranscripts
CHAT_TRANSCRIPTS
CallRecordings
CALL_RECORDINGS
ScheduledReports
SCHEDULED_REPORTS
MediaStreams
MEDIA_STREAMS
ContactTraceRecords
CONTACT_TRACE_RECORDS
AgentEvents
AGENT_EVENTS
CHAT_TRANSCRIPTS
CHAT_TRANSCRIPTS
CALL_RECORDINGS
CALL_RECORDINGS
SCHEDULED_REPORTS
SCHEDULED_REPORTS
MEDIA_STREAMS
MEDIA_STREAMS
CONTACT_TRACE_RECORDS
CONTACT_TRACE_RECORDS
AGENT_EVENTS
AGENT_EVENTS
"CHAT_TRANSCRIPTS"
CHAT_TRANSCRIPTS
"CALL_RECORDINGS"
CALL_RECORDINGS
"SCHEDULED_REPORTS"
SCHEDULED_REPORTS
"MEDIA_STREAMS"
MEDIA_STREAMS
"CONTACT_TRACE_RECORDS"
CONTACT_TRACE_RECORDS
"AGENT_EVENTS"
AGENT_EVENTS

InstanceStorageConfigKinesisFirehoseConfig
, InstanceStorageConfigKinesisFirehoseConfigArgs

FirehoseArn This property is required. string
The Amazon Resource Name (ARN) of the delivery stream.
FirehoseArn This property is required. string
The Amazon Resource Name (ARN) of the delivery stream.
firehoseArn This property is required. String
The Amazon Resource Name (ARN) of the delivery stream.
firehoseArn This property is required. string
The Amazon Resource Name (ARN) of the delivery stream.
firehose_arn This property is required. str
The Amazon Resource Name (ARN) of the delivery stream.
firehoseArn This property is required. String
The Amazon Resource Name (ARN) of the delivery stream.

InstanceStorageConfigKinesisStreamConfig
, InstanceStorageConfigKinesisStreamConfigArgs

StreamArn This property is required. string
The Amazon Resource Name (ARN) of the data stream.
StreamArn This property is required. string
The Amazon Resource Name (ARN) of the data stream.
streamArn This property is required. String
The Amazon Resource Name (ARN) of the data stream.
streamArn This property is required. string
The Amazon Resource Name (ARN) of the data stream.
stream_arn This property is required. str
The Amazon Resource Name (ARN) of the data stream.
streamArn This property is required. String
The Amazon Resource Name (ARN) of the data stream.

InstanceStorageConfigKinesisVideoStreamConfig
, InstanceStorageConfigKinesisVideoStreamConfigArgs

EncryptionConfig This property is required. Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigEncryptionConfig
The encryption configuration.
Prefix This property is required. string
The prefix of the video stream.
RetentionPeriodHours This property is required. double

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.

The default value is 0, indicating that the stream does not persist data.

EncryptionConfig This property is required. InstanceStorageConfigEncryptionConfig
The encryption configuration.
Prefix This property is required. string
The prefix of the video stream.
RetentionPeriodHours This property is required. float64

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.

The default value is 0, indicating that the stream does not persist data.

encryptionConfig This property is required. InstanceStorageConfigEncryptionConfig
The encryption configuration.
prefix This property is required. String
The prefix of the video stream.
retentionPeriodHours This property is required. Double

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.

The default value is 0, indicating that the stream does not persist data.

encryptionConfig This property is required. InstanceStorageConfigEncryptionConfig
The encryption configuration.
prefix This property is required. string
The prefix of the video stream.
retentionPeriodHours This property is required. number

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.

The default value is 0, indicating that the stream does not persist data.

encryption_config This property is required. InstanceStorageConfigEncryptionConfig
The encryption configuration.
prefix This property is required. str
The prefix of the video stream.
retention_period_hours This property is required. float

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.

The default value is 0, indicating that the stream does not persist data.

encryptionConfig This property is required. Property Map
The encryption configuration.
prefix This property is required. String
The prefix of the video stream.
retentionPeriodHours This property is required. Number

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.

The default value is 0, indicating that the stream does not persist data.

InstanceStorageConfigS3Config
, InstanceStorageConfigS3ConfigArgs

BucketName This property is required. string
The S3 bucket name.
BucketPrefix This property is required. string
The S3 bucket prefix.
EncryptionConfig Pulumi.AwsNative.Connect.Inputs.InstanceStorageConfigEncryptionConfig
The Amazon S3 encryption configuration.
BucketName This property is required. string
The S3 bucket name.
BucketPrefix This property is required. string
The S3 bucket prefix.
EncryptionConfig InstanceStorageConfigEncryptionConfig
The Amazon S3 encryption configuration.
bucketName This property is required. String
The S3 bucket name.
bucketPrefix This property is required. String
The S3 bucket prefix.
encryptionConfig InstanceStorageConfigEncryptionConfig
The Amazon S3 encryption configuration.
bucketName This property is required. string
The S3 bucket name.
bucketPrefix This property is required. string
The S3 bucket prefix.
encryptionConfig InstanceStorageConfigEncryptionConfig
The Amazon S3 encryption configuration.
bucket_name This property is required. str
The S3 bucket name.
bucket_prefix This property is required. str
The S3 bucket prefix.
encryption_config InstanceStorageConfigEncryptionConfig
The Amazon S3 encryption configuration.
bucketName This property is required. String
The S3 bucket name.
bucketPrefix This property is required. String
The S3 bucket prefix.
encryptionConfig Property Map
The Amazon S3 encryption configuration.

InstanceStorageConfigStorageType
, InstanceStorageConfigStorageTypeArgs

S3
S3
KinesisVideoStream
KINESIS_VIDEO_STREAM
KinesisStream
KINESIS_STREAM
KinesisFirehose
KINESIS_FIREHOSE
InstanceStorageConfigStorageTypeS3
S3
InstanceStorageConfigStorageTypeKinesisVideoStream
KINESIS_VIDEO_STREAM
InstanceStorageConfigStorageTypeKinesisStream
KINESIS_STREAM
InstanceStorageConfigStorageTypeKinesisFirehose
KINESIS_FIREHOSE
S3
S3
KinesisVideoStream
KINESIS_VIDEO_STREAM
KinesisStream
KINESIS_STREAM
KinesisFirehose
KINESIS_FIREHOSE
S3
S3
KinesisVideoStream
KINESIS_VIDEO_STREAM
KinesisStream
KINESIS_STREAM
KinesisFirehose
KINESIS_FIREHOSE
S3
S3
KINESIS_VIDEO_STREAM
KINESIS_VIDEO_STREAM
KINESIS_STREAM
KINESIS_STREAM
KINESIS_FIREHOSE
KINESIS_FIREHOSE
"S3"
S3
"KINESIS_VIDEO_STREAM"
KINESIS_VIDEO_STREAM
"KINESIS_STREAM"
KINESIS_STREAM
"KINESIS_FIREHOSE"
KINESIS_FIREHOSE

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi