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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IAccessPolicy.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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

      @Stability(Stable) @NotNull AccessScope getAccessScope()
      The scope of the access policy, which determines the level of access granted.
    • getPolicy

      @Stability(Stable) @NotNull String getPolicy()
      The access policy itself, which defines the specific permissions.