Learn R Programming

paws.networking (version 0.2.0)

apigatewayv2_delete_access_log_settings: Deletes the AccessLogSettings for a Stage

Description

Deletes the AccessLogSettings for a Stage. To disable access logging for a Stage, delete its AccessLogSettings.

See https://paws-r.github.io/docs/apigatewayv2/delete_access_log_settings.html for full documentation.

Usage

apigatewayv2_delete_access_log_settings(ApiId, StageName)

Arguments

ApiId

[required] The API identifier.

StageName

[required] The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.