Interface GkeHubFeatureMembershipConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    GkeHubFeatureMembershipConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.339Z")
    @Stability(Stable)
    public interface GkeHubFeatureMembershipConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getFeature

        @Stability(Stable)
        @NotNull
        String getFeature()
        The name of the feature.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#feature GkeHubFeatureMembership#feature}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The location of the feature.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#location GkeHubFeatureMembership#location}

      • getMembership

        @Stability(Stable)
        @NotNull
        String getMembership()
        The name of the membership.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#membership GkeHubFeatureMembership#membership}

      • getConfigmanagement

        @Stability(Stable)
        @Nullable
        default GkeHubFeatureMembershipConfigmanagement getConfigmanagement()
        configmanagement block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#configmanagement GkeHubFeatureMembership#configmanagement}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#id GkeHubFeatureMembership#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getMembershipLocation

        @Stability(Stable)
        @Nullable
        default String getMembershipLocation()
        The location of the membership.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#membership_location GkeHubFeatureMembership#membership_location}

      • getMesh

        @Stability(Stable)
        @Nullable
        default GkeHubFeatureMembershipMesh getMesh()
        mesh block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#mesh GkeHubFeatureMembership#mesh}

      • getPolicycontroller

        @Stability(Stable)
        @Nullable
        default GkeHubFeatureMembershipPolicycontroller getPolicycontroller()
        policycontroller block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#policycontroller GkeHubFeatureMembership#policycontroller}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        The project of the feature.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#project GkeHubFeatureMembership#project}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default GkeHubFeatureMembershipTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#timeouts GkeHubFeatureMembership#timeouts}