class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails

A hostname and IP address mapping to append to the /etc/hosts file on the container.

@note When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails

data as a hash:

    {
      hostname: "NonEmptyString",
      ip_address: "NonEmptyString",
    }

@!attribute [rw] hostname

The hostname to use in the **/etc/hosts** entry.
@return [String]

@!attribute [rw] ip_address

The IP address to use in the **/etc/hosts** entry.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails AWS API Documentation

Constants

SENSITIVE