Skip to main content

fargate_profile_tags

Expands all tag keys and values for fargate_profiles in a region

Overview

Namefargate_profile_tags
TypeResource
DescriptionResource Schema for AWS::EKS::FargateProfile
Idaws.eks.fargate_profile_tags

Fields

NameDatatypeDescription
cluster_namestringName of the Cluster
fargate_profile_namestringName of FargateProfile
pod_execution_role_arnstringThe IAM policy arn for pods
arnstring
subnetsarray
selectorsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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