Learn R Programming

paws.database (version 0.7.0)

redshift_modify_redshift_idc_application: Changes an existing Amazon Redshift IAM Identity Center application

Description

Changes an existing Amazon Redshift IAM Identity Center application.

See https://www.paws-r-sdk.com/docs/redshift_modify_redshift_idc_application/ for full documentation.

Usage

redshift_modify_redshift_idc_application(
  RedshiftIdcApplicationArn,
  IdentityNamespace = NULL,
  IamRoleArn = NULL,
  IdcDisplayName = NULL,
  AuthorizedTokenIssuerList = NULL,
  ServiceIntegrations = NULL
)

Arguments

RedshiftIdcApplicationArn

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

IdentityNamespace

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

IamRoleArn

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.

IdcDisplayName

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

AuthorizedTokenIssuerList

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

ServiceIntegrations

A collection of service integrations associated with the application.