aws.redshift.describe_authentication_profiles
Example SQL Queries
SELECT * FROMaws.redshift.describe_authentication_profiles;Description
Describes an authentication profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_profile_name Input Column The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| authentication_profiles The list of authentication profiles. | STRUCT( |
Show child fields
| |