class Aws::SecurityHub::Types::AwsApiGatewayAccessLogSettings

Contains information about settings for logging access for the stage.

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

data as a hash:

    {
      format: "NonEmptyString",
      destination_arn: "NonEmptyString",
    }

@!attribute [rw] format

A single-line format of the access logs of data, as specified by
selected `$context` variables. The format must include at least
`$context.requestId`.
@return [String]

@!attribute [rw] destination_arn

The ARN of the CloudWatch Logs log group that receives the access
logs.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsApiGatewayAccessLogSettings AWS API Documentation

Constants

SENSITIVE