Show / Hide Table of Contents

Class AssessmentTemplateState

Inheritance
System.Object
InputArgs
ResourceArgs
AssessmentTemplateState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Inspector
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AssessmentTemplateState : ResourceArgs

Constructors

View Source

AssessmentTemplateState()

Declaration
public AssessmentTemplateState()

Properties

View Source

Arn

The template assessment ARN.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Duration

The duration of the inspector run.

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

The name of the assessment template.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RulesPackageArns

The rules to be used during the run.

Declaration
public InputList<string> RulesPackageArns { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Tags

Key-value map of tags for the Inspector assessment template.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TargetArn

The assessment target ARN to attach the template to.

Declaration
public Input<string> TargetArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.