toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.b2bi.kotlin.inputs
/
CapabilityS3LocationArgs
Capability
S3Location
Args
data
class
CapabilityS3LocationArgs
(
val
bucketName
:
Output
<
String
>
?
=
null
,
val
key
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
CapabilityS3LocationArgs
>
Members
Constructors
Capability
S3Location
Args
Link copied to clipboard
constructor
(
bucketName
:
Output
<
String
>
?
=
null
,
key
:
Output
<
String
>
?
=
null
)
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
Output
<
String
>
?
=
null
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CapabilityS3LocationArgs