Show / Hide Table of Contents

Class ProjectLogsConfigS3Logs

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

Fields

View Source

EncryptionDisabled

If set to true, output artifacts will not be encrypted. If type is set to NO_ARTIFACTS then this value will be ignored. Defaults to false.

Declaration
public readonly bool? EncryptionDisabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Location

Information about the build output artifact location. If type is set to CODEPIPELINE or NO_ARTIFACTS then this value will be ignored. If type is set to S3, this is the name of the output bucket.

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

Status

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

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