toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.mskconnect.kotlin.outputs
/
CustomPluginLocationS3
Custom
Plugin
Location
S3
data
class
CustomPluginLocationS3
(
val
bucketArn
:
String
,
val
fileKey
:
String
,
val
objectVersion
:
String
?
=
null
)
Members
Constructors
Custom
Plugin
Location
S3
Link copied to clipboard
constructor
(
bucketArn
:
String
,
fileKey
:
String
,
objectVersion
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Arn
Link copied to clipboard
val
bucketArn
:
String
file
Key
Link copied to clipboard
val
fileKey
:
String
object
Version
Link copied to clipboard
val
objectVersion
:
String
?
=
null