AssessmentScope

data class AssessmentScope(val awsAccounts: List<AssessmentAwsAccount>? = null, val awsServices: List<AssessmentAwsService>? = null)

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

Constructors

Link copied to clipboard
constructor(awsAccounts: List<AssessmentAwsAccount>? = null, awsServices: List<AssessmentAwsService>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS accounts included in scope.

Link copied to clipboard

The AWS services included in scope.