interface PermissionsBoundaryBindOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.PermissionsBoundaryBindOptions |
Go | github.com/aws/aws-cdk-go/awscdk/v2#PermissionsBoundaryBindOptions |
Java | software.amazon.awscdk.PermissionsBoundaryBindOptions |
Python | aws_cdk.PermissionsBoundaryBindOptions |
TypeScript (source) | aws-cdk-lib » PermissionsBoundaryBindOptions |
Options for binding a Permissions Boundary to a construct scope.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const permissionsBoundaryBindOptions: cdk.PermissionsBoundaryBindOptions = { };