describeIntegrations

abstract suspend fun describeIntegrations(input: DescribeIntegrationsRequest = DescribeIntegrationsRequest { }): DescribeIntegrationsResponse

Describe one or more zero-ETL integrations with Amazon Redshift.

Samples

// The following example retrieves information about a zero ETL integration with Amazon Redshift.
val resp = rdsClient.describeIntegrations {
    integrationIdentifier = "5b9f3d79-7392-4a3e-896c-58eaa1b53231"
}