Uses of Interface
org.cdk8s.plus24.RolePolicyRule
-
-
Uses of RolePolicyRule in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement RolePolicyRule Modifier and Type Class Description static classRolePolicyRule.Jsii$ProxyAn implementation forRolePolicyRuleMethods in org.cdk8s.plus24 that return RolePolicyRule Modifier and Type Method Description RolePolicyRuleRolePolicyRule.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.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()
-