--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_eks_fargate_profile Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EKS::FargateProfile --- # awscc_eks_fargate_profile (Data Source) Data Source schema for AWS::EKS::FargateProfile ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) - `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 - `selectors` (Attributes List) (see [below for nested schema](#nestedatt--selectors)) - `subnets` (List of String) - `tags` (Attributes List) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `selectors` Read-Only: - `labels` (Attributes List) (see [below for nested schema](#nestedatt--selectors--labels)) - `namespace` (String) ### Nested Schema for `selectors.labels` Read-Only: - `key` (String) The key name of the label. - `value` (String) The value for the label. ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.