

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

# AWS::Glue::UsageProfile ProfileConfiguration
<a name="aws-properties-glue-usageprofile-profileconfiguration"></a>

Specifies the job and session values that an admin configures in an Amazon Glue usage profile.

## Syntax
<a name="aws-properties-glue-usageprofile-profileconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-glue-usageprofile-profileconfiguration-syntax.json"></a>

```
{
  "[JobConfiguration](#cfn-glue-usageprofile-profileconfiguration-jobconfiguration)" : {{ConfigurationObject}},
  "[SessionConfiguration](#cfn-glue-usageprofile-profileconfiguration-sessionconfiguration)" : {{ConfigurationObject}}
}
```

### YAML
<a name="aws-properties-glue-usageprofile-profileconfiguration-syntax.yaml"></a>

```
  [JobConfiguration](#cfn-glue-usageprofile-profileconfiguration-jobconfiguration): {{
    ConfigurationObject}}
  [SessionConfiguration](#cfn-glue-usageprofile-profileconfiguration-sessionconfiguration): {{
    ConfigurationObject}}
```

## Properties
<a name="aws-properties-glue-usageprofile-profileconfiguration-properties"></a>

`JobConfiguration`  <a name="cfn-glue-usageprofile-profileconfiguration-jobconfiguration"></a>
A key-value map of configuration parameters for Amazon Glue jobs.   
*Required*: No  
*Type*: [ConfigurationObject](aws-properties-glue-usageprofile-configurationobject.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SessionConfiguration`  <a name="cfn-glue-usageprofile-profileconfiguration-sessionconfiguration"></a>
A key-value map of configuration parameters for Amazon Glue sessions.   
*Required*: No  
*Type*: [ConfigurationObject](aws-properties-glue-usageprofile-configurationobject.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)