Botree Session
Botree core functions.
Classes
botree.core.Session(region: str, access_key_id: Optional[str] = None, secret_access_key: Optional[str] = None, session_token: Optional[str] = None, profile: Optional[str] = None)
Botree, a friendly Boto3 wrapper.
Start point to all other AWS services.
If not specified, the default credentials (usualy in ~/.aws/credentials) are used. Use 'profile' to specify a different AWS profile.
Source code in botree/core.py
Attributes
cost_explorer: CostExplorer
property
Get a CostExplorer instance.
logs: Logs
property
Get a Logs instance.
s3: S3
property
Get a S3 instance.
secrets_manager: SecretsManager
property
Get a SecretsManager instance.