DataLocationResource
public struct DataLocationResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the Data Catalog where the location is registered with AWS Lake Formation. By default, it is the account ID of the caller.
Declaration
Swift
public let catalogId: String?
-
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.
Declaration
Swift
public let resourceArn: String
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, resourceArn: String)
-
Declaration
Swift
public func validate(name: String) throws