Class: Aws::SecurityAgent::Types::UpdateThreatModelInput

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

Overview

Input for updating an existing threat model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space that contains the threat model.

Returns:

  • (String)


9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#assets ⇒ Types::Assets

The updated assets for the threat model.

Returns:



9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The updated description of the application or system being threat modeled.

Returns:

  • (String)


9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#log_config ⇒ Types::CloudWatchLog

The updated CloudWatch Logs configuration for the threat model.



9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#report_destination ⇒ Types::ReportDestination

The destination for publishing scan reports to an integrated document provider.



9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#scope_docs ⇒ Array<Types::DocumentInfo>

The updated scoped documents for the agent to focus on during threat modeling.

Returns:



9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#service_role ⇒ String

The updated IAM service role for the threat model.

Returns:

  • (String)


9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#threat_model_id ⇒ String

The unique identifier of the threat model to update.

Returns:

  • (String)


9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The updated title of the threat model.

Returns:

  • (String)


9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9269

class UpdateThreatModelInput < Struct.new(
  :threat_model_id,
  :agent_space_id,
  :title,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end