Class AssessmentTargetState
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 AssessmentTargetState : ResourceArgs
Constructors
View SourceAssessmentTargetState()
Declaration
public AssessmentTargetState()
Properties
View SourceArn
The target assessment ARN.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the assessment target.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupArn
Inspector Resource Group Amazon Resource Name (ARN) stating tags for instance matching. If not specified, all EC2 instances in the current AWS account and region are included in the assessment target.
Declaration
public Input<string> ResourceGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |