

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::Partition SchemaId
<a name="aws-properties-glue-partition-schemaid"></a>

A structure that contains schema identity fields. Either this or the `SchemaVersionId` has to be provided.

## Syntax
<a name="aws-properties-glue-partition-schemaid-syntax"></a>

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

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

```
{
  "[RegistryName](#cfn-glue-partition-schemaid-registryname)" : String,
  "[SchemaArn](#cfn-glue-partition-schemaid-schemaarn)" : String,
  "[SchemaName](#cfn-glue-partition-schemaid-schemaname)" : String
}
```

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

```
  [RegistryName](#cfn-glue-partition-schemaid-registryname): String
  [SchemaArn](#cfn-glue-partition-schemaid-schemaarn): String
  [SchemaName](#cfn-glue-partition-schemaid-schemaname): String
```

## Properties
<a name="aws-properties-glue-partition-schemaid-properties"></a>

`RegistryName`  <a name="cfn-glue-partition-schemaid-registryname"></a>
The name of the schema registry that contains the schema.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SchemaArn`  <a name="cfn-glue-partition-schemaid-schemaarn"></a>
The Amazon Resource Name (ARN) of the schema. One of `SchemaArn` or `SchemaName` has to be provided.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SchemaName`  <a name="cfn-glue-partition-schemaid-schemaname"></a>
The name of the schema. One of `SchemaArn` or `SchemaName` has to be provided.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)