Class ProjectLogsConfigCloudwatchLogsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectLogsConfigCloudwatchLogsGetArgs : ResourceArgs
Constructors
View SourceProjectLogsConfigCloudwatchLogsGetArgs()
Declaration
public ProjectLogsConfigCloudwatchLogsGetArgs()
Properties
View SourceGroupName
The group name of the logs in CloudWatch Logs.
Declaration
public Input<string> GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
StreamName
The stream name of the logs in CloudWatch Logs.
Declaration
public Input<string> StreamName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |