Package org.cdk8s.plus24
Interface RolePolicyRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RolePolicyRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-25T20:54:33.758Z") @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 class
RolePolicyRule.Builder
A builder forRolePolicyRule
static class
RolePolicyRule.Jsii$Proxy
An implementation forRolePolicyRule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RolePolicyRule.Builder
builder()
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.Builder
ofRolePolicyRule
-
-