Uses of Interface
org.cdk8s.plus24.RolePolicyRule
-
Packages that use RolePolicyRule Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of RolePolicyRule in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement RolePolicyRule Modifier and Type Class Description static class
RolePolicyRule.Jsii$Proxy
An implementation forRolePolicyRule
Methods in org.cdk8s.plus24 that return RolePolicyRule Modifier and Type Method Description RolePolicyRule
RolePolicyRule.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 that return types with arguments of type RolePolicyRule Modifier and Type Method Description List<RolePolicyRule>
Role. getRules()
Rules associaated with this Role.default List<RolePolicyRule>
RoleProps. getRules()
A list of rules the role should allow.List<RolePolicyRule>
RoleProps.Jsii$Proxy. getRules()
Method parameters in org.cdk8s.plus24 with type arguments of type RolePolicyRule Modifier and Type Method Description Role.Builder
Role.Builder. rules(List<? extends RolePolicyRule> rules)
A list of rules the role should allow.RoleProps.Builder
RoleProps.Builder. rules(List<? extends RolePolicyRule> rules)
Sets the value ofRoleProps.getRules()
-