Class: Aws::Kinesis::Types::PutResourcePolicyInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

Details of the resource policy. It must include the identity of the principal and the actions allowed on this resource. This is formatted as a JSON string.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
# File 'lib/aws-sdk-kinesis/types.rb', line 1661

class PutResourcePolicyInput < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the data stream or consumer.

Returns:

  • (String)


1661
1662
1663
1664
1665
1666
# File 'lib/aws-sdk-kinesis/types.rb', line 1661

class PutResourcePolicyInput < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end