Package org.cdk8s.plus24
Interface RoleProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Implementing Classes:
RoleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:01.939Z") @Stability(Stable) public interface RoleProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties for `Role`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RoleProps.Builder
A builder forRoleProps
static class
RoleProps.Jsii$Proxy
An implementation forRoleProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static RoleProps.Builder
builder()
default List<RolePolicyRule>
getRules()
A list of rules the role should allow.-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getRules
@Stability(Stable) @Nullable default List<RolePolicyRule> getRules()
A list of rules the role should allow.Default: []
-
builder
@Stability(Stable) static RoleProps.Builder builder()
- Returns:
- a
RoleProps.Builder
ofRoleProps
-
-