AWSECSContainerHostEntry
No description
type AWSECSContainerHostEntry {
hostname: String!
ipAddress: String!
}
Fields
AWSECSContainerHostEntry.hostname ● String! non-null scalar
The hostname to use in the /etc/hosts entry
AWSECSContainerHostEntry.ipAddress ● String! non-null scalar
The IP address to use in the /etc/hosts entry
Member of
AWSECSLinuxContainerDefinition object ● AWSECSWindowsContainerDefinition object