Class GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_hub_fleet.GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
@Stability(Stable) @Internal public static final class GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
An implementation forGkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.gke_hub_fleet.GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Builder, GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEvaluationMode()Mode of operation for binauthz policy evaluation.ObjectgetPolicyBindings()policy_bindings block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig.Builder.
-
-
Method Detail
-
getEvaluationMode
public final String getEvaluationMode()
Description copied from interface:GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfigMode of operation for binauthz policy evaluation. Possible values: ["DISABLED", "POLICY_BINDINGS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_fleet#evaluation_mode GkeHubFleet#evaluation_mode}
- Specified by:
getEvaluationModein interfaceGkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
-
getPolicyBindings
public final Object getPolicyBindings()
Description copied from interface:GkeHubFleetDefaultClusterConfigBinaryAuthorizationConfigpolicy_bindings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_fleet#policy_bindings GkeHubFleet#policy_bindings}
- Specified by:
getPolicyBindingsin interfaceGkeHubFleetDefaultClusterConfigBinaryAuthorizationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-