Class GrantAccessOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.GrantAccessOptions.Jsii$Proxy
All Implemented Interfaces:
GrantAccessOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
GrantAccessOptions

@Stability(Stable) @Internal public static final class GrantAccessOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrantAccessOptions
An implementation for GrantAccessOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(GrantAccessOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GrantAccessOptions.Builder.
  • Method Details

    • getAccessEntryType

      public final AccessEntryType getAccessEntryType()
      Description copied from interface: GrantAccessOptions
      The type of the access entry.

      Specify AccessEntryType.EC2 for EKS Auto Mode node roles, AccessEntryType.HYBRID_LINUX for EKS Hybrid Nodes, or AccessEntryType.HYPERPOD_LINUX for SageMaker HyperPod.

      Note that EC2, HYBRID_LINUX, and HYPERPOD_LINUX types cannot have access policies attached per AWS EKS API constraints.

      Default: AccessEntryType.STANDARD - Standard access entry type that supports access policies

      Specified by:
      getAccessEntryType in interface GrantAccessOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object