Skip to main content

fargate_profiles_list_only

Lists fargate_profiles in a region or regions, for all properties use fargate_profiles

Overview

Namefargate_profiles_list_only
TypeResource
DescriptionResource Schema for AWS::EKS::FargateProfile
Idaws.eks.fargate_profiles_list_only

Fields

NameDatatypeDescription
cluster_namestringName of the Cluster
fargate_profile_namestringName of FargateProfile
pod_execution_role_arnstringThe IAM policy arn for pods
arnstring
subnetsarray
selectorsarray
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all fargate_profiles in a region.

SELECT
region,
cluster_name,
fargate_profile_name
FROM aws.eks.fargate_profiles_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the fargate_profiles_list_only resource, see fargate_profiles