FargateProfile
An object representing an AWS Fargate profile.
Contents
- clusterName
-
The name of your cluster.
Type: String
Required: No
- createdAt
-
The Unix epoch timestamp at object creation.
Type: Timestamp
Required: No
- fargateProfileArn
-
The full Amazon Resource Name (ARN) of the Fargate profile.
Type: String
Required: No
- fargateProfileName
-
The name of the Fargate profile.
Type: String
Required: No
- health
-
The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.
Type: FargateProfileHealth object
Required: No
- podExecutionRoleArn
-
The Amazon Resource Name (ARN) of the
Pod
execution role to use for anyPod
that matches the selectors in the Fargate profile. For more information, seePod
execution role in the Amazon EKS User Guide.Type: String
Required: No
- selectors
-
The selectors to match for a
Pod
to use this Fargate profile.Type: Array of FargateProfileSelector objects
Required: No
- status
-
The current status of the Fargate profile.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | CREATE_FAILED | DELETE_FAILED
Required: No
- subnets
-
The IDs of subnets to launch a
Pod
into.Type: Array of strings
Required: No
-
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: