Class ServiceAccountOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ServiceAccountOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServiceAccountOptions
An implementation for ServiceAccountOptions
  • 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(ServiceAccountOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ServiceAccountOptions.Builder.
  • Method Details

    • getAnnotations

      public final Map<String,String> getAnnotations()
      Description copied from interface: ServiceAccountOptions
      Additional annotations of the service account.

      Default: - no additional annotations

      Specified by:
      getAnnotations in interface ServiceAccountOptions
    • getLabels

      public final Map<String,String> getLabels()
      Description copied from interface: ServiceAccountOptions
      Additional labels of the service account.

      Default: - no additional labels

      Specified by:
      getLabels in interface ServiceAccountOptions
    • getName

      public final String getName()
      Description copied from interface: ServiceAccountOptions
      The name of the service account.

      The name of a ServiceAccount object must be a valid DNS subdomain name. https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

      Default: - If no name is given, it will use the id of the resource.

      Specified by:
      getName in interface ServiceAccountOptions
    • getNamespace

      public final String getNamespace()
      Description copied from interface: ServiceAccountOptions
      The namespace of the service account.

      All namespace names must be valid RFC 1123 DNS labels. https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/#namespaces-and-dns

      Default: "default"

      Specified by:
      getNamespace in interface ServiceAccountOptions
    • $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