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.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.686Z")
@Stability(Experimental)
public interface IAccessPolicy
extends software.amazon.jsii.JsiiSerializable
(experimental) 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 interfaceInternal default implementation forIAccessPolicy.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The scope of the access policy, which determines the level of access granted.(experimental) The access policy itself, which defines the specific permissions.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessScope
(experimental) The scope of the access policy, which determines the level of access granted. -
getPolicy
(experimental) The access policy itself, which defines the specific permissions.
-