Class: Aws::SecurityHub::Types::AwsApiGatewayAccessLogSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsApiGatewayAccessLogSettings
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#destination_arn ⇒ String
The ARN of the CloudWatch Logs log group that receives the access logs.
-
#format ⇒ String
A single-line format of the access logs of data, as specified by selected ‘$context` variables.
Instance Attribute Details
#destination_arn ⇒ String
The ARN of the CloudWatch Logs log group that receives the access logs.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1642 class AwsApiGatewayAccessLogSettings < Struct.new( :format, :destination_arn) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
A single-line format of the access logs of data, as specified by selected ‘$context` variables. The format must include at least `$context.requestId`.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-securityhub/types.rb', line 1642 class AwsApiGatewayAccessLogSettings < Struct.new( :format, :destination_arn) SENSITIVE = [] include Aws::Structure end |