Class: Aws::DynamoDB::Types::KinesisStreamingDestinationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_kinesis_streaming_configurationTypes::EnableKinesisStreamingConfiguration

The source for the Kinesis streaming information that is being enabled.



5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-dynamodb/types.rb', line 5147

class KinesisStreamingDestinationInput < Struct.new(
  :table_name,
  :stream_arn,
  :enable_kinesis_streaming_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN for a Kinesis data stream.

Returns:

  • (String)


5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-dynamodb/types.rb', line 5147

class KinesisStreamingDestinationInput < Struct.new(
  :table_name,
  :stream_arn,
  :enable_kinesis_streaming_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Returns:

  • (String)


5147
5148
5149
5150
5151
5152
5153
# File 'lib/aws-sdk-dynamodb/types.rb', line 5147

class KinesisStreamingDestinationInput < Struct.new(
  :table_name,
  :stream_arn,
  :enable_kinesis_streaming_configuration)
  SENSITIVE = []
  include Aws::Structure
end