Values.AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetailsSourceA hostname and IP address mapping to append to the /etc/hosts file on the container.
type nonrec t = {hostname : NonEmptyString.t option;The hostname to use in the /etc/hosts entry.
*)ipAddress : NonEmptyString.t option;The IP address to use in the /etc/hosts entry.
*)}