MembershipBinding

class MembershipBinding : KotlinCustomResource

MembershipBinding is a subresource of a Membership, representing what Fleet Scopes (or other, future Fleet resources) a Membership is bound to. To get more information about MembershipBinding, see:

Example Usage

{{% /examples %}}

Import

MembershipBinding can be imported using any of these accepted formats* projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}/bindings/{{membership_binding_id}} * {{project}}/{{location}}/{{membership_id}}/{{membership_binding_id}} * {{location}}/{{membership_id}}/{{membership_binding_id}} In Terraform v1.5.0 and later, use an import block to import MembershipBinding using one of the formats above. For exampletf import { id = "projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}/bindings/{{membership_binding_id}}" to = google_gke_hub_membership_binding.default }

$ pulumi import gcp:gkehub/membershipBinding:MembershipBinding When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), MembershipBinding can be imported using one of the formats above. For example
$ pulumi import gcp:gkehub/membershipBinding:MembershipBinding default projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}/bindings/{{membership_binding_id}}
$ pulumi import gcp:gkehub/membershipBinding:MembershipBinding default {{project}}/{{location}}/{{membership_id}}/{{membership_binding_id}}
$ pulumi import gcp:gkehub/membershipBinding:MembershipBinding default {{location}}/{{membership_id}}/{{membership_binding_id}}

Properties

Link copied to clipboard
val createTime: Output<String>

Time the MembershipBinding was created in UTC.

Link copied to clipboard
val deleteTime: Output<String>

Time the MembershipBinding was deleted in UTC.

Link copied to clipboard

All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>?

Labels for this Membership binding. Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field effective_labels for all of the labels present on the resource.

Link copied to clipboard
val location: Output<String>

Location of the membership

Link copied to clipboard

The client-provided identifier of the membership binding.

Link copied to clipboard
val membershipId: Output<String>

Id of the membership

Link copied to clipboard
val name: Output<String>

The resource name for the membershipbinding itself

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
val pulumiLabels: Output<Map<String, String>>

The combination of labels configured directly on the resource and default labels configured on the provider.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: Output<String>

A Workspace resource name in the format projects/*/locations/*/scopes/*. //*/

Link copied to clipboard

State of the membership binding resource. Structure is documented below.

Link copied to clipboard
val uid: Output<String>

Google-generated UUID for this resource.

Link copied to clipboard
val updateTime: Output<String>

Time the MembershipBinding was updated in UTC.

Link copied to clipboard
val urn: Output<String>