Membership Attachment Args
data class MembershipAttachmentArgs(val clusterId: Output<String>? = null, val subClusterId: Output<String>? = null) : ConvertibleToJava<MembershipAttachmentArgs>
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>
Content copied to clipboard