Show / Hide Table of Contents

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 Source

CloudwatchLogs

Configuration for the builds to store logs to CloudWatch

Declaration
public readonly ProjectLogsConfigCloudwatchLogs CloudwatchLogs
Field Value
Type Description
ProjectLogsConfigCloudwatchLogs
View Source

S3Logs

Configuration for the builds to store logs to S3.

Declaration
public readonly ProjectLogsConfigS3Logs S3Logs
Field Value
Type Description
ProjectLogsConfigS3Logs
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.