pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticbeanstalk.kotlin.outputs
/
ApplicationVersionSourceBundle
Application
Version
Source
Bundle
data
class
ApplicationVersionSourceBundle
(
val
s3Bucket
:
String
,
val
s3Key
:
String
)
Types
Constructors
Properties
Constructors
Application
Version
Source
Bundle
Link copied to clipboard
fun
ApplicationVersionSourceBundle
(
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.