MembershipAttachment

class MembershipAttachment : KotlinCustomResource

Provides an Ack One Membership Attachment resource. Fleet Manager Membership Attachment. For information about Ack One Membership Attachment and how to use it, see How to attach cluster tp hub.

NOTE: Available since v1.243.0.

Import

Ack One Membership Attachment can be imported using the id, which consists of cluster_id and sub_cluster_id, e.g.

$ pulumi import alicloud:ackone/membershipAttachment:MembershipAttachment example <cluster_id>:<sub_cluster_id>

Properties

Link copied to clipboard
val clusterId: Output<String>

The ID of the cluster to which the membership is being attached.

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

The ID of the member being attached to the cluster.

Link copied to clipboard
val urn: Output<String>