aws-cdk-lib.aws_sam.CfnFunction.CloudWatchLogsEventProperty

interface CloudWatchLogsEventProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.CloudWatchLogsEventProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_CloudWatchLogsEventProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.CloudWatchLogsEventProperty
Pythonaws_cdk.aws_sam.CfnFunction.CloudWatchLogsEventProperty
TypeScript aws-cdk-lib » 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 { aws_sam as sam } from 'aws-cdk-lib';
const cloudWatchLogsEventProperty: sam.CfnFunction.CloudWatchLogsEventProperty = {
  filterPattern: 'filterPattern',
  logGroupName: 'logGroupName',
};

Properties

NameTypeDescription
filterPatternstringCfnFunction.CloudWatchLogsEventProperty.FilterPattern.
logGroupNamestringCfnFunction.CloudWatchLogsEventProperty.LogGroupName.

filterPattern

Type: string

CfnFunction.CloudWatchLogsEventProperty.FilterPattern.


logGroupName

Type: string

CfnFunction.CloudWatchLogsEventProperty.LogGroupName.