class Aws::SecurityHub::Types::AwsEcsTaskDefinitionProxyConfigurationDetails

The configuration details for the App Mesh proxy.

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

data as a hash:

    {
      container_name: "NonEmptyString",
      proxy_configuration_properties: [
        {
          name: "NonEmptyString",
          value: "NonEmptyString",
        },
      ],
      type: "NonEmptyString",
    }

@!attribute [rw] container_name

The name of the container that will serve as the App Mesh proxy.
@return [String]

@!attribute [rw] proxy_configuration_properties

The set of network configuration parameters to provide to the
Container Network Interface (CNI) plugin, specified as key-value
pairs.
@return [Array<Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails>]

@!attribute [rw] type

The proxy type.
@return [String]

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

Constants

SENSITIVE