aws.finspace_data.get_programmatic_access_credentials
Example SQL Queries
SELECT * FROMaws.finspace_data.get_programmatic_access_credentialsWHERE"environment_id" = 'VALUE';Description
Request programmatic credentials to use with FinSpace SDK. For more information, see Step 2. Access credentials programmatically using IAM access key id and secret access key.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Required Input Column The FinSpace environment identifier. | VARCHAR |
| duration_in_minutes Input Column Returns the duration in which the credentials will remain valid. | BIGINT |
| _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
| |
| credentials Returns the programmatic credentials. | STRUCT( |
Show child fields
| |