Class AssessmentTemplateState
Inherited Members
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 SourceAssessmentTemplateState()
Declaration
public AssessmentTemplateState()
Properties
View SourceArn
The template assessment ARN.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Duration
The duration of the inspector run.
Declaration
public Input<int> Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the assessment template.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RulesPackageArns
The rules to be used during the run.
Declaration
public InputList<string> RulesPackageArns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
TargetArn
The assessment target ARN to attach the template to.
Declaration
public Input<string> TargetArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |