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_resources ⇒ Types::AWSResources

The AWS resources to associate with the agent space.

Returns:



2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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_settings ⇒ Types::CodeReviewSettings

The code review settings for the agent space.



2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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

#description ⇒ String

A description of the agent space.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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_id ⇒ String

The identifier of the AWS KMS key to use for encrypting data in the agent space.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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

#name ⇒ String

The name of the agent space.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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

#tags ⇒ Hash<String,String>

The tags to associate with the agent space.

Returns:

  • (Hash<String,String>)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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_ids ⇒ Array<String>

The list of target domain identifiers to associate with the agent space.

Returns:

  • (Array<String>)


2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2199

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