FargateProfile
An object representing an Amazon Fargate profile.
Contents
- clusterName
-
The name of the Amazon EKS cluster that the Fargate profile belongs to.
Type: String
Required: No
- createdAt
-
The Unix epoch timestamp in seconds for when the Fargate profile was created.
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
- podExecutionRoleArn
-
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile. For more information, see Pod Execution Role in the Amazon EKS User Guide.
Type: String
Required: No
- selectors
-
The selectors to match for pods 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 pods into.
Type: Array of strings
Required: No
- tags
-
The metadata applied to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.
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 Amazon SDKs, see the following: