AWS::AuditManager::Assessment Scope - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AuditManager::Assessment Scope

The Scope property type specifies the wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AwsAccounts" : [ AWSAccount, ... ], "AwsServices" : [ AWSService, ... ] }

Properties

AwsAccounts

The Amazon Web Services 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 Amazon 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 Amazon Web 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 Amazon Audit Manager API Reference.