fargate_profile
Gets an individual fargate_profile
resource
Overview
Name | fargate_profile |
Type | Resource |
Description | fargate_profile |
Id | awscc.eks.fargate_profile |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | Name of the Cluster |
fargate_profile_name | string | Name of FargateProfile |
pod_execution_role_arn | string | The IAM policy arn for pods |
arn | string | |
subnets | array | |
selectors | array | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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