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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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_id ⇒ String

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

Returns:

  • (String)


21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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_config ⇒ Types::KinesisFirehoseConfig

The configuration of the Kinesis Firehose delivery stream.



21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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_config ⇒ Types::KinesisStreamConfig

The configuration of the Kinesis data stream.



21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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_config ⇒ Types::KinesisVideoStreamConfig

The configuration of the Kinesis video stream.



21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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_config ⇒ Types::S3Config

The S3 bucket configuration.

Returns:



21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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_type ⇒ String

A valid storage type.

Returns:

  • (String)


21370
21371
21372
21373
21374
21375
21376
21377
21378
21379
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21370

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