aws-cdk-lib.aws_sam.CfnFunction.CloudWatchEventEventProperty

interface CloudWatchEventEventProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.CloudWatchEventEventProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_CloudWatchEventEventProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.CloudWatchEventEventProperty
Pythonaws_cdk.aws_sam.CfnFunction.CloudWatchEventEventProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » CloudWatchEventEventProperty

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';

declare const pattern: any;
const cloudWatchEventEventProperty: sam.CfnFunction.CloudWatchEventEventProperty = {
  pattern: pattern,

  // the properties below are optional
  input: 'input',
  inputPath: 'inputPath',
};

Properties

NameTypeDescription
patternanyCfnFunction.CloudWatchEventEventProperty.Pattern.
input?stringCfnFunction.CloudWatchEventEventProperty.Input.
inputPath?stringCfnFunction.CloudWatchEventEventProperty.InputPath.

pattern

Type: any

CfnFunction.CloudWatchEventEventProperty.Pattern.


input?

Type: string (optional)

CfnFunction.CloudWatchEventEventProperty.Input.


inputPath?

Type: string (optional)

CfnFunction.CloudWatchEventEventProperty.InputPath.