Class ProjectEvents.CodeBuildBuildStateChange.Logs
(experimental) Type definition for Logs.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ProjectEvents.CodeBuildBuildStateChange.Logs : ProjectEvents.CodeBuildBuildStateChange.ILogs
Syntax (vb)
Public Class ProjectEvents.CodeBuildBuildStateChange.Logs Implements ProjectEvents.CodeBuildBuildStateChange.ILogs
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.CodeBuild.Events;
var logs = new Logs {
DeepLink = new [] { "deepLink" },
GroupName = new [] { "groupName" },
StreamName = new [] { "streamName" }
};
Synopsis
Constructors
| Logs() | (experimental) Type definition for Logs. |
Properties
| DeepLink | (experimental) deep-link property. |
| GroupName | (experimental) group-name property. |
| StreamName | (experimental) stream-name property. |
Constructors
Logs()
(experimental) Type definition for Logs.
public Logs()
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.CodeBuild.Events;
var logs = new Logs {
DeepLink = new [] { "deepLink" },
GroupName = new [] { "groupName" },
StreamName = new [] { "streamName" }
};
Properties
DeepLink
(experimental) deep-link property.
public string[]? DeepLink { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of deep-link 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
GroupName
(experimental) group-name property.
public string[]? GroupName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of group-name 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
StreamName
(experimental) stream-name property.
public string[]? StreamName { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of stream-name 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