This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:- AWSAccountAwsServices:- AWSService
Properties
- AwsAccounts
- 
                    The AWS accounts that are included in the scope of the assessment. Required: No Type: Array of AWSAccount Minimum: 1Maximum: 200Update requires: No interruption 
- AwsServices
- 
                    The AWS services that are included in the scope of the assessment. ImportantThis 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 awsServiceswill show as empty.Required: No Type: Array of AWSService Update requires: No interruption 
See also
- 
                    Scope in the AWS Audit Manager API Reference.