Class: Aws::Connect::Types::InstanceStorageConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The storage configuration for the instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

Returns:

  • (String)


11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_firehose_configTypes::KinesisFirehoseConfig

The configuration of the Kinesis Firehose delivery stream.



11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_stream_configTypes::KinesisStreamConfig

The configuration of the Kinesis data stream.



11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_video_stream_configTypes::KinesisVideoStreamConfig

The configuration of the Kinesis video stream.



11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configTypes::S3Config

The S3 bucket configuration.

Returns:



11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

A valid storage type.

Returns:

  • (String)


11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
# File 'lib/aws-sdk-connect/types.rb', line 11187

class InstanceStorageConfig < Struct.new(
  :association_id,
  :storage_type,
  :s3_config,
  :kinesis_video_stream_config,
  :kinesis_stream_config,
  :kinesis_firehose_config)
  SENSITIVE = []
  include Aws::Structure
end