Class: Aws::Inspector::Types::CreateAssessmentTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_arnString

The ARN that specifies the assessment target for which you want to create the assessment template.

Returns:

  • (String)


776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 776

class CreateAssessmentTemplateRequest < Struct.new(
  :assessment_target_arn,
  :assessment_template_name,
  :duration_in_seconds,
  :rules_package_arns,
  :user_attributes_for_findings)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_template_nameString

The user-defined name that identifies the assessment template that you want to create. You can create several assessment templates for an assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.

Returns:

  • (String)


776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 776

class CreateAssessmentTemplateRequest < Struct.new(
  :assessment_target_arn,
  :assessment_template_name,
  :duration_in_seconds,
  :rules_package_arns,
  :user_attributes_for_findings)
  SENSITIVE = []
  include Aws::Structure
end

#duration_in_secondsInteger

The duration of the assessment run in seconds.

Returns:

  • (Integer)


776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 776

class CreateAssessmentTemplateRequest < Struct.new(
  :assessment_target_arn,
  :assessment_template_name,
  :duration_in_seconds,
  :rules_package_arns,
  :user_attributes_for_findings)
  SENSITIVE = []
  include Aws::Structure
end

#rules_package_arnsArray<String>

The ARNs that specify the rules packages that you want to attach to the assessment template.

Returns:

  • (Array<String>)


776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 776

class CreateAssessmentTemplateRequest < Struct.new(
  :assessment_target_arn,
  :assessment_template_name,
  :duration_in_seconds,
  :rules_package_arns,
  :user_attributes_for_findings)
  SENSITIVE = []
  include Aws::Structure
end

#user_attributes_for_findingsArray<Types::Attribute>

The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an Attribute object). Within an assessment template, each key must be unique.

Returns:



776
777
778
779
780
781
782
783
784
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 776

class CreateAssessmentTemplateRequest < Struct.new(
  :assessment_target_arn,
  :assessment_template_name,
  :duration_in_seconds,
  :rules_package_arns,
  :user_attributes_for_findings)
  SENSITIVE = []
  include Aws::Structure
end