aws.datazone.get_environment_credentials
Example SQL Queries
SELECT * FROMaws.datazone.get_environment_credentialsWHERE"domain_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE';Description
Gets the credentials of an environment in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain in which this environment and its credentials exist. | VARCHAR |
| environment_identifier Required Input Column The ID of the environment whose credentials this operation gets. | 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 |
| access_key_id The access key ID of the environment. | VARCHAR |
| expiration The expiration timestamp of the environment credentials. | TIMESTAMP_S |
| secret_access_key The secret access key of the environment credentials. | VARCHAR |
| session_token The session token of the environment credentials. | VARCHAR |