Class ProjectLogsConfig
Inheritance
System.Object
ProjectLogsConfig
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 ProjectLogsConfig
Fields
View SourceCloudwatchLogs
Configuration for the builds to store logs to CloudWatch
Declaration
public readonly ProjectLogsConfigCloudwatchLogs CloudwatchLogs
Field Value
| Type | Description |
|---|---|
| ProjectLogsConfigCloudwatchLogs |
S3Logs
Configuration for the builds to store logs to S3.
Declaration
public readonly ProjectLogsConfigS3Logs S3Logs
Field Value
| Type | Description |
|---|---|
| ProjectLogsConfigS3Logs |