Location
public struct Location : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An Amazon DynamoDB table location.
Declaration
Swift
public let dynamoDB: [CodeGenNodeArg]? -
A JDBC location.
Declaration
Swift
public let jdbc: [CodeGenNodeArg]? -
An Amazon Simple Storage Service (Amazon S3) location.
Declaration
Swift
public let s3: [CodeGenNodeArg]? -
Undocumented
Declaration
Swift
public init(dynamoDB: [CodeGenNodeArg]? = nil, jdbc: [CodeGenNodeArg]? = nil, s3: [CodeGenNodeArg]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Location Structure Reference