pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticbeanstalk.kotlin.inputs
/
ApplicationVersionSourceBundleArgs
Application
Version
Source
Bundle
Args
data
class
ApplicationVersionSourceBundleArgs
(
val
s3Bucket
:
Output
<
String
>
,
val
s3Key
:
Output
<
String
>
)
:
ConvertibleToJava
<
ApplicationVersionSourceBundleArgs
>
Constructors
Functions
Properties
Constructors
Application
Version
Source
Bundle
Args
Link copied to clipboard
fun
ApplicationVersionSourceBundleArgs
(
s3Bucket
:
Output
<
String
>
,
s3Key
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationVersionSourceBundleArgs
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
Output
<
String
>
The Amazon S3 bucket where the data is located.
s3Key
Link copied to clipboard
val
s3Key
:
Output
<
String
>
The Amazon S3 key where the data is located.