Interface IAccessPolicy.Jsii$Default

All Superinterfaces:
IAccessPolicy, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IAccessPolicy.Jsii$Proxy
Enclosing interface:
IAccessPolicy

@Internal public static interface IAccessPolicy.Jsii$Default extends IAccessPolicy
Internal default implementation for IAccessPolicy.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.IAccessPolicy

    IAccessPolicy.Jsii$Default, IAccessPolicy.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default AccessScope
    The scope of the access policy, which determines the level of access granted.
    default String
    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 default AccessScope getAccessScope()
      The scope of the access policy, which determines the level of access granted.
      Specified by:
      getAccessScope in interface IAccessPolicy
    • getPolicy

      @Stability(Stable) @NotNull default String getPolicy()
      The access policy itself, which defines the specific permissions.
      Specified by:
      getPolicy in interface IAccessPolicy