

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::IoT::SoftwarePackageVersion S3Location
<a name="aws-properties-iot-softwarepackageversion-s3location"></a>

<a name="aws-properties-iot-softwarepackageversion-s3location-description"></a>The `S3Location` property type specifies Property description not available. for an [AWS::IoT::SoftwarePackageVersion](aws-resource-iot-softwarepackageversion.md).

## Syntax
<a name="aws-properties-iot-softwarepackageversion-s3location-syntax"></a>

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

### JSON
<a name="aws-properties-iot-softwarepackageversion-s3location-syntax.json"></a>

```
{
  "[Bucket](#cfn-iot-softwarepackageversion-s3location-bucket)" : String,
  "[Key](#cfn-iot-softwarepackageversion-s3location-key)" : String,
  "[Version](#cfn-iot-softwarepackageversion-s3location-version)" : String
}
```

### YAML
<a name="aws-properties-iot-softwarepackageversion-s3location-syntax.yaml"></a>

```
  [Bucket](#cfn-iot-softwarepackageversion-s3location-bucket): String
  [Key](#cfn-iot-softwarepackageversion-s3location-key): String
  [Version](#cfn-iot-softwarepackageversion-s3location-version): String
```

## Properties
<a name="aws-properties-iot-softwarepackageversion-s3location-properties"></a>

`Bucket`  <a name="cfn-iot-softwarepackageversion-s3location-bucket"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Key`  <a name="cfn-iot-softwarepackageversion-s3location-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Version`  <a name="cfn-iot-softwarepackageversion-s3location-version"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)