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.



10692
10693
10694
10695
10696
10697
10698
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10692

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

#prefixString

The prefix of the video stream.

Returns:

  • (String)


10692
10693
10694
10695
10696
10697
10698
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10692

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)


10692
10693
10694
10695
10696
10697
10698
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10692

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