toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin
/
PartitionArgs
/
PartitionArgs
Partition
Args
constructor
(
catalogId
:
Output
<
String
>
?
=
null
,
databaseName
:
Output
<
String
>
?
=
null
,
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
partitionValues
:
Output
<
List
<
String
>
>
?
=
null
,
storageDescriptor
:
Output
<
PartitionStorageDescriptorArgs
>
?
=
null
,
tableName
:
Output
<
String
>
?
=
null
)