Module Values.DescribeContainerGroupDefinitionInputSource

This 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

Sourcetype nonrec t = {
  1. name : ContainerGroupDefinitionNameOrArn.t;
    (*

    The unique identifier for the container group definition to retrieve properties for. You can use either the Name or ARN value.

    *)
  2. versionNumber : PositiveInteger.t option;
    (*

    The specific version to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionNumber:??? -> name:ContainerGroupDefinitionNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PositiveInteger.t | `String of ContainerGroupDefinitionNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t