AssessmentTargetArgs

data class AssessmentTargetArgs(val assessmentTargetName: Output<String>? = null, val resourceGroupArn: Output<String>? = null) : ConvertibleToJava<AssessmentTargetArgs>

Resource Type definition for AWS::Inspector::AssessmentTarget

Constructors

Link copied to clipboard
constructor(assessmentTargetName: Output<String>? = null, resourceGroupArn: Output<String>? = null)

Properties

Link copied to clipboard
val assessmentTargetName: Output<String>? = null

The name of the Amazon Inspector assessment target. The name must be unique within the AWS account .

Link copied to clipboard
val resourceGroupArn: Output<String>? = null

The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and Region are included in the assessment target.

Functions

Link copied to clipboard
open override fun toJava(): AssessmentTargetArgs