StorageConnector
public struct StorageConnector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of storage connector.
Declaration
Swift
public let connectorType: StorageConnectorType -
The names of the domains for the account.
Declaration
Swift
public let domains: [String]? -
The ARN of the storage connector.
Declaration
Swift
public let resourceIdentifier: String? -
Undocumented
Declaration
Swift
public init(connectorType: StorageConnectorType, domains: [String]? = nil, resourceIdentifier: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StorageConnector Structure Reference