The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ApiGateway::PutIntegration - Arguments for method PutIntegration on Paws::ApiGateway

DESCRIPTION

This class represents the parameters used for calling the method PutIntegration on the Amazon API Gateway service. Use the attributes of this class as arguments to method PutIntegration.

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

As an example:

  $service_obj->PutIntegration(Att1 => $value1, Att2 => $value2, ...);

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.

ATTRIBUTES

CacheKeyParameters => ArrayRef[Str]

  Specifies a put integration input's cache key parameters.

CacheNamespace => Str

  Specifies a put integration input's cache namespace.

Credentials => Str

  Specifies whether credentials are required for a put integration.

REQUIRED HttpMethod => Str

  Specifies a put integration request's HTTP method.

IntegrationHttpMethod => Str

  Specifies a put integration HTTP method.

RequestParameters => Paws::ApiGateway::MapOfStringToString

  Represents request parameters that are sent with the backend request.
Request parameters are represented as a key/value map, with a
destination as the key and a source as the value. A source must match
an existing method request parameter, or a static value. Static values
must be enclosed with single quotes, and be pre-encoded based on their
destination in the request. The destination must match the pattern
C<integration.request.{location}.{name}>, where C<location> is either
querystring, path, or header. C<name> must be a valid, unique parameter
name.

RequestTemplates => Paws::ApiGateway::MapOfStringToString

  Specifies the templates used to transform the method request body.
Request templates are represented as a key/value map, with a
content-type as the key and a template as the value.

REQUIRED ResourceId => Str

  Specifies a put integration request's resource ID.

REQUIRED RestApiId => Str

  Specifies a put integration request's API identifier.

REQUIRED Type => Str

  Specifies a put integration input's type.

Uri => Str

  Specifies a put integration input's Uniform Resource Identifier (URI).

SEE ALSO

This class forms part of Paws, documenting arguments for method PutIntegration in Paws::ApiGateway

BUGS and CONTRIBUTIONS

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