View a markdown version of this page

AWS::CloudFormation::ResourceScan ScanFilter - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 CloudFormation template, use the following syntax:

JSON

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

YAML

Types: - String

Properties

Types

An array of strings where each string represents an AWS 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 AWS 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