AWS Redshift · Schema

CreateHsmClientCertificateResult

CreateHsmClientCertificateResult schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
HsmClientCertificate object 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.
View JSON Schema on GitHub

JSON Schema

redshift-create-hsm-client-certificate-result-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-create-hsm-client-certificate-result-schema.json",
  "title": "CreateHsmClientCertificateResult",
  "description": "CreateHsmClientCertificateResult schema from Amazon Redshift"
}