toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticbeanstalk.kotlin.outputs
/
ApplicationVersionSourceBundle
Application
Version
Source
Bundle
data
class
ApplicationVersionSourceBundle
(
val
s3Bucket
:
String
,
val
s3Key
:
String
)
Members
Constructors
Application
Version
Source
Bundle
Link copied to clipboard
constructor
(
s3Bucket
:
String
,
s3Key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
String
The Amazon S3 bucket where the data is located.
s3Key
Link copied to clipboard
val
s3Key
:
String
The Amazon S3 key where the data is located.