Show / Hide Table of Contents

Class ProjectLogsConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectLogsConfigGetArgs
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 ProjectLogsConfigGetArgs : ResourceArgs

Constructors

View Source

ProjectLogsConfigGetArgs()

Declaration
public ProjectLogsConfigGetArgs()

Properties

View Source

CloudwatchLogs

Configuration for the builds to store logs to CloudWatch

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

S3Logs

Configuration for the builds to store logs to S3.

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