View source: R/redshift_operations.R
redshift_modify_redshift_idc_application | R Documentation |
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.
redshift_modify_redshift_idc_application(
RedshiftIdcApplicationArn,
IdentityNamespace = NULL,
IamRoleArn = NULL,
IdcDisplayName = NULL,
AuthorizedTokenIssuerList = NULL,
ServiceIntegrations = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.