Show / Hide Table of Contents

Class AWSAPICallViaCloudTrail.Comment

(experimental) Type definition for Comment.

Inheritance
object
AWSAPICallViaCloudTrail.Comment
Implements
AWSAPICallViaCloudTrail.IComment
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeCommit.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class AWSAPICallViaCloudTrail.Comment : AWSAPICallViaCloudTrail.IComment
Syntax (vb)
Public Class AWSAPICallViaCloudTrail.Comment Implements AWSAPICallViaCloudTrail.IComment
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 comment = new Comment {
                 AuthorArn = new [] { "authorArn" },
                 ClientRequestToken = new [] { "clientRequestToken" },
                 CommentId = new [] { "commentId" },
                 Content = new [] { "content" },
                 CreationDate = new [] { "creationDate" },
                 Deleted = new [] { "deleted" },
                 InReplyTo = new [] { "inReplyTo" },
                 LastModifiedDate = new [] { "lastModifiedDate" }
             };

Synopsis

Constructors

Comment()

(experimental) Type definition for Comment.

Properties

AuthorArn

(experimental) authorArn property.

ClientRequestToken

(experimental) clientRequestToken property.

CommentId

(experimental) commentId property.

Content

(experimental) content property.

CreationDate

(experimental) creationDate property.

Deleted

(experimental) deleted property.

InReplyTo

(experimental) inReplyTo property.

LastModifiedDate

(experimental) lastModifiedDate property.

Constructors

Comment()

(experimental) Type definition for Comment.

public Comment()
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 comment = new Comment {
                 AuthorArn = new [] { "authorArn" },
                 ClientRequestToken = new [] { "clientRequestToken" },
                 CommentId = new [] { "commentId" },
                 Content = new [] { "content" },
                 CreationDate = new [] { "creationDate" },
                 Deleted = new [] { "deleted" },
                 InReplyTo = new [] { "inReplyTo" },
                 LastModifiedDate = new [] { "lastModifiedDate" }
             };

Properties

AuthorArn

(experimental) authorArn property.

public string[]? AuthorArn { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of authorArn 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

ClientRequestToken

(experimental) clientRequestToken property.

public string[]? ClientRequestToken { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of clientRequestToken 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

Content

(experimental) content property.

public string[]? Content { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of content 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

CreationDate

(experimental) creationDate property.

public string[]? CreationDate { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of creationDate 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

Deleted

(experimental) deleted property.

public string[]? Deleted { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of deleted 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

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

LastModifiedDate

(experimental) lastModifiedDate property.

public string[]? LastModifiedDate { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of lastModifiedDate 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

Implements

AWSAPICallViaCloudTrail.IComment
Back to top Generated by DocFX