Class AssessmentTargetArgs
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 AssessmentTargetArgs : ResourceArgs
Constructors
View SourceAssessmentTargetArgs()
Declaration
public AssessmentTargetArgs()
Properties
View SourceName
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> |