Uses of Interface
org.cdk8s.plus25.RolePolicyRule
-
Packages that use RolePolicyRule Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of RolePolicyRule in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement RolePolicyRule Modifier and Type Class Description static classRolePolicyRule.Jsii$ProxyAn implementation forRolePolicyRuleMethods in org.cdk8s.plus25 that return RolePolicyRule Modifier and Type Method Description RolePolicyRuleRolePolicyRule.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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.plus25 with type arguments of type RolePolicyRule Modifier and Type Method Description Role.BuilderRole.Builder. rules(List<? extends RolePolicyRule> rules)A list of rules the role should allow.RoleProps.BuilderRoleProps.Builder. rules(List<? extends RolePolicyRule> rules)Sets the value ofRoleProps.getRules()
-