class CodeCommitCommentOnPullRequest
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events.CodeCommitCommentOnPullRequest |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodecommit/events#CodeCommitCommentOnPullRequest |
Java | software.amazon.awscdk.mixins.preview.services.codecommit.events.CodeCommitCommentOnPullRequest |
Python | aws_cdk.mixins_preview.aws_codecommit.events.CodeCommitCommentOnPullRequest |
TypeScript | @aws-cdk/mixins-preview » aws_codecommit » events » CodeCommitCommentOnPullRequest |
EventBridge event pattern for aws.codecommit@CodeCommitCommentOnPullRequest.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as codecommit_events } from '@aws-cdk/mixins-preview/aws-codecommit';
const codeCommitCommentOnPullRequest = new codecommit_events.CodeCommitCommentOnPullRequest();
Initializer
new CodeCommitCommentOnPullRequest()
Methods
| Name | Description |
|---|---|
| static code | EventBridge event pattern for CodeCommit Comment on Pull Request. |
static codeCommitCommentOnPullRequestPattern(options?)
public static codeCommitCommentOnPullRequestPattern(options?: CodeCommitCommentOnPullRequestProps): EventPattern
Parameters
Returns
EventBridge event pattern for CodeCommit Comment on Pull Request.

.NET
Go
Java
Python
TypeScript