toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.synapse.kotlin.outputs
/
TableLevelSharingPropertiesResponse
/
TableLevelSharingPropertiesResponse
Table
Level
Sharing
Properties
Response
constructor
(
externalTablesToExclude
:
List
<
String
>
?
=
null
,
externalTablesToInclude
:
List
<
String
>
?
=
null
,
materializedViewsToExclude
:
List
<
String
>
?
=
null
,
materializedViewsToInclude
:
List
<
String
>
?
=
null
,
tablesToExclude
:
List
<
String
>
?
=
null
,
tablesToInclude
:
List
<
String
>
?
=
null
)