Task Definition Host Entry Args
data class TaskDefinitionHostEntryArgs(val hostname: Output<String>? = null, val ipAddress: Output<String>? = null) : ConvertibleToJava<TaskDefinitionHostEntryArgs>
The `HostEntry` property specifies a hostname and an IP address that are added to the `/etc/hosts` file of a container through the `extraHosts` parameter of its `ContainerDefinition` resource.