Module Values.RedshiftIdcApplicationSource

Contains properties for the Redshift IDC application.

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

    The ARN for the IAM Identity Center instance that Redshift integrates with.

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

    The name of the Redshift application in IAM Identity Center.

    *)
  3. redshiftIdcApplicationArn : String_.t option;
    (*

    The ARN for the Redshift application that integrates with IAM Identity Center.

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

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

    *)
  5. idcDisplayName : IdcDisplayNameString.t option;
    (*

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

    *)
  6. iamRoleArn : String_.t option;
    (*

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

    *)
  7. idcManagedApplicationArn : String_.t option;
    (*

    The ARN for the Amazon Redshift IAM Identity Center application.

    *)
  8. idcOnboardStatus : String_.t option;
    (*

    The onboarding status for the Amazon Redshift IAM Identity Center application.

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

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

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

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

    *)
  11. 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.

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

    A list of tags.

    *)
  13. 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 make : ?idcInstanceArn:??? -> ?redshiftIdcApplicationName:??? -> ?redshiftIdcApplicationArn:??? -> ?identityNamespace:??? -> ?idcDisplayName:??? -> ?iamRoleArn:??? -> ?idcManagedApplicationArn:??? -> ?idcOnboardStatus:??? -> ?authorizedTokenIssuerList:??? -> ?serviceIntegrations:??? -> ?applicationType:??? -> ?tags:??? -> ?ssoTagKeys:??? -> 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