Class: Aws::CloudTrail::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegated_admin_resource_policy ⇒ String
The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.
-
#resource_policy ⇒ String
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
Instance Attribute Details
#delegated_admin_resource_policy ⇒ String
The default resource-based policy that is automatically generated for the delegated administrator of an Organizations organization. This policy will be evaluated in tandem with any policy you submit for the resource. For more information about this policy, see [Default resource policy for delegated administrators].
4180 4181 4182 4183 4184 4185 4186 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4180 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy, :delegated_admin_resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
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`
4180 4181 4182 4183 4184 4185 4186 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4180 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy, :delegated_admin_resource_policy) SENSITIVE = [] include Aws::Structure end |
#resource_policy ⇒ String
The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
4180 4181 4182 4183 4184 4185 4186 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4180 class PutResourcePolicyResponse < Struct.new( :resource_arn, :resource_policy, :delegated_admin_resource_policy) SENSITIVE = [] include Aws::Structure end |