_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
association
The full description of the EKS Pod Identity association. | STRUCT( "cluster_name" VARCHAR, "namespace" VARCHAR, "service_account" VARCHAR, "role_arn" VARCHAR, "association_arn" VARCHAR, "association_id" VARCHAR, "tags" MAP(VARCHAR, VARCHAR), "created_at" TIMESTAMP_S, "modified_at" TIMESTAMP_S, "owner_arn" VARCHAR ) |
Show child fields- association.association_arn
The Amazon Resource Name (ARN) of the association.
- association.association_id
The ID of the association.
- association.cluster_name
The name of the cluster that the association is in.
- association.created_at
The timestamp that the association was created at.
- association.modified_at
The most recent timestamp that the association was modified at
- association.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.
- association.owner_arn
If defined, the Pod Identity Association is owned by an Amazon EKS Addon.
- association.role_arn
The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.
- association.service_account
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
- association.tags
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources. The following basic restrictions apply to tags: -
Maximum number of tags per resource – 50 -
For each resource, each tag key must be unique, and each tag key can have only one value. -
Maximum key length – 128 Unicode characters in UTF-8 -
Maximum value length – 256 Unicode characters in UTF-8 -
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ :/@. -
Tag keys and values are case-sensitive. -
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
|