Module Values.ModifyRedshiftIdcApplicationMessageSource

Changes an existing Amazon Redshift IAM Identity Center application.

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

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

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

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

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

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

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

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

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

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

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

    A collection of service integrations associated with the application.

    *)
}
Sourceval context_ : string
Sourceval make : ?identityNamespace:??? -> ?iamRoleArn:??? -> ?idcDisplayName:??? -> ?authorizedTokenIssuerList:??? -> ?serviceIntegrations:??? -> redshiftIdcApplicationArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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