pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.pipes.kotlin.outputs
/
PipeTargetParametersRedshiftDataParameters
Pipe
Target
Parameters
Redshift
Data
Parameters
data
class
PipeTargetParametersRedshiftDataParameters
(
val
database
:
String
,
val
dbUser
:
String
?
=
null
,
val
secretManagerArn
:
String
?
=
null
,
val
sqls
:
List
<
String
>
,
val
statementName
:
String
?
=
null
,
val
withEvent
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Pipe
Target
Parameters
Redshift
Data
Parameters
Link copied to clipboard
fun
PipeTargetParametersRedshiftDataParameters
(
database
:
String
,
dbUser
:
String
?
=
null
,
secretManagerArn
:
String
?
=
null
,
sqls
:
List
<
String
>
,
statementName
:
String
?
=
null
,
withEvent
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
database
Link copied to clipboard
val
database
:
String
db
User
Link copied to clipboard
val
dbUser
:
String
?
=
null
secret
Manager
Arn
Link copied to clipboard
val
secretManagerArn
:
String
?
=
null
sqls
Link copied to clipboard
val
sqls
:
List
<
String
>
statement
Name
Link copied to clipboard
val
statementName
:
String
?
=
null
with
Event
Link copied to clipboard
val
withEvent
:
Boolean
?
=
null