Class: Aws::CloudTrail::Types::PutResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.

Example event data store ARN format: ‘arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE`

Example dashboard ARN format: ‘arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash`

Example channel ARN format: ‘arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890`

Returns:

  • (String)


4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4342

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

#resource_policyString

A JSON-formatted string for an Amazon Web Services resource-based policy.

For example resource-based policies, see [CloudTrail resource-based policy examples] in the *CloudTrail User Guide*.

[1]: docs.aws.amazon.com/awscloudtrail/latest/userguide/security_iam_resource-based-policy-examples.html

Returns:

  • (String)


4342
4343
4344
4345
4346
4347
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4342

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