S3ContentLocation

public struct S3ContentLocation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the S3 bucket containing the application code.

    Declaration

    Swift

    public let bucketARN: String
  • The file key for the object containing the application code.

    Declaration

    Swift

    public let fileKey: String
  • The version of the object containing the application code.

    Declaration

    Swift

    public let objectVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketARN: String, fileKey: String, objectVersion: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws