aws.b2bi.get_profile
Example SQL Queries
SELECT * FROMaws.b2bi.get_profileWHERE"profile_id" = 'VALUE';Description
Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column Returns the unique, system-generated identifier for the profile. | 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
| |
| business_name Returns the name for the business associated with this profile. | VARCHAR |
| created_at Returns a timestamp for creation date and time of the transformer. | TIMESTAMP_S |
| email Returns the email address associated with this customer profile. | VARCHAR |
| log_group_name Returns the name of the logging group. | VARCHAR |
| logging Returns whether or not logging is enabled for this profile. | VARCHAR |
| modified_at Returns a timestamp for last time the profile was modified. | TIMESTAMP_S |
| name Returns the name of the profile, used to identify it. | VARCHAR |
| phone Returns the phone number associated with the profile. | VARCHAR |
| profile_arn Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer. | VARCHAR |