PermissionsBoundaryBindOptions

class aws_cdk.PermissionsBoundaryBindOptions

Bases: object

Options for binding a Permissions Boundary to a construct scope.

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

permissions_boundary_bind_options = cdk.PermissionsBoundaryBindOptions()