interface CloudWatchLogsEventProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.CloudWatchLogsEventProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.CloudWatchLogsEventProperty |
![]() | aws_cdk.aws_sam.CfnFunction.CloudWatchLogsEventProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » CloudWatchLogsEventProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sam from '@aws-cdk/aws-sam';
const cloudWatchLogsEventProperty: sam.CfnFunction.CloudWatchLogsEventProperty = {
filterPattern: 'filterPattern',
logGroupName: 'logGroupName',
};
Properties
Name | Type | Description |
---|---|---|
filter | string | CfnFunction.CloudWatchLogsEventProperty.FilterPattern . |
log | string | CfnFunction.CloudWatchLogsEventProperty.LogGroupName . |
filterPattern
Type:
string
CfnFunction.CloudWatchLogsEventProperty.FilterPattern
.
logGroupName
Type:
string
CfnFunction.CloudWatchLogsEventProperty.LogGroupName
.