toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appstream.kotlin.inputs
/
ApplicationS3LocationArgs
Application
S3Location
Args
data
class
ApplicationS3LocationArgs
(
val
s3Bucket
:
Output
<
String
>
,
val
s3Key
:
Output
<
String
>
)
:
ConvertibleToJava
<
ApplicationS3LocationArgs
>
Members
Constructors
Application
S3Location
Args
Link copied to clipboard
constructor
(
s3Bucket
:
Output
<
String
>
,
s3Key
:
Output
<
String
>
)
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
Output
<
String
>
The S3 bucket of the S3 object.
s3Key
Link copied to clipboard
val
s3Key
:
Output
<
String
>
The S3 key of the S3 object.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationS3LocationArgs