View a markdown version of this page

AWS::CloudFormation::ResourceScan ScanFilter - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CloudFormation::ResourceScan ScanFilter

A filter that is used to specify which resource types to scan.

Syntax

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

JSON

{ "Types" : [ String, ... ] }

YAML

Types: - String

Properties

Types

An array of strings where each string represents an Amazon resource type you want to scan. Each string defines the resource type using the format AWS::ServiceName::ResourceType, for example, AWS::DynamoDB::Table. For the full list of supported resource types, see the Resource type support table in the Amazon CloudFormation User Guide.

To scan all resource types within a service, you can use a wildcard, represented by an asterisk (*). You can place an asterisk at only the end of the string, for example, AWS::S3::*.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100 | 100

Update requires: Replacement