This product is not supported for your selected Datadog site. ().
This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_eks_fargateprofile

account_id

Type: STRING

cluster_name

Type: STRING
Provider name: clusterName
Description: The name of your cluster.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The Unix epoch timestamp at object creation.

fargate_profile_arn

Type: STRING
Provider name: fargateProfileArn
Description: The full Amazon Resource Name (ARN) of the Fargate profile.

fargate_profile_name

Type: STRING
Provider name: fargateProfileName
Description: The name of the Fargate profile.

health

Type: STRUCT
Provider name: health
Description: The health status of the Fargate profile. If there are issues with your Fargate profile’s health, they are listed here.

  • issues
    Type: UNORDERED_LIST_STRUCT
    Provider name: issues
    Description: Any issues that are associated with the Fargate profile.
    • code
      Type: STRING
      Provider name: code
      Description: A brief description of the error.
    • message
      Type: STRING
      Provider name: message
      Description: The error message associated with the issue.
    • resource_ids
      Type: UNORDERED_LIST_STRING
      Provider name: resourceIds
      Description: The Amazon Web Services resources that are affected by this issue.

pod_execution_role_arn

Type: STRING
Provider name: podExecutionRoleArn
Description: The Amazon Resource Name (ARN) of the Pod execution role to use for any Pod that matches the selectors in the Fargate profile. For more information, see Pod execution role in the Amazon EKS User Guide.

selectors

Type: UNORDERED_LIST_STRUCT
Provider name: selectors
Description: The selectors to match for a Pod to use this Fargate profile.

  • labels
    Type: MAP_STRING_STRING
    Provider name: labels
    Description: The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
  • namespace
    Type: STRING
    Provider name: namespace
    Description: The Kubernetes namespace that the selector should match.

status

Type: STRING
Provider name: status
Description: The current status of the Fargate profile.

subnets

Type: UNORDERED_LIST_STRING
Provider name: subnets
Description: The IDs of subnets to launch a Pod into.

tags

Type: UNORDERED_LIST_STRING