Package org.cdk8s.plus22
Interface RoleBindingProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
RoleBindingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.105Z") @Stability(Stable) public interface RoleBindingProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties for `RoleBinding`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRoleBindingProps.BuilderA builder forRoleBindingPropsstatic classRoleBindingProps.Jsii$ProxyAn implementation forRoleBindingProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RoleBindingProps.Builderbuilder()IRolegetRole()The role to bind to.-
Methods inherited from interface org.cdk8s.plus22.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getRole
@Stability(Stable) @NotNull IRole getRole()
The role to bind to.A RoleBinding can reference a Role or a ClusterRole.
-
builder
@Stability(Stable) static RoleBindingProps.Builder builder()
- Returns:
- a
RoleBindingProps.BuilderofRoleBindingProps
-
-