Uses of Class
software.amazon.awscdk.PermissionsBoundary
Packages that use PermissionsBoundary
-
Uses of PermissionsBoundary in software.amazon.awscdk
Methods in software.amazon.awscdk that return PermissionsBoundaryModifier and TypeMethodDescriptionstatic PermissionsBoundaryApply a permissions boundary with the given ARN to all IAM Roles and Users created within a scope.static PermissionsBoundaryApply a permissions boundary with the given name to all IAM Roles and Users created within a scope.default PermissionsBoundaryStackProps.getPermissionsBoundary()Options for applying a permissions boundary to all IAM Roles and Users created within this Stage.final PermissionsBoundaryStackProps.Jsii$Proxy.getPermissionsBoundary()default PermissionsBoundaryStageProps.getPermissionsBoundary()Options for applying a permissions boundary to all IAM Roles and Users created within this Stage.final PermissionsBoundaryStageProps.Jsii$Proxy.getPermissionsBoundary()Methods in software.amazon.awscdk with parameters of type PermissionsBoundaryModifier and TypeMethodDescriptionStack.Builder.permissionsBoundary(PermissionsBoundary permissionsBoundary) Options for applying a permissions boundary to all IAM Roles and Users created within this Stage.StackProps.Builder.permissionsBoundary(PermissionsBoundary permissionsBoundary) Sets the value ofStackProps.getPermissionsBoundary()Stage.Builder.permissionsBoundary(PermissionsBoundary permissionsBoundary) Options for applying a permissions boundary to all IAM Roles and Users created within this Stage.StageProps.Builder.permissionsBoundary(PermissionsBoundary permissionsBoundary) Sets the value ofStageProps.getPermissionsBoundary()