GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::AppMesh::UpdateGatewayRoute(3) User Contributed Perl Documentation Paws::AppMesh::UpdateGatewayRoute(3)

Paws::AppMesh::UpdateGatewayRoute - Arguments for method UpdateGatewayRoute on Paws::AppMesh

This class represents the parameters used for calling the method UpdateGatewayRoute on the AWS App Mesh service. Use the attributes of this class as arguments to method UpdateGatewayRoute.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateGatewayRoute.

    my $appmesh = Paws->service('AppMesh');
    my $UpdateGatewayRouteOutput = $appmesh->UpdateGatewayRoute(
      GatewayRouteName => 'MyResourceName',
      MeshName         => 'MyResourceName',
      Spec             => {
        GrpcRoute => {
          Action => {
            Target => {
              VirtualService => {
                VirtualServiceName => 'MyResourceName',    # min: 1, max: 255
              },
            },
            Rewrite => {
              Hostname => {
                DefaultTargetHostname =>
                  'ENABLED',    # values: ENABLED, DISABLED; OPTIONAL
              },    # OPTIONAL
            },    # OPTIONAL
          },
          Match => {
            Hostname => {
              Exact  => 'MyExactHostName',     # min: 1, max: 253; OPTIONAL
              Suffix => 'MySuffixHostname',    # min: 1, max: 253; OPTIONAL
            },    # OPTIONAL
            Metadata => [
              {
                Name   => 'MyHeaderName',    # min: 1, max: 50
                Invert => 1,                 # OPTIONAL
                Match  => {
                  Exact  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Prefix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Range  => {
                    End   => 1,
                    Start => 1,
                  },                            # OPTIONAL
                  Regex  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Suffix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                },    # OPTIONAL
              },
              ...
            ],    # min: 1, max: 10; OPTIONAL
            ServiceName => 'MyServiceName',    # OPTIONAL
          },
        },    # OPTIONAL
        Http2Route => {
          Action => {
            Target => {
              VirtualService => {
                VirtualServiceName => 'MyResourceName',    # min: 1, max: 255
              },
            },
            Rewrite => {
              Hostname => {
                DefaultTargetHostname =>
                  'ENABLED',    # values: ENABLED, DISABLED; OPTIONAL
              },    # OPTIONAL
              Path => {
                Exact => 'MyHttpPathExact',    # min: 1, max: 255; OPTIONAL
              },    # OPTIONAL
              Prefix => {
                DefaultPrefix =>
                  'ENABLED',    # values: ENABLED, DISABLED; OPTIONAL
                Value =>
                  'MyHttpGatewayRoutePrefix',    # min: 1, max: 255; OPTIONAL
              },    # OPTIONAL
            },    # OPTIONAL
          },
          Match => {
            Headers => [
              {
                Name   => 'MyHeaderName',    # min: 1, max: 50
                Invert => 1,                 # OPTIONAL
                Match  => {
                  Exact  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Prefix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Range  => {
                    End   => 1,
                    Start => 1,
                  },                            # OPTIONAL
                  Regex  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Suffix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                },    # OPTIONAL
              },
              ...
            ],    # min: 1, max: 10; OPTIONAL
            Hostname => {
              Exact  => 'MyExactHostName',     # min: 1, max: 253; OPTIONAL
              Suffix => 'MySuffixHostname',    # min: 1, max: 253; OPTIONAL
            },    # OPTIONAL
            Method => 'GET'
            , # values: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH; OPTIONAL
            Path => {
              Exact => 'MyHttpPathExact',    # min: 1, max: 255; OPTIONAL
              Regex => 'MyHttpPathRegex',    # min: 1, max: 255; OPTIONAL
            },    # OPTIONAL
            Prefix          => 'MyString',    # OPTIONAL
            QueryParameters => [
              {
                Name  => 'MyQueryParameterName',
                Match => {
                  Exact => 'MyString',    # OPTIONAL
                },    # OPTIONAL
              },
              ...
            ],    # min: 1, max: 10; OPTIONAL
          },
        },    # OPTIONAL
        HttpRoute => {
          Action => {
            Target => {
              VirtualService => {
                VirtualServiceName => 'MyResourceName',    # min: 1, max: 255
              },
            },
            Rewrite => {
              Hostname => {
                DefaultTargetHostname =>
                  'ENABLED',    # values: ENABLED, DISABLED; OPTIONAL
              },    # OPTIONAL
              Path => {
                Exact => 'MyHttpPathExact',    # min: 1, max: 255; OPTIONAL
              },    # OPTIONAL
              Prefix => {
                DefaultPrefix =>
                  'ENABLED',    # values: ENABLED, DISABLED; OPTIONAL
                Value =>
                  'MyHttpGatewayRoutePrefix',    # min: 1, max: 255; OPTIONAL
              },    # OPTIONAL
            },    # OPTIONAL
          },
          Match => {
            Headers => [
              {
                Name   => 'MyHeaderName',    # min: 1, max: 50
                Invert => 1,                 # OPTIONAL
                Match  => {
                  Exact  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Prefix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Range  => {
                    End   => 1,
                    Start => 1,
                  },                            # OPTIONAL
                  Regex  => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                  Suffix => 'MyHeaderMatch',    # min: 1, max: 255; OPTIONAL
                },    # OPTIONAL
              },
              ...
            ],    # min: 1, max: 10; OPTIONAL
            Hostname => {
              Exact  => 'MyExactHostName',     # min: 1, max: 253; OPTIONAL
              Suffix => 'MySuffixHostname',    # min: 1, max: 253; OPTIONAL
            },    # OPTIONAL
            Method => 'GET'
            , # values: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH; OPTIONAL
            Path => {
              Exact => 'MyHttpPathExact',    # min: 1, max: 255; OPTIONAL
              Regex => 'MyHttpPathRegex',    # min: 1, max: 255; OPTIONAL
            },    # OPTIONAL
            Prefix          => 'MyString',    # OPTIONAL
            QueryParameters => [
              {
                Name  => 'MyQueryParameterName',
                Match => {
                  Exact => 'MyString',    # OPTIONAL
                },    # OPTIONAL
              },
              ...
            ],    # min: 1, max: 10; OPTIONAL
          },
        },    # OPTIONAL
        Priority => 1,    # max: 1000; OPTIONAL
      },
      VirtualGatewayName => 'MyResourceName',
      ClientToken        => 'MyString',         # OPTIONAL
      MeshOwner          => 'MyAccountId',      # OPTIONAL
    );
    # Results:
    my $GatewayRoute = $UpdateGatewayRouteOutput->GatewayRoute;
    # Returns a L<Paws::AppMesh::UpdateGatewayRouteOutput> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/appmesh/UpdateGatewayRoute>

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.

REQUIRED GatewayRouteName => Str

The name of the gateway route to update.

REQUIRED MeshName => Str

The name of the service mesh that the gateway route resides in.

The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes (https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html).

REQUIRED Spec => Paws::AppMesh::GatewayRouteSpec

The new gateway route specification to apply. This overwrites the existing data.

REQUIRED VirtualGatewayName => Str

The name of the virtual gateway that the gateway route is associated with.

This class forms part of Paws, documenting arguments for method UpdateGatewayRoute in Paws::AppMesh

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.