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