Class: Aws::SecurityAgent::Types::CreateCodeReviewInput

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

Overview

Input for creating a new code review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space to create the code review in.

Returns:

  • (String)


1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#assetsTypes::Assets

The assets to include in the code review, such as documents and source code.

Returns:



1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#code_remediation_strategyString

The code remediation strategy for the code review. Valid values are AUTOMATIC and DISABLED.

Returns:

  • (String)


1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#log_configTypes::CloudWatchLog

The CloudWatch Logs configuration for the code review.



1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

The IAM service role to use for the code review.

Returns:

  • (String)


1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the code review.

Returns:

  • (String)


1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1517

class CreateCodeReviewInput < Struct.new(
  :title,
  :agent_space_id,
  :assets,
  :service_role,
  :log_config,
  :code_remediation_strategy)
  SENSITIVE = []
  include Aws::Structure
end