AWS Redshift · JSON Structure

Redshift Hsm Configuration Structure

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

Type: object Properties: 5
AnalyticsBig DataCloud DatabaseData WarehouseSQL

HsmConfiguration is a JSON Structure definition published by AWS Redshift, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HsmConfigurationIdentifier Description HsmIpAddress HsmPartitionName Tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "HsmConfigurationIdentifier": {},
    "Description": {},
    "HsmIpAddress": {},
    "HsmPartitionName": {},
    "Tags": {}
  },
  "description": "Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-hsm-configuration-structure.json",
  "name": "HsmConfiguration"
}