

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::EMR::NotebookExecution OutputNotebookS3Location
<a name="aws-properties-emr-notebookexecution-outputnotebooks3location"></a>

<a name="aws-properties-emr-notebookexecution-outputnotebooks3location-description"></a>The `OutputNotebookS3Location` property type specifies Property description not available. for an [AWS::EMR::NotebookExecution](aws-resource-emr-notebookexecution.md).

## Syntax
<a name="aws-properties-emr-notebookexecution-outputnotebooks3location-syntax"></a>

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

### JSON
<a name="aws-properties-emr-notebookexecution-outputnotebooks3location-syntax.json"></a>

```
{
  "[Bucket](#cfn-emr-notebookexecution-outputnotebooks3location-bucket)" : {{String}},
  "[Key](#cfn-emr-notebookexecution-outputnotebooks3location-key)" : {{String}}
}
```

### YAML
<a name="aws-properties-emr-notebookexecution-outputnotebooks3location-syntax.yaml"></a>

```
  [Bucket](#cfn-emr-notebookexecution-outputnotebooks3location-bucket): {{String}}
  [Key](#cfn-emr-notebookexecution-outputnotebooks3location-key): {{String}}
```

## Properties
<a name="aws-properties-emr-notebookexecution-outputnotebooks3location-properties"></a>

`Bucket`  <a name="cfn-emr-notebookexecution-outputnotebooks3location-bucket"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Key`  <a name="cfn-emr-notebookexecution-outputnotebooks3location-key"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `10280`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)