class
Amazonite::CloudFormation::ScanFilter
- Amazonite::CloudFormation::ScanFilter
- Reference
- Object
Overview
A filter that is used to specify which resource types to scan.
Defined in:
cloudformation/scan_filter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#types : Array(String) | Nil
An array of strings where each string represents an Amazon Web Services resource type you want to scan.
-
#types=(types : Array(String) | Nil)
An array of strings where each string represents an Amazon Web Services resource type you want to scan.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of strings where each string represents an Amazon Web Services 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 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::*.
An array of strings where each string represents an Amazon Web Services 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 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::*.