Class RepositoryEvents.CodeCommitCommentOnCommit.CodeCommitCommentOnCommitProps
(experimental) Props type for Repository aws.codecommit@CodeCommitCommentOnCommit event.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class RepositoryEvents.CodeCommitCommentOnCommit.CodeCommitCommentOnCommitProps : RepositoryEvents.CodeCommitCommentOnCommit.ICodeCommitCommentOnCommitProps
Syntax (vb)
Public Class RepositoryEvents.CodeCommitCommentOnCommit.CodeCommitCommentOnCommitProps Implements RepositoryEvents.CodeCommitCommentOnCommit.ICodeCommitCommentOnCommitProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events;
var codeCommitCommentOnCommitProps = new CodeCommitCommentOnCommitProps {
AfterCommitId = new [] { "afterCommitId" },
BeforeCommitId = new [] { "beforeCommitId" },
CallerUserArn = new [] { "callerUserArn" },
CommentId = new [] { "commentId" },
Event = new [] { "event" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
InReplyTo = new [] { "inReplyTo" },
NotificationBody = new [] { "notificationBody" },
RepositoryId = new [] { "repositoryId" },
RepositoryName = new [] { "repositoryName" }
};
Synopsis
Constructors
| CodeCommitCommentOnCommitProps() | (experimental) Props type for Repository aws.codecommit@CodeCommitCommentOnCommit event. |
Properties
| AfterCommitId | (experimental) afterCommitId property. |
| BeforeCommitId | (experimental) beforeCommitId property. |
| CallerUserArn | (experimental) callerUserArn property. |
| CommentId | (experimental) commentId property. |
| Event | (experimental) event property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| InReplyTo | (experimental) inReplyTo property. |
| NotificationBody | (experimental) notificationBody property. |
| RepositoryId | (experimental) repositoryId property. |
| RepositoryName | (experimental) repositoryName property. |
Constructors
CodeCommitCommentOnCommitProps()
(experimental) Props type for Repository aws.codecommit@CodeCommitCommentOnCommit event.
public CodeCommitCommentOnCommitProps()
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events;
var codeCommitCommentOnCommitProps = new CodeCommitCommentOnCommitProps {
AfterCommitId = new [] { "afterCommitId" },
BeforeCommitId = new [] { "beforeCommitId" },
CallerUserArn = new [] { "callerUserArn" },
CommentId = new [] { "commentId" },
Event = new [] { "event" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
InReplyTo = new [] { "inReplyTo" },
NotificationBody = new [] { "notificationBody" },
RepositoryId = new [] { "repositoryId" },
RepositoryName = new [] { "repositoryName" }
};
Properties
AfterCommitId
(experimental) afterCommitId property.
public string[]? AfterCommitId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of afterCommitId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
BeforeCommitId
(experimental) beforeCommitId property.
public string[]? BeforeCommitId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of beforeCommitId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
CallerUserArn
(experimental) callerUserArn property.
public string[]? CallerUserArn { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of callerUserArn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
CommentId
(experimental) commentId property.
public string[]? CommentId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of commentId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
Event
(experimental) event property.
public string[]? Event { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of event is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
EventMetadata
(experimental) EventBridge event metadata.
public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value
Remarks
Default: - -
Stability: Experimental
InReplyTo
(experimental) inReplyTo property.
public string[]? InReplyTo { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of inReplyTo is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
NotificationBody
(experimental) notificationBody property.
public string[]? NotificationBody { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of notificationBody is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental
RepositoryId
(experimental) repositoryId property.
public string[]? RepositoryId { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of repositoryId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Filter with the Repository reference
Stability: Experimental
RepositoryName
(experimental) repositoryName property.
public string[]? RepositoryName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of repositoryName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental