interface ParseCloudfrontProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Logs.CfnTransformer.ParseCloudfrontProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslogs#CfnTransformer_ParseCloudfrontProperty |
![]() | software.amazon.awscdk.services.logs.CfnTransformer.ParseCloudfrontProperty |
![]() | aws_cdk.aws_logs.CfnTransformer.ParseCloudfrontProperty |
![]() | aws-cdk-lib » aws_logs » CfnTransformer » ParseCloudfrontProperty |
This processor parses CloudFront vended logs, extract fields, and convert them into JSON format.
Encoded field values are decoded. Values that are integers and doubles are treated as such. For more information about this processor including examples, see parseCloudfront
For more information about CloudFront log format, see Configure and use standard logs (access logs) .
If you use this processor, it must be the first processor in your transformer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from 'aws-cdk-lib';
const parseCloudfrontProperty: logs.CfnTransformer.ParseCloudfrontProperty = {
source: 'source',
};
Properties
Name | Type | Description |
---|---|---|
source? | string | Omit this parameter and the whole log message will be processed by this processor. |
source?
Type:
string
(optional)
Omit this parameter and the whole log message will be processed by this processor.
No other value than @message
is allowed for source
.