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.inputs
/
GetObjectTypePlainArgs
Get
Object
Type
Plain
Args
data
class
GetObjectTypePlainArgs
(
val
domainName
:
String
,
val
objectTypeName
:
String
)
:
ConvertibleToJava
<
GetObjectTypePlainArgs
>
Members
Constructors
Get
Object
Type
Plain
Args
Link copied to clipboard
constructor
(
domainName
:
String
,
objectTypeName
:
String
)
Properties
domain
Name
Link copied to clipboard
val
domainName
:
String
The unique name of the domain.
object
Type
Name
Link copied to clipboard
val
objectTypeName
:
String
The name of the profile object type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetObjectTypePlainArgs