Assessment Target Args
data class AssessmentTargetArgs(val assessmentTargetName: Output<String>? = null, val resourceGroupArn: Output<String>? = null) : ConvertibleToJava<AssessmentTargetArgs>
Resource Type definition for AWS::Inspector::AssessmentTarget
Properties
Link copied to clipboard
The name of the Amazon Inspector assessment target. The name must be unique within the AWS account .
Link copied to clipboard
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.