Mixins
- class aws_cdk.Mixins
Bases:
objectMain 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:
scope (
IConstruct)selector (
Optional[IConstructSelector])
- Return type: