Mixins

class aws_cdk.Mixins

Bases: object

Main entry point for applying mixins.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk as cdk

mixins = cdk.Mixins()

Static Methods

classmethod of(scope, selector=None)

Creates a MixinApplicator for the given scope.

Parameters:
Return type:

MixinApplicator