toggle menu
pulumi-aws-native-kotlin
0.108.1.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.entityresolution.kotlin.inputs
/
IdNamespaceInputSourceArgs
Id
Namespace
Input
Source
Args
data
class
IdNamespaceInputSourceArgs
(
val
inputSourceArn
:
Output
<
String
>
,
val
schemaName
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
IdNamespaceInputSourceArgs
>
Members
Constructors
Id
Namespace
Input
Source
Args
Link copied to clipboard
constructor
(
inputSourceArn
:
Output
<
String
>
,
schemaName
:
Output
<
String
>
?
=
null
)
Properties
input
Source
Arn
Link copied to clipboard
val
inputSourceArn
:
Output
<
String
>
An AWS Glue table ARN for the input source table.
schema
Name
Link copied to clipboard
val
schemaName
:
Output
<
String
>
?
=
null
The name of the schema.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IdNamespaceInputSourceArgs