Package org.cdk8s.plus25
Interface RoleBindingProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
RoleBindingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.410Z") @Stability(Stable) public interface RoleBindingProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Properties forRoleBinding.
-
-
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.plus25.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
-
-