LoggingInfo

public struct LoggingInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an S3 bucket where execution logs are stored .

    Declaration

    Swift

    public let s3BucketName: String
  • (Optional) The S3 bucket subfolder.

    Declaration

    Swift

    public let s3KeyPrefix: String?
  • The Region where the S3 bucket is located.

    Declaration

    Swift

    public let s3Region: String
  • Undocumented

    Declaration

    Swift

    public init(s3BucketName: String, s3KeyPrefix: String? = nil, s3Region: String)
  • Declaration

    Swift

    public func validate(name: String) throws