pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.dynamodb.kotlin.outputs
/
TableProjection
Table
Projection
data
class
TableProjection
(
val
nonKeyAttributes
:
List
<
String
>
?
=
null
,
val
projectionType
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Table
Projection
Link copied to clipboard
fun
TableProjection
(
nonKeyAttributes
:
List
<
String
>
?
=
null
,
projectionType
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
non
Key
Attributes
Link copied to clipboard
val
nonKeyAttributes
:
List
<
String
>
?
=
null
projection
Type
Link copied to clipboard
val
projectionType
:
String
?
=
null