AssessmentScope

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Web Services accounts that are in scope for the assessment. See aws_accounts below.

Link copied to clipboard

Amazon Web Services services that are included in the scope of the assessment. See aws_services below.