aws.eks.describe_fargate_profile
Example SQL Queries
SELECT * FROMaws.eks.describe_fargate_profileWHERE"cluster_name" = 'VALUE'AND "fargate_profile_name" = 'VALUE';Description
Describes an Fargate profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of your cluster. | VARCHAR |
| fargate_profile_name Required Input Column The name of the Fargate profile to describe. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| fargate_profile The full description of your Fargate profile. | STRUCT( |
Show child fields
| |