AWS Redshift · JSON Structure

Redshift Cluster Iam Role Structure

An Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other Amazon Web Services services.

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterIamRole 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

IamRoleArn ApplyStatus

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "IamRoleArn": {},
    "ApplyStatus": {}
  },
  "description": "An Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other Amazon Web Services services.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-iam-role-structure.json",
  "name": "ClusterIamRole"
}