toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
S3WordsListArgs
S3Words
List
Args
data
class
S3WordsListArgs
(
val
bucketName
:
Output
<
String
>
?
=
null
,
val
objectKey
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
S3WordsListArgs
>
Definition of S3WordsList
Members
Constructors
S3Words
List
Args
Link copied to clipboard
constructor
(
bucketName
:
Output
<
String
>
?
=
null
,
objectKey
:
Output
<
String
>
?
=
null
)
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
Output
<
String
>
?
=
null
Property bucketName
object
Key
Link copied to clipboard
val
objectKey
:
Output
<
String
>
?
=
null
Property objectKey
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
S3WordsListArgs