Module Values.CreateRedshiftIdcApplicationMessageSource

Creates an Amazon Redshift application for use with IAM Identity Center.

Sourcetype nonrec t = {
  1. idcInstanceArn : String_.t;
    (*

    The Amazon resource name (ARN) of the IAM Identity Center instance where Amazon Redshift creates a new managed application.

    *)
  2. redshiftIdcApplicationName : RedshiftIdcApplicationName.t;
    (*

    The name of the Redshift application in IAM Identity Center.

    *)
  3. identityNamespace : IdentityNamespaceString.t option;
    (*

    The namespace for the Amazon Redshift IAM Identity Center application instance. It determines which managed application verifies the connection token.

    *)
  4. idcDisplayName : IdcDisplayNameString.t;
    (*

    The display name for the Amazon Redshift IAM Identity Center application instance. It appears in the console.

    *)
  5. iamRoleArn : String_.t;
    (*

    The IAM role ARN for the Amazon Redshift IAM Identity Center application instance. It has the required permissions to be assumed and invoke the IDC Identity Center API.

    *)
  6. authorizedTokenIssuerList : AuthorizedTokenIssuerList.t option;
    (*

    The token issuer list for the Amazon Redshift IAM Identity Center application instance.

    *)
  7. serviceIntegrations : ServiceIntegrationList.t option;
    (*

    A collection of service integrations for the Redshift IAM Identity Center application.

    *)
  8. applicationType : ApplicationType.t option;
    (*

    The type of application being created. Valid values are None or Lakehouse. Use Lakehouse to enable Amazon Redshift federated permissions on cluster.

    *)
  9. tags : TagList.t option;
    (*

    A list of tags.

    *)
  10. ssoTagKeys : TagKeyList.t option;
    (*

    A list of tags keys that Redshift Identity Center applications copy to IAM Identity Center. For each input key, the tag corresponding to the key-value pair is propagated.

    *)
}
Sourceval context_ : string
Sourceval make : ?identityNamespace:??? -> ?authorizedTokenIssuerList:??? -> ?serviceIntegrations:??? -> ?applicationType:??? -> ?tags:??? -> ?ssoTagKeys:??? -> idcInstanceArn:String_.t -> redshiftIdcApplicationName:RedshiftIdcApplicationName.t -> idcDisplayName:IdcDisplayNameString.t -> iamRoleArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t