toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appflow.kotlin.outputs
/
FlowSuccessResponseHandlingConfig
Flow
Success
Response
Handling
Config
data
class
FlowSuccessResponseHandlingConfig
(
val
bucketName
:
String
?
=
null
,
val
bucketPrefix
:
String
?
=
null
)
Members
Constructors
Flow
Success
Response
Handling
Config
Link copied to clipboard
constructor
(
bucketName
:
String
?
=
null
,
bucketPrefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
String
?
=
null
The name of the Amazon S3 bucket.
bucket
Prefix
Link copied to clipboard
val
bucketPrefix
:
String
?
=
null
The Amazon S3 bucket prefix.