Class: Aws::SecurityAgent::Types::CreateAgentSpaceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Input for creating a new agent space

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_resourcesTypes::AWSResources

AWS resource configurations associated with the agent space

Returns:



819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_settingsTypes::CodeReviewSettings

Configuration for code review analysis, including controls scanning and general purpose scanning settings



819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the agent space

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the agent space

Returns:

  • (String)


819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags to associate with the agent space

Returns:

  • (Hash<String,String>)


819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#target_domain_idsArray<String>

Target domain IDs to associate with the agent space

Returns:

  • (Array<String>)


819
820
821
822
823
824
825
826
827
828
829
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 819

class CreateAgentSpaceInput < Struct.new(
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end