Show / Hide Table of Contents

Class ProjectLogsConfigCloudwatchLogsGetArgs

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

Constructors

View Source

ProjectLogsConfigCloudwatchLogsGetArgs()

Declaration
public ProjectLogsConfigCloudwatchLogsGetArgs()

Properties

View Source

GroupName

The group name of the logs in CloudWatch Logs.

Declaration
public Input<string> GroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

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

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StreamName

The stream name of the logs in CloudWatch Logs.

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