Uses of Class
software.amazon.awscdk.services.iam.PolicyStatement.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of PolicyStatement.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionList of actions to add to the statement.PolicyStatement.Builder.conditions
(Map<String, ? extends Object> conditions) Conditions to add to the statement.static PolicyStatement.Builder
PolicyStatement.Builder.create()
Whether to allow or deny the actions in this statement.PolicyStatement.Builder.notActions
(List<String> notActions) List of not actions to add to the statement.PolicyStatement.Builder.notPrincipals
(List<? extends IPrincipal> notPrincipals) List of not principals to add to the statement.PolicyStatement.Builder.notResources
(List<String> notResources) NotResource ARNs to add to the statement.PolicyStatement.Builder.principals
(List<? extends IPrincipal> principals) List of principals to add to the statement.Resource ARNs to add to the statement.The Sid (statement ID) is an optional identifier that you provide for the policy statement.