AWS::AuditManager::Assessment Scope - AWS CloudFormation

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, ... ] }

Properties

AwsAccounts

The AWS accounts that are included in the scope of the assessment.

Required: No

Type: Array of AWSAccount

Update requires: No interruption

AwsServices

The AWS 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 AWS Audit Manager API Reference.