View a markdown version of this page

AWS::CloudFormation::GuardHook Options - 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::GuardHook Options

Specifies the input parameters for a Guard Hook.

Syntax

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

JSON

{ "InputParams" : S3Location }

Properties

InputParams

Specifies the S3 location of input parameter files for your Guard rules. You can specify either a single S3 location or an array of up to 10 S3 locations.

If you specify multiple input parameter files, each file must contain unique top-level keys. If duplicate top-level keys exist across files, Guard returns a failure status.

Required: No

Type: S3Location

Update requires: No interruption