fargate_profiles
Retrieves a list of fargate_profiles
in a region
Overview
Name | fargate_profiles |
Type | Resource |
Description | fargate_profiles |
Id | awscc.eks.fargate_profiles |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | Name of the Cluster |
fargate_profile_name | string | Name of FargateProfile |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster_name,
fargate_profile_name
FROM awscc.eks.fargate_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the fargate_profiles
resource, the following permissions are required:
Create
eks:CreateFargateProfile,
eks:DescribeFargateProfile,
iam:GetRole,
iam:PassRole,
iam:CreateServiceLinkedRole,
eks:TagResource
List
eks:ListFargateProfiles