fargate_profile_tags
Expands all tag keys and values for fargate_profiles in a region
Overview
| Name | fargate_profile_tags |
| Type | Resource |
| Description | Resource Schema for AWS::EKS::FargateProfile |
| Id | aws.eks.fargate_profile_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
cluster_name | string | Name of the Cluster |
fargate_profile_name | string | Name of FargateProfile |
pod_execution_role_arn | string | The IAM policy arn for pods |
arn | string | |
subnets | array | |
selectors | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all fargate_profiles in a region.
SELECT
region,
cluster_name,
fargate_profile_name,
pod_execution_role_arn,
arn,
subnets,
selectors,
tag_key,
tag_value
FROM aws.eks.fargate_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the fargate_profile_tags resource, see fargate_profiles