Skip to main content

fargate_profile

Gets an individual fargate_profile resource

Overview

Namefargate_profile
TypeResource
Descriptionfargate_profile
Idawscc.eks.fargate_profile

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
fargate_profile_name,
pod_execution_role_arn,
arn,
subnets,
selectors,
tags
FROM awscc.eks.fargate_profile
WHERE data__Identifier = '<ClusterName>|<FargateProfileName>';

Permissions

To operate on the fargate_profile resource, the following permissions are required:

Read

eks:DescribeFargateProfile

Delete

eks:DeleteFargateProfile,
eks:DescribeFargateProfile

Update

eks:DescribeFargateProfile,
eks:ListTagsForResource,
eks:TagResource,
eks:UntagResource