pulumi-aws-native-kotlin
0.82.0.0
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
)
Types
Constructors
Properties
Constructors
Object
Type
Key
Map
Link copied to clipboard
fun
ObjectTypeKeyMap
(
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
object
Type
Key
List
Link copied to clipboard
val
objectTypeKeyList
:
List
<
ObjectTypeKey
>
?
=
null