Show / Hide Table of Contents

Class ProjectLogsConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectLogsConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ProjectLogsConfigArgs()

Declaration
public ProjectLogsConfigArgs()

Properties

View Source

CloudwatchLogs

Configuration for the builds to store logs to CloudWatch

Declaration
public Input<ProjectLogsConfigCloudwatchLogsArgs> CloudwatchLogs { get; set; }
Property Value
Type Description
Input<ProjectLogsConfigCloudwatchLogsArgs>
View Source

S3Logs

Configuration for the builds to store logs to S3.

Declaration
public Input<ProjectLogsConfigS3LogsArgs> S3Logs { get; set; }
Property Value
Type Description
Input<ProjectLogsConfigS3LogsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.