toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cleanrooms.kotlin.outputs
/
MembershipProtectedJobS3OutputConfigurationInput
Membership
Protected
Job
S3Output
Configuration
Input
data
class
MembershipProtectedJobS3OutputConfigurationInput
(
val
bucket
:
String
,
val
keyPrefix
:
String
?
=
null
)
Members
Constructors
Membership
Protected
Job
S3Output
Configuration
Input
Link copied to clipboard
constructor
(
bucket
:
String
,
keyPrefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
The S3 bucket for job output.
key
Prefix
Link copied to clipboard
val
keyPrefix
:
String
?
=
null
The S3 prefix to unload the protected job results.