Class: Aws::SecurityAgent::Types::CreateAgentSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateAgentSpaceInput
- 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
-
#aws_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space.
-
#code_review_settings ⇒ Types::CodeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings.
-
#description ⇒ String
Description of the agent space.
-
#kms_key_id ⇒ String
Identifier of the KMS key used to encrypt data.
-
#name ⇒ String
Name of the agent space.
-
#tags ⇒ Hash<String,String>
Tags to associate with the agent space.
-
#target_domain_ids ⇒ Array<String>
Target domain IDs to associate with the agent space.
Instance Attribute Details
#aws_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space
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_settings ⇒ Types::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 |
#description ⇒ String
Description of the agent space
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_id ⇒ String
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.
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 |
#name ⇒ String
Name of the agent space
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 |
#tags ⇒ Hash<String,String>
Tags to associate with the agent space
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_ids ⇒ Array<String>
Target domain IDs to associate with the agent space
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 |