libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Description

 
Synopsis

Documentation

data AwsApiGatewayAccessLogSettings Source #

Contains information about settings for logging access for the stage.

See: newAwsApiGatewayAccessLogSettings smart constructor.

Constructors

AwsApiGatewayAccessLogSettings' 

Fields

  • format :: Maybe Text

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

  • destinationArn :: Maybe Text

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

Instances

Instances details
Eq AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Read AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Show AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Generic AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Associated Types

type Rep AwsApiGatewayAccessLogSettings :: Type -> Type #

NFData AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

Hashable AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

ToJSON AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

FromJSON AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

type Rep AwsApiGatewayAccessLogSettings Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings

type Rep AwsApiGatewayAccessLogSettings = D1 ('MetaData "AwsApiGatewayAccessLogSettings" "Amazonka.SecurityHub.Types.AwsApiGatewayAccessLogSettings" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsApiGatewayAccessLogSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsApiGatewayAccessLogSettings :: AwsApiGatewayAccessLogSettings Source #

Create a value of AwsApiGatewayAccessLogSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:format:AwsApiGatewayAccessLogSettings', awsApiGatewayAccessLogSettings_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.

$sel:destinationArn:AwsApiGatewayAccessLogSettings', awsApiGatewayAccessLogSettings_destinationArn - The ARN of the CloudWatch Logs log group that receives the access logs.

awsApiGatewayAccessLogSettings_format :: Lens' AwsApiGatewayAccessLogSettings (Maybe Text) Source #

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

awsApiGatewayAccessLogSettings_destinationArn :: Lens' AwsApiGatewayAccessLogSettings (Maybe Text) Source #

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