AWS Redshift · Schema

DeleteHsmConfigurationMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
HsmConfigurationIdentifier object
View JSON Schema on GitHub

JSON Schema

redshift-delete-hsm-configuration-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "HsmConfigurationIdentifier": {}
  },
  "required": [
    "HsmConfigurationIdentifier"
  ],
  "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-delete-hsm-configuration-message-schema.json",
  "title": "DeleteHsmConfigurationMessage"
}