Class: Aws::FMS::Types::AdminScope

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

Overview

Defines the resources that the Firewall Manager administrator can manage. For more information about administrative scope, see [Managing Firewall Manager administrators] in the *Firewall Manager Developer Guide*.

[1]: docs.aws.amazon.com/waf/latest/developerguide/fms-administrators.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_scopeTypes::AccountScope

Defines the accounts that the specified Firewall Manager administrator can apply policies to.

Returns:



166
167
168
169
170
171
172
173
# File 'lib/aws-sdk-fms/types.rb', line 166

class AdminScope < Struct.new(
  :account_scope,
  :organizational_unit_scope,
  :region_scope,
  :policy_type_scope)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_scopeTypes::OrganizationalUnitScope

Defines the Organizations organizational units that the specified Firewall Manager administrator can apply policies to. For more information about OUs in Organizations, see [Managing organizational units (OUs) ][1] in the *Organizations User Guide*.

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html



166
167
168
169
170
171
172
173
# File 'lib/aws-sdk-fms/types.rb', line 166

class AdminScope < Struct.new(
  :account_scope,
  :organizational_unit_scope,
  :region_scope,
  :policy_type_scope)
  SENSITIVE = []
  include Aws::Structure
end

#policy_type_scopeTypes::PolicyTypeScope

Defines the Firewall Manager policy types that the specified Firewall Manager administrator can create and manage.



166
167
168
169
170
171
172
173
# File 'lib/aws-sdk-fms/types.rb', line 166

class AdminScope < Struct.new(
  :account_scope,
  :organizational_unit_scope,
  :region_scope,
  :policy_type_scope)
  SENSITIVE = []
  include Aws::Structure
end

#region_scopeTypes::RegionScope

Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.

Returns:



166
167
168
169
170
171
172
173
# File 'lib/aws-sdk-fms/types.rb', line 166

class AdminScope < Struct.new(
  :account_scope,
  :organizational_unit_scope,
  :region_scope,
  :policy_type_scope)
  SENSITIVE = []
  include Aws::Structure
end