Show / Hide Table of Contents

Class ProjectLogsConfigCloudwatchLogs

Inheritance
System.Object
ProjectLogsConfigCloudwatchLogs
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 ProjectLogsConfigCloudwatchLogs

Fields

View Source

GroupName

The group name of the logs in CloudWatch Logs.

Declaration
public readonly string GroupName
Field Value
Type Description
System.String
View Source

Status

Current status of logs in S3 for a build project. Valid values: ENABLED, DISABLED. Defaults to DISABLED.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

StreamName

The stream name of the logs in CloudWatch Logs.

Declaration
public readonly string StreamName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.