AWS Redshift · Schema

HsmStatus

Describes the status of changes to HSM settings.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
HsmClientCertificateIdentifier object
HsmConfigurationIdentifier object
Status object
View JSON Schema on GitHub

JSON Schema

redshift-hsm-status-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "HsmClientCertificateIdentifier": {},
    "HsmConfigurationIdentifier": {},
    "Status": {}
  },
  "description": "Describes the status of changes to HSM settings.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-hsm-status-schema.json",
  "title": "HsmStatus"
}