SharedResource

class SharedResource : KotlinCustomResource

Provides a Resource Manager Shared Resource resource. For information about Resource Manager Shared Resource and how to use it, see What is Shared Resource.

NOTE: Available since v1.111.0.

Import

Resource Manager Shared Resource can be imported using the id, e.g.

$ pulumi import alicloud:resourcemanager/sharedResource:SharedResource example <resource_share_id>:<resource_id>:<resource_type>

Properties

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 resourceId: Output<String>

The resource ID need shared.

Link copied to clipboard
val resourceShareId: Output<String>

The resource share ID of resource manager.

Link copied to clipboard
val resourceType: Output<String>

The resource type of should shared. Valid values:

Link copied to clipboard
val status: Output<String>

The status of the Shared Resource.

Link copied to clipboard
val urn: Output<String>