SessionΒΆ
Tip
The Session object is completely optional in a config.
Warning
It is not recommended to provide aws_access_key_id, aws_secret_access_key, or aws_session_token in the Session object of your config!
These parameters are only provided for interoperability with AWS.
The Session object in a config represents parameters for boto3.session.Session.
Session can accept the following parameters in your config file:
Session:
region_name: str
profile_name: str
aws_account_id: str
aws_access_key_id: str
aws_secret_access_key: str
aws_session_token: str