aws.b2bi.list_profiles
Example SQL Queries
SELECT * FROMaws.b2bi.list_profiles;Description
Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| business_name Returns the name for the business associated with this profile. | VARCHAR |
| created_at Returns the timestamp for creation date and time of the profile. | TIMESTAMP_S |
| log_group_name Returns the name of the logging group. | VARCHAR |
| logging Specifies whether or not logging is enabled for this profile. | VARCHAR |
| modified_at Returns the timestamp that identifies the most recent date and time that the profile was modified. | TIMESTAMP_S |
| name Returns the display name for profile. | VARCHAR |
| profile_id Returns the unique, system-generated identifier for the profile. | VARCHAR |