CreateAccessKey #
Overview #
Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
AWS API Reference: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html
Method #
CREATE_ACCESS_KEY
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code. Returns 200 if no errors found.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Returns response information.
-
e_access_key_id
Returns the access key of AWS account.
-
e_secret_access_key
Returns the secret access key of AWS account.