toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.customerprofiles.kotlin.outputs
/
ObjectTypeKeyMap
Object
Type
Key
Map
data
class
ObjectTypeKeyMap
(
val
name
:
String
?
=
null
,
val
objectTypeKeyList
:
List
<
ObjectTypeKey
>
?
=
null
)
Members
Constructors
Object
Type
Key
Map
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
objectTypeKeyList
:
List
<
ObjectTypeKey
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of the key.
object
Type
Key
List
Link copied to clipboard
val
objectTypeKeyList
:
List
<
ObjectTypeKey
>
?
=
null
A list of ObjectTypeKey.