Class: Aws::CloudWatchOmni::Types::CreateAccessGrantInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateAccessGrantInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token for safe retries.
-
#domain_id ⇒ String
The ID of the domain that contains the space.
-
#name ⇒ String
A name that identifies the access grant.
-
#permission ⇒ String
The permission to grant.
-
#principal ⇒ Types::AccessGrantPrincipal
The principal receiving the grant.
-
#scoped_actions ⇒ Array<Types::ScopedActions>
Groups of actions to allow, each with the resource scopes and conditions that limit those actions.
-
#space_id ⇒ String
The ID of the space to scope the grant to.
-
#tags ⇒ Hash<String,String>
The tags to associate with the access grant.
Instance Attribute Details
#client_token ⇒ String
Idempotency token for safe retries. Repeated requests with the same token return the original result instead of creating a duplicate.
A suitable default value is auto-generated. You should normally not need to pass this option.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain that contains the space.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the access grant.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#permission ⇒ String
The permission to grant. Exactly one permission is granted per request.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::AccessGrantPrincipal
The principal receiving the grant.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#scoped_actions ⇒ Array<Types::ScopedActions>
Groups of actions to allow, each with the resource scopes and conditions that limit those actions.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space to scope the grant to.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to associate with the access grant.
766 767 768 769 770 771 772 773 774 775 776 777 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 766 class CreateAccessGrantInput < Struct.new( :domain_id, :space_id, :name, :principal, :permission, :scoped_actions, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |