Class PodIdentityAssociationSummary

    • Method Detail

      • clusterName

        public final String clusterName()

        The name of the cluster that the association is in.

        Returns:
        The name of the cluster that the association is in.
      • namespace

        public final String namespace()

        The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

        Returns:
        The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.
      • serviceAccount

        public final String serviceAccount()

        The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

        Returns:
        The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
      • associationArn

        public final String associationArn()

        The Amazon Resource Name (ARN) of the association.

        Returns:
        The Amazon Resource Name (ARN) of the association.
      • associationId

        public final String associationId()

        The ID of the association.

        Returns:
        The ID of the association.
      • ownerArn

        public final String ownerArn()

        If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

        Returns:
        If defined, the Pod Identity Association is owned by an Amazon EKS Addon.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)