DataSourceSharedRule

class DataSourceSharedRule : KotlinCustomResource

Provides a Data Works Data Source Shared Rule resource. Data source sharing rule, which expresses A data source, from space A to space B (A user). For information about Data Works Data Source Shared Rule and how to use it, see What is Data Source Shared Rule.

NOTE: Available since v1.237.0.

Import

Data Works Data Source Shared Rule can be imported using the id, e.g.

$ pulumi import alicloud:dataworks/dataSourceSharedRule:DataSourceSharedRule example <data_source_id>:<data_source_shared_rule_id>

Properties

Link copied to clipboard
val createTime: Output<Int>

The creation time of the data source sharing rule.

Link copied to clipboard
val dataSourceId: Output<Int>

The ID of the data source, that is, the unique identifier of the data source.

Link copied to clipboard

The data source sharing rule ID, that is, the unique identifier of the data source sharing rule.

Link copied to clipboard
val envType: Output<String>

The environment type of the data source shared to the target project, such as Dev (Development Environment) and Prod (production environment).

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sharedUser: Output<String>?

The target user of the data source permission policy, which is null to share to the project.

Link copied to clipboard
val targetProjectId: Output<Int>

The ID of the project to which the data source is shared.

Link copied to clipboard
val urn: Output<String>