Class: Aws::SecurityHub::Types::AwsApiGatewayAccessLogSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Contains information about settings for logging access for the stage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_arnString

The ARN of the CloudWatch Logs log group that receives the access logs.

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1508

class AwsApiGatewayAccessLogSettings < Struct.new(
  :format,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

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

Returns:

  • (String)


1508
1509
1510
1511
1512
1513
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1508

class AwsApiGatewayAccessLogSettings < Struct.new(
  :format,
  :destination_arn)
  SENSITIVE = []
  include Aws::Structure
end