Class: Aws::KinesisAnalytics::Types::KinesisStreamsOutputUpdate

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

Overview

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn_updateString

Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1758

class KinesisStreamsOutputUpdate < Struct.new(
  :resource_arn_update,
  :role_arn_update)
  SENSITIVE = []
  include Aws::Structure
end

#role_arn_updateString

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

Returns:

  • (String)


1758
1759
1760
1761
1762
1763
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1758

class KinesisStreamsOutputUpdate < Struct.new(
  :resource_arn_update,
  :role_arn_update)
  SENSITIVE = []
  include Aws::Structure
end