Values.DescribeContainerGroupDefinitionInputSourceThis API works with the following fleet types: Container Retrieves the properties of a container group definition, including all container definitions in the group. Request options: Retrieve the latest version of a container group definition. Specify the container group definition name only, or use an ARN value without a version number. Retrieve a particular version. Specify the container group definition name and a version number, or use an ARN value that includes the version number. Results: If successful, this operation returns the complete properties of a container group definition version. Learn more Manage a container group definition
type nonrec t = {name : ContainerGroupDefinitionNameOrArn.t;The unique identifier for the container group definition to retrieve properties for. You can use either the Name or ARN value.
*)versionNumber : PositiveInteger.t option;The specific version to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PositiveInteger.t
| `String of ContainerGroupDefinitionNameOrArn.t ])
list ]