Package org.cdk8s.plus24
Interface RolePolicyRule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RolePolicyRule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.76.0 (build a2651be)", date="2023-03-03T03:12:10.303Z") @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
-
-