Skip to content

Describe Redshift Idc Applications

redshift_describe_redshift_idc_applications R Documentation

Lists the Amazon Redshift IAM Identity Center applications

Description

Lists the Amazon Redshift IAM Identity Center applications.

Usage

redshift_describe_redshift_idc_applications(RedshiftIdcApplicationArn,
  MaxRecords, Marker)

Arguments

RedshiftIdcApplicationArn

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

MaxRecords

The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

Marker

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

Value

A list with the following syntax:

list(
  RedshiftIdcApplications = list(
    list(
      IdcInstanceArn = "string",
      RedshiftIdcApplicationName = "string",
      RedshiftIdcApplicationArn = "string",
      IdentityNamespace = "string",
      IdcDisplayName = "string",
      IamRoleArn = "string",
      IdcManagedApplicationArn = "string",
      IdcOnboardStatus = "string",
      AuthorizedTokenIssuerList = list(
        list(
          TrustedTokenIssuerArn = "string",
          AuthorizedAudiencesList = list(
            "string"
          )
        )
      ),
      ServiceIntegrations = list(
        list(
          LakeFormation = list(
            list(
              LakeFormationQuery = list(
                Authorization = "Enabled"|"Disabled"
              )
            )
          )
        )
      )
    )
  ),
  Marker = "string"
)

Request syntax

svc$describe_redshift_idc_applications(
  RedshiftIdcApplicationArn = "string",
  MaxRecords = 123,
  Marker = "string"
)