AWS Redshift · JSON Structure

Redshift Create Hsm Client Certificate Result Structure

CreateHsmClientCertificateResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

HsmClientCertificate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "HsmClientCertificate": {
      "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-create-hsm-client-certificate-result-structure.json",
  "name": "CreateHsmClientCertificateResult",
  "description": "CreateHsmClientCertificateResult schema from Amazon Redshift"
}