Interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.355Z") @Stability(Stable) public interface GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builderstatic classGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Jsii$ProxyAn implementation forGkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builderbuilder()StringgetBundleName()The name for the key in the map for which this object is mapped to in the API.default List<String>getExemptedNamespaces()The set of namespaces to be exempted from the bundle.
-
-
-
Method Detail
-
getBundleName
@Stability(Stable) @NotNull String getBundleName()
The name for the key in the map for which this object is mapped to in the API.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#bundle_name GkeHubFeatureMembership#bundle_name}
-
getExemptedNamespaces
@Stability(Stable) @Nullable default List<String> getExemptedNamespaces()
The set of namespaces to be exempted from the bundle.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#exempted_namespaces GkeHubFeatureMembership#exempted_namespaces}
-
builder
@Stability(Stable) static GkeHubFeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundles.Builder builder()
-
-