AWS::AuditManager::Assessment Scope
The Scope
property type specifies the wrapper that contains the AWS accounts and services that are in scope for the assessment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsAccounts" :
[ AWSAccount, ... ]
, "AwsServices" :[ AWSService, ... ]
}
YAML
AwsAccounts:
- AWSAccount
AwsServices:- AWSService
Properties
AwsAccounts
-
The AWS accounts that are included in the scope of the assessment.
Required: No
Type: Array of AWSAccount
Minimum:
1
Maximum:
200
Update requires: No interruption
AwsServices
-
The AWS services that are included in the scope of the assessment.
Important
This API parameter is no longer supported. If you use this parameter to specify one or more AWS services, Audit Manager ignores this input. Instead, the value for
awsServices
will show as empty.Required: No
Type: Array of AWSService
Update requires: No interruption
See also
-
Scope in the AWS Audit Manager API Reference.