Cloud Mail 2020 Python Edition

Questions / Feedback?

secret_key Property

The Secret Access Key for the Amazon Web Services account.

Syntax

def get_secret_key() -> str: ...
def set_secret_key(value: str) -> None: ...

secret_key = property(get_secret_key, set_secret_key)

Default Value

""

Remarks

This property describes the secret key to the Amazon account. It should not be shared with others. The secret_key is used along with the access_key in the authentication process with Amazon servers.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 8308]