DatabaseResource
public struct DatabaseResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the Data Catalog. By default, it is the account ID of the caller.
Declaration
Swift
public let catalogId: String?
-
The name of the database resource. Unique to the Data Catalog.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws