Package org.cdk8s.plus25
Interface RolePolicyRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RolePolicyRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.411Z") @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
-
-