Class ProjectLogsConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectLogsConfigArgs : ResourceArgs
Constructors
View SourceProjectLogsConfigArgs()
Declaration
public ProjectLogsConfigArgs()
Properties
View SourceCloudwatchLogs
Configuration for the builds to store logs to CloudWatch
Declaration
public Input<ProjectLogsConfigCloudwatchLogsArgs> CloudwatchLogs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLogsConfigCloudwatchLogsArgs> |
S3Logs
Configuration for the builds to store logs to S3.
Declaration
public Input<ProjectLogsConfigS3LogsArgs> S3Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ProjectLogsConfigS3LogsArgs> |