class Aws::APIGateway::Types::ImportApiKeysRequest

The POST request to import API keys from an external source, such as a CSV-formatted file.

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

data as a hash:

    {
      body: "data", # required
      format: "csv", # required, accepts csv
      fail_on_warnings: false,
    }

@!attribute [rw] body

The payload of the POST request to import API keys. For the payload
format, see [API Key File Format][1].

[1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-key-file-format.html
@return [String]

@!attribute [rw] format

A query parameter to specify the input format to imported API keys.
Currently, only the `csv` format is supported.
@return [String]

@!attribute [rw] fail_on_warnings

A query parameter to indicate whether to rollback ApiKey importation
(`true`) or not (`false`) when error is encountered.
@return [Boolean]

Constants

SENSITIVE