interface CloudWatchEventEventProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.CloudWatchEventEventProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_CloudWatchEventEventProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.CloudWatchEventEventProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
pattern | any | |
input? | string | |
input | string |
pattern
Type:
any
input?
Type:
string
(optional)
inputPath?
Type:
string
(optional)