AWS Redshift · Schema

CreateHsmClientCertificateMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
HsmClientCertificateIdentifier object
Tags object
View JSON Schema on GitHub

JSON Schema

redshift-create-hsm-client-certificate-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "HsmClientCertificateIdentifier": {},
    "Tags": {}
  },
  "required": [
    "HsmClientCertificateIdentifier"
  ],
  "description": "<p/>",
  "$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-message-schema.json",
  "title": "CreateHsmClientCertificateMessage"
}