aws.transfer.describe_profile
Example SQL Queries
SELECT * FROMaws.transfer.describe_profileWHERE"profile_id" = 'VALUE';Description
Returns the details of the profile that's specified by the ProfileId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Required Input Column The identifier of the profile that you want described. | 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 |
| profile The details of the specified profile, returned as an object. | STRUCT( |
Show child fields
| |