class Aws::ApiGatewayV2::Types::CreateApiMappingRequest

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

data as a hash:

    {
      api_id: "Id", # required
      api_mapping_key: "SelectionKey",
      domain_name: "__string", # required
      stage: "StringWithLengthBetween1And128", # required
    }

@!attribute [rw] api_id

The identifier.
@return [String]

@!attribute [rw] api_mapping_key

After evaluating a selection expression, the result is compared
against one or more selection keys to find a matching key. See
[Selection Expressions][1] for a list of expressions and each
expression's associated selection key type.

[1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-selection-expressions.html#apigateway-websocket-api-apikey-selection-expressions
@return [String]

@!attribute [rw] domain_name

@return [String]

@!attribute [rw] stage

A string with a length between \[1-128\].
@return [String]

Constants

SENSITIVE