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

Update requires: No interruption

AwsServices

The Amazon services that are included in the scope of the assessment.

Required: No

Type: Array of AWSService

Update requires: No interruption

See also

  • Scope in the Amazon Audit Manager API Reference.