class Aws::AppMesh::Types::HttpGatewayRouteRewrite

An object representing the gateway route to rewrite.

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

data as a hash:

    {
      hostname: {
        default_target_hostname: "ENABLED", # accepts ENABLED, DISABLED
      },
      path: {
        exact: "HttpPathExact",
      },
      prefix: {
        default_prefix: "ENABLED", # accepts ENABLED, DISABLED
        value: "HttpGatewayRoutePrefix",
      },
    }

@!attribute [rw] hostname

The host name to rewrite.
@return [Types::GatewayRouteHostnameRewrite]

@!attribute [rw] path

The path to rewrite.
@return [Types::HttpGatewayRoutePathRewrite]

@!attribute [rw] prefix

The specified beginning characters to rewrite.
@return [Types::HttpGatewayRoutePrefixRewrite]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpGatewayRouteRewrite AWS API Documentation

Constants

SENSITIVE