pulumi-aws-kotlin
6.33.1.0
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
)
Types
Constructors
Properties
Constructors
Custom
Plugin
Location
S3
Link copied to clipboard
fun
CustomPluginLocationS3
(
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