AWS Redshift · JSON Structure

Redshift Create Authentication Profile Result Structure

CreateAuthenticationProfileResult schema from Amazon Redshift

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

AuthenticationProfileName AuthenticationProfileContent

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "AuthenticationProfileName": {},
    "AuthenticationProfileContent": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-authentication-profile-result-structure.json",
  "name": "CreateAuthenticationProfileResult",
  "description": "CreateAuthenticationProfileResult schema from Amazon Redshift"
}