Class: Aws::SecurityAgent::Types::ThreatModel

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

Overview

Represents a threat model configuration that defines the parameters for automated threat analysis, including target assets and logging configuration.

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)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#assets ⇒ Types::Assets

The assets included in the threat model.

Returns:



7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#created_at ⇒ Time

The date and time the threat model was created, in UTC format.

Returns:

  • (Time)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#description ⇒ String

A description of the application or system being threat modeled.

Returns:

  • (String)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#log_config ⇒ Types::CloudWatchLog

The CloudWatch Logs configuration for the threat model.



7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#report_destination ⇒ Types::ReportDestination

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



7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#scope_docs ⇒ Array<Types::DocumentInfo>

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

Returns:



7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#service_role ⇒ String

The IAM service role used for the threat model.

Returns:

  • (String)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#threat_model_id ⇒ String

The unique identifier of the threat model.

Returns:

  • (String)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#title ⇒ String

The title of the threat model.

Returns:

  • (String)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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

#updated_at ⇒ Time

The date and time the threat model was last updated, in UTC format.

Returns:

  • (Time)


7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7954

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