SnowflakeConnectorProfileProperties
public struct SnowflakeConnectorProfileProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the account.
Declaration
Swift
public let accountName: String?
-
The name of the Amazon S3 bucket associated with Snowflake.
Declaration
Swift
public let bucketName: String
-
The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
Declaration
Swift
public let bucketPrefix: String?
-
The Snowflake Private Link service name to be used for private data transfers.
Declaration
Swift
public let privateLinkServiceName: String?
-
The AWS Region of the Snowflake account.
Declaration
Swift
public let region: String?
-
The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account. This is written in the following format: < Database>< Schema><Stage Name>.
Declaration
Swift
public let stage: String
-
The name of the Snowflake warehouse.
Declaration
Swift
public let warehouse: String
-
Undocumented
Declaration
Swift
public init(accountName: String? = nil, bucketName: String, bucketPrefix: String? = nil, privateLinkServiceName: String? = nil, region: String? = nil, stage: String, warehouse: String)
-
Declaration
Swift
public func validate(name: String) throws