toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.integrations.v1alpha.kotlin.inputs
/
GetSfdcInstancePlainArgs
Get
Sfdc
Instance
Plain
Args
data
class
GetSfdcInstancePlainArgs
(
val
location
:
String
,
val
productId
:
String
,
val
project
:
String
?
=
null
,
val
sfdcInstanceId
:
String
)
:
ConvertibleToJava
<
GetSfdcInstancePlainArgs
>
Members
Constructors
Get
Sfdc
Instance
Plain
Args
Link copied to clipboard
constructor
(
location
:
String
,
productId
:
String
,
project
:
String
?
=
null
,
sfdcInstanceId
:
String
)
Properties
location
Link copied to clipboard
val
location
:
String
product
Id
Link copied to clipboard
val
productId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
sfdc
Instance
Id
Link copied to clipboard
val
sfdcInstanceId
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSfdcInstancePlainArgs