alicloud.ackone.MembershipAttachment
Explore with Pulumi AI
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.
Create MembershipAttachment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MembershipAttachment(name: string, args: MembershipAttachmentArgs, opts?: CustomResourceOptions);
@overload
def MembershipAttachment(resource_name: str,
args: MembershipAttachmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MembershipAttachment(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
sub_cluster_id: Optional[str] = None)
func NewMembershipAttachment(ctx *Context, name string, args MembershipAttachmentArgs, opts ...ResourceOption) (*MembershipAttachment, error)
public MembershipAttachment(string name, MembershipAttachmentArgs args, CustomResourceOptions? opts = null)
public MembershipAttachment(String name, MembershipAttachmentArgs args)
public MembershipAttachment(String name, MembershipAttachmentArgs args, CustomResourceOptions options)
type: alicloud:ackone:MembershipAttachment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MembershipAttachmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MembershipAttachmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MembershipAttachmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MembershipAttachmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MembershipAttachmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var membershipAttachmentResource = new AliCloud.AckOne.MembershipAttachment("membershipAttachmentResource", new()
{
ClusterId = "string",
SubClusterId = "string",
});
example, err := ackone.NewMembershipAttachment(ctx, "membershipAttachmentResource", &ackone.MembershipAttachmentArgs{
ClusterId: pulumi.String("string"),
SubClusterId: pulumi.String("string"),
})
var membershipAttachmentResource = new MembershipAttachment("membershipAttachmentResource", MembershipAttachmentArgs.builder()
.clusterId("string")
.subClusterId("string")
.build());
membership_attachment_resource = alicloud.ackone.MembershipAttachment("membershipAttachmentResource",
cluster_id="string",
sub_cluster_id="string")
const membershipAttachmentResource = new alicloud.ackone.MembershipAttachment("membershipAttachmentResource", {
clusterId: "string",
subClusterId: "string",
});
type: alicloud:ackone:MembershipAttachment
properties:
clusterId: string
subClusterId: string
MembershipAttachment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MembershipAttachment resource accepts the following input properties:
- Cluster
Id string - The ID of the cluster to which the membership is being attached.
- Sub
Cluster stringId - The ID of the member being attached to the cluster.
- Cluster
Id string - The ID of the cluster to which the membership is being attached.
- Sub
Cluster stringId - The ID of the member being attached to the cluster.
- cluster
Id String - The ID of the cluster to which the membership is being attached.
- sub
Cluster StringId - The ID of the member being attached to the cluster.
- cluster
Id string - The ID of the cluster to which the membership is being attached.
- sub
Cluster stringId - The ID of the member being attached to the cluster.
- cluster_
id str - The ID of the cluster to which the membership is being attached.
- sub_
cluster_ strid - The ID of the member being attached to the cluster.
- cluster
Id String - The ID of the cluster to which the membership is being attached.
- sub
Cluster StringId - The ID of the member being attached to the cluster.
Outputs
All input properties are implicitly available as output properties. Additionally, the MembershipAttachment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing MembershipAttachment Resource
Get an existing MembershipAttachment resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: MembershipAttachmentState, opts?: CustomResourceOptions): MembershipAttachment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
sub_cluster_id: Optional[str] = None) -> MembershipAttachment
func GetMembershipAttachment(ctx *Context, name string, id IDInput, state *MembershipAttachmentState, opts ...ResourceOption) (*MembershipAttachment, error)
public static MembershipAttachment Get(string name, Input<string> id, MembershipAttachmentState? state, CustomResourceOptions? opts = null)
public static MembershipAttachment get(String name, Output<String> id, MembershipAttachmentState state, CustomResourceOptions options)
resources: _: type: alicloud:ackone:MembershipAttachment get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cluster
Id string - The ID of the cluster to which the membership is being attached.
- Sub
Cluster stringId - The ID of the member being attached to the cluster.
- Cluster
Id string - The ID of the cluster to which the membership is being attached.
- Sub
Cluster stringId - The ID of the member being attached to the cluster.
- cluster
Id String - The ID of the cluster to which the membership is being attached.
- sub
Cluster StringId - The ID of the member being attached to the cluster.
- cluster
Id string - The ID of the cluster to which the membership is being attached.
- sub
Cluster stringId - The ID of the member being attached to the cluster.
- cluster_
id str - The ID of the cluster to which the membership is being attached.
- sub_
cluster_ strid - The ID of the member being attached to the cluster.
- cluster
Id String - The ID of the cluster to which the membership is being attached.
- sub
Cluster StringId - The ID of the member being attached to the cluster.
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>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.