AWS Redshift · JSON Structure

Redshift Hsm Client Certificate Structure

Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

HsmClientCertificateIdentifier HsmClientCertificatePublicKey Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "HsmClientCertificateIdentifier": {},
    "HsmClientCertificatePublicKey": {},
    "Tags": {}
  },
  "description": "Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-hsm-client-certificate-structure.json",
  "name": "HsmClientCertificate"
}