Package org.cdk8s.plus25
Interface RoleProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
RoleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.411Z") @Stability(Stable) public interface RoleProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties forRole.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRoleProps.BuilderA builder forRolePropsstatic classRoleProps.Jsii$ProxyAn implementation forRoleProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static RoleProps.Builderbuilder()default List<RolePolicyRule>getRules()A list of rules the role should allow.-
Methods inherited from interface org.cdk8s.plus25.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.BuilderofRoleProps
-
-