Connector Profile Redshift Connector Profile Properties
data class ConnectorProfileRedshiftConnectorProfileProperties(val bucketName: String, val bucketPrefix: String? = null, val clusterIdentifier: String? = null, val dataApiRoleArn: String? = null, val databaseName: String? = null, val databaseUrl: String? = null, val isRedshiftServerless: Boolean? = null, val roleArn: String, val workgroupName: String? = null)
Constructors
Link copied to clipboard
fun ConnectorProfileRedshiftConnectorProfileProperties(bucketName: String, bucketPrefix: String? = null, clusterIdentifier: String? = null, dataApiRoleArn: String? = null, databaseName: String? = null, databaseUrl: String? = null, isRedshiftServerless: Boolean? = null, roleArn: String, workgroupName: String? = null)