2024/07/25 - Amazon DataZone - 1 new api methods
Changes Introduces GetEnvironmentCredentials operation to SDK
Gets the credentials of an environment in Amazon DataZone.
See also: AWS API Documentation
Request Syntax
client.get_environment_credentials( domainIdentifier='string', environmentIdentifier='string' )
string
[REQUIRED]
The ID of the Amazon DataZone domain in which this environment and its credentials exist.
string
[REQUIRED]
The ID of the environment whose credentials this operation gets.
dict
Response Syntax
{ 'accessKeyId': 'string', 'expiration': datetime(2015, 1, 1), 'secretAccessKey': 'string', 'sessionToken': 'string' }
Response Structure
(dict) --
accessKeyId (string) --
The access key ID of the environment.
expiration (datetime) --
The expiration timestamp of the environment credentials.
secretAccessKey (string) --
The secret access key of the environment credentials.
sessionToken (string) --
The session token of the environment credentials.