Class: Aws::Connect::Types::KinesisVideoStreamConfig

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

Overview

Configuration information of a Kinesis video stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

The encryption configuration.



10273
10274
10275
10276
10277
10278
10279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10273

class KinesisVideoStreamConfig < Struct.new(
  :prefix,
  :retention_period_hours,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the video stream.

Returns:

  • (String)


10273
10274
10275
10276
10277
10278
10279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10273

class KinesisVideoStreamConfig < Struct.new(
  :prefix,
  :retention_period_hours,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end

#retention_period_hoursInteger

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.

Returns:

  • (Integer)


10273
10274
10275
10276
10277
10278
10279
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10273

class KinesisVideoStreamConfig < Struct.new(
  :prefix,
  :retention_period_hours,
  :encryption_config)
  SENSITIVE = []
  include Aws::Structure
end