AssessmentScopeArgs

data class AssessmentScopeArgs(val awsAccounts: Output<List<AssessmentAwsAccountArgs>>? = null, val awsServices: Output<List<AssessmentAwsServiceArgs>>? = null) : ConvertibleToJava<AssessmentScopeArgs>

The wrapper that contains the AWS accounts and AWS services in scope for the assessment.

Constructors

Link copied to clipboard
constructor(awsAccounts: Output<List<AssessmentAwsAccountArgs>>? = null, awsServices: Output<List<AssessmentAwsServiceArgs>>? = null)

Properties

Link copied to clipboard

The AWS accounts included in scope.

Link copied to clipboard

The AWS services included in scope.

Functions

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