Class: Aws::EKS::Types::PodIdentityAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::PodIdentityAssociationSummary
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The summarized description of the association.
Each summary is simplified by removing these fields compared to the
full PodIdentityAssociation :
The IAM role:
roleArnThe timestamp that the association was created at:
createdAtThe most recent timestamp that the association was modified at:.
modifiedAtThe tags on the association:
tags
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the association.
-
#association_id ⇒ String
The ID of the association.
-
#cluster_name ⇒ String
The name of the cluster that the association is in.
-
#namespace ⇒ String
The name of the Kubernetes namespace inside the cluster to create the association in.
-
#owner_arn ⇒ String
If defined, the association is owned by an Amazon EKS add-on.
-
#service_account ⇒ String
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
Instance Attribute Details
#association_arn ⇒ String
The Amazon Resource Name (ARN) of the association.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The ID of the association.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the cluster that the association is in.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
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.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |
#owner_arn ⇒ String
If defined, the association is owned by an Amazon EKS add-on.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |
#service_account ⇒ String
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6847 class PodIdentityAssociationSummary < Struct.new( :cluster_name, :namespace, :service_account, :association_arn, :association_id, :owner_arn) SENSITIVE = [] include Aws::Structure end |