Show / Hide Table of Contents

Class AssessmentTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AssessmentTargetArgs
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 AssessmentTargetArgs : ResourceArgs

Constructors

View Source

AssessmentTargetArgs()

Declaration
public AssessmentTargetArgs()

Properties

View Source

Name

The name of the assessment target.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.