pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Get
Object
Type
Plain
Args
Link copied to clipboard
fun
GetObjectTypePlainArgs
(
domainName
:
String
,
objectTypeName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetObjectTypePlainArgs
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.