Package org.cdk8s.plus22
Interface RolePolicyRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RolePolicyRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.106Z") @Stability(Stable) public interface RolePolicyRule extends software.amazon.jsii.JsiiSerializable
Policy rule of a `Role.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRolePolicyRule.BuilderA builder forRolePolicyRulestatic classRolePolicyRule.Jsii$ProxyAn implementation forRolePolicyRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RolePolicyRule.Builderbuilder()List<IApiResource>getResources()Resources this rule applies to.List<String>getVerbs()Verbs to allow.
-
-
-
Method Detail
-
getResources
@Stability(Stable) @NotNull List<IApiResource> getResources()
Resources this rule applies to.
-
builder
@Stability(Stable) static RolePolicyRule.Builder builder()
- Returns:
- a
RolePolicyRule.BuilderofRolePolicyRule
-
-