Interface IAccessPolicy
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAccessPolicy.Jsii$Default
- All Known Implementing Classes:
AccessPolicy
,IAccessPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-12T12:32:02.580Z")
@Stability(Stable)
public interface IAccessPolicy
extends software.amazon.jsii.JsiiSerializable
Represents an access policy that defines the permissions and scope for a user or role to access an Amazon EKS cluster.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAccessPolicy
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe scope of the access policy, which determines the level of access granted.The access policy itself, which defines the specific permissions.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessScope
The scope of the access policy, which determines the level of access granted. -
getPolicy
The access policy itself, which defines the specific permissions.
-