S3LogsConfig

public struct S3LogsConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

    Declaration

    Swift

    public let encryptionDisabled: Bool?
  • The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

    Declaration

    Swift

    public let location: String?
  • The current status of the S3 build logs. Valid values are: ENABLED: S3 build logs are enabled for this build project. DISABLED: S3 build logs are not enabled for this build project.

    Declaration

    Swift

    public let status: LogsConfigStatusType
  • Undocumented

    Declaration

    Swift

    public init(encryptionDisabled: Bool? = nil, location: String? = nil, status: LogsConfigStatusType)