

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::PCS::Cluster JwtKey
<a name="aws-properties-pcs-cluster-jwtkey"></a>

The JWT key stored in Amazon Secrets Manager for Slurm REST API authentication.

## Syntax
<a name="aws-properties-pcs-cluster-jwtkey-syntax"></a>

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

### JSON
<a name="aws-properties-pcs-cluster-jwtkey-syntax.json"></a>

```
{
  "[SecretArn](#cfn-pcs-cluster-jwtkey-secretarn)" : {{String}},
  "[SecretVersion](#cfn-pcs-cluster-jwtkey-secretversion)" : {{String}}
}
```

### YAML
<a name="aws-properties-pcs-cluster-jwtkey-syntax.yaml"></a>

```
  [SecretArn](#cfn-pcs-cluster-jwtkey-secretarn): {{String}}
  [SecretVersion](#cfn-pcs-cluster-jwtkey-secretversion): {{String}}
```

## Properties
<a name="aws-properties-pcs-cluster-jwtkey-properties"></a>

`SecretArn`  <a name="cfn-pcs-cluster-jwtkey-secretarn"></a>
The Amazon Resource Name (ARN) of the Amazon Secrets Manager secret containing the JWT key.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SecretVersion`  <a name="cfn-pcs-cluster-jwtkey-secretversion"></a>
The version of the Amazon Secrets Manager secret containing the JWT key.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)