MembershipAttachmentArgs

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>

Constructors

Link copied to clipboard
constructor(clusterId: Output<String>? = null, subClusterId: Output<String>? = null)

Properties

Link copied to clipboard
val clusterId: Output<String>? = null

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

Link copied to clipboard
val subClusterId: Output<String>? = null

The ID of the member being attached to the cluster.

Functions

Link copied to clipboard
open override fun toJava(): MembershipAttachmentArgs