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.outputs
/
IdNamespaceInputSource
Id
Namespace
Input
Source
data
class
IdNamespaceInputSource
(
val
inputSourceArn
:
String
,
val
schemaName
:
String
?
=
null
)
Members
Constructors
Id
Namespace
Input
Source
Link copied to clipboard
constructor
(
inputSourceArn
:
String
,
schemaName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
input
Source
Arn
Link copied to clipboard
val
inputSourceArn
:
String
An AWS Glue table ARN for the input source table.
schema
Name
Link copied to clipboard
val
schemaName
:
String
?
=
null
The name of the schema.