Class: Aws::SecurityAgent::Types::CreateThreatModelInput

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

Overview

Input for creating a new threat model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space to create the threat model in.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#assets ⇒ Types::Assets

The assets to include in the threat model.

Returns:



3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#description ⇒ String

A description of the application or system being threat modeled.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#log_config ⇒ Types::CloudWatchLog

The CloudWatch Logs configuration for the threat model.



3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

class CreateThreatModelInput < Struct.new(
  :title,
  :agent_space_id,
  :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.



3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#scope_docs ⇒ Array<Types::DocumentInfo>

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

Returns:



3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#service_role ⇒ String

The IAM service role to use for the threat model.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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

#title ⇒ String

The title of the threat model.

Returns:

  • (String)


3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3067

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