Class ProjectLogsConfigCloudwatchLogs
Inheritance
System.Object
ProjectLogsConfigCloudwatchLogs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectLogsConfigCloudwatchLogs
Fields
View SourceGroupName
The group name of the logs in CloudWatch Logs.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Current status of logs in S3 for a build project. Valid values: ENABLED, DISABLED. Defaults to DISABLED.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
StreamName
The stream name of the logs in CloudWatch Logs.
Declaration
public readonly string StreamName
Field Value
| Type | Description |
|---|---|
| System.String |