Values.FargateProfileSourceAn object representing an Fargate profile.
type nonrec t = {fargateProfileName : String_.t option;The name of the Fargate profile.
*)fargateProfileArn : String_.t option;The full Amazon Resource Name (ARN) of the Fargate profile.
*)clusterName : String_.t option;The name of your cluster.
*)createdAt : Timestamp.t option;The Unix epoch timestamp at object creation.
*)podExecutionRoleArn : String_.t option;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.
*)subnets : StringList.t option;The IDs of subnets to launch a Pod into.
*)selectors : FargateProfileSelectors.t option;The selectors to match for a Pod to use this Fargate profile.
*)status : FargateProfileStatus.t option;The current status of the Fargate profile.
*)health : FargateProfileHealth.t option;The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list ])
list
| `Timestamp of Timestamp.t ])
list ]