Class: Aws::SecurityAgent::Types::UpdateCodeReviewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateCodeReviewInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Input for updating an existing code review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
-
#assets ⇒ Types::Assets
The updated assets for the code review.
-
#code_remediation_strategy ⇒ String
The updated code remediation strategy for the code review.
-
#code_review_id ⇒ String
The unique identifier of the code review to update.
-
#log_config ⇒ Types::CloudWatchLog
The updated CloudWatch Logs configuration for the code review.
-
#max_task_hours ⇒ Float
The updated maximum number of billable task hours allowed for jobs started from this code review.
-
#report_destination ⇒ Types::ReportDestination
The destination for publishing scan reports to an integrated document provider.
-
#report_filters ⇒ Types::ReportFilters
The report-generation filters applied when the report is exported.
-
#service_role ⇒ String
The updated IAM service role for the code review.
-
#title ⇒ String
The updated title of the code review.
-
#validation_mode ⇒ String
The updated validation mode for the code review.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#assets ⇒ Types::Assets
The updated assets for the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#code_remediation_strategy ⇒ String
The updated code remediation strategy for the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review to update.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::CloudWatchLog
The updated CloudWatch Logs configuration for the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#max_task_hours ⇒ Float
The updated maximum number of billable task hours allowed for jobs started from this code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#report_destination ⇒ Types::ReportDestination
The destination for publishing scan reports to an integrated document provider.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#report_filters ⇒ Types::ReportFilters
The report-generation filters applied when the report is exported.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The updated IAM service role for the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The updated title of the code review.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |
#validation_mode ⇒ String
The updated validation mode for the code review. Valid values are SIMULATED and DISABLED.
8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8562 class UpdateCodeReviewInput < Struct.new( :code_review_id, :agent_space_id, :title, :assets, :service_role, :log_config, :code_remediation_strategy, :validation_mode, :max_task_hours, :report_destination, :report_filters) SENSITIVE = [] include Aws::Structure end |