awsapilib.cloudformation package

Submodules

awsapilib.cloudformation.cloudformation module

Main code for billing.

class awsapilib.cloudformation.cloudformation.Cloudformation(arn, region=None)[source]

Bases: LoggerMixin

Models Control Tower by wrapping around service catalog.

property stacksets

Exposes the stacksets settings.

class awsapilib.cloudformation.cloudformation.StackSet(cloudformation_instance)[source]

Bases: object

Models the stacksets settings and implements the interaction with them.

disable_organizations_trusted_access()[source]

Disables organization trusted access.

Returns:

True on success

enable_organizations_trusted_access()[source]

Enables organization trusted access.

Returns:

True on success

property organizations_trusted_access

Setting about the organizations trusted access.

awsapilib.cloudformation.cloudformationexceptions module

Custom exception code for cloudformation.

exception awsapilib.cloudformation.cloudformationexceptions.ServerError[source]

Bases: Exception

The response was not successful.

Module contents

billing package.

Import all parts from billing here