

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::CloudFormation::GuardHook InputParams
<a name="aws-properties-cloudformation-guardhook-inputparams"></a>

<a name="aws-properties-cloudformation-guardhook-inputparams-description"></a>The `InputParams` property type specifies Property description not available. for an [AWS::CloudFormation::GuardHook](aws-resource-cloudformation-guardhook.md).

## Syntax
<a name="aws-properties-cloudformation-guardhook-inputparams-syntax"></a>

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

### JSON
<a name="aws-properties-cloudformation-guardhook-inputparams-syntax.json"></a>

```
{
  "[InputParamsItems](#cfn-cloudformation-guardhook-inputparams-inputparamsitems)" : [ S3Location, ... ],
  "[S3Location](#cfn-cloudformation-guardhook-inputparams-s3location)" : S3Location
}
```

### YAML
<a name="aws-properties-cloudformation-guardhook-inputparams-syntax.yaml"></a>

```
  [InputParamsItems](#cfn-cloudformation-guardhook-inputparams-inputparamsitems): 
    - S3Location
  [S3Location](#cfn-cloudformation-guardhook-inputparams-s3location): 
    S3Location
```

## Properties
<a name="aws-properties-cloudformation-guardhook-inputparams-properties"></a>

`InputParamsItems`  <a name="cfn-cloudformation-guardhook-inputparams-inputparamsitems"></a>
Property description not available.  
*Required*: No  
*Type*: Array of [S3Location](aws-properties-cloudformation-guardhook-s3location.md)  
*Minimum*: `1`  
*Maximum*: `10`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`S3Location`  <a name="cfn-cloudformation-guardhook-inputparams-s3location"></a>
Property description not available.  
*Required*: No  
*Type*: [S3Location](aws-properties-cloudformation-guardhook-s3location.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)