S3

public struct S3 : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the S3 bucket that is the destination for broker logs.

    Declaration

    Swift

    public let bucket: String?
  • Specifies whether broker logs get sent to the specified Amazon S3 destination.

    Declaration

    Swift

    public let enabled: Bool
  • The S3 prefix that is the destination for broker logs.

    Declaration

    Swift

    public let prefix: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String? = nil, enabled: Bool, prefix: String? = nil)