pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appstream.kotlin.inputs
/
AppBlockS3LocationArgs
App
Block
S3Location
Args
data
class
AppBlockS3LocationArgs
(
val
s3Bucket
:
Output
<
String
>
,
val
s3Key
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AppBlockS3LocationArgs
>
Constructors
Functions
Properties
Constructors
App
Block
S3Location
Args
Link copied to clipboard
fun
AppBlockS3LocationArgs
(
s3Bucket
:
Output
<
String
>
,
s3Key
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AppBlockS3LocationArgs
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
Output
<
String
>
s3Key
Link copied to clipboard
val
s3Key
:
Output
<
String
>
?
=
null