fargate_profiles_list_only
Lists fargate_profiles in a region or regions, for all properties use fargate_profiles
Overview
| Name | fargate_profiles_list_only |
| Type | Resource |
| Description | Resource Schema for AWS::EKS::FargateProfile |
| Id | aws.eks.fargate_profiles_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cluster_name | string | Name of the Cluster |
fargate_profile_name | string | Name of FargateProfile |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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