Class AccessContextManagerAccessLevelsAccessLevelsBasic.Jsii$Proxy

    • Method Detail

      • getCombiningFunction

        public final String getCombiningFunction()
        Description copied from interface: AccessContextManagerAccessLevelsAccessLevelsBasic
        How the conditions list should be combined to determine if a request is granted this AccessLevel.

        If AND is used, each Condition in conditions must be satisfied for the AccessLevel to be applied. If OR is used, at least one Condition in conditions must be satisfied for the AccessLevel to be applied. Default value: "AND" Possible values: ["AND", "OR"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_levels#combining_function AccessContextManagerAccessLevels#combining_function}

        Specified by:
        getCombiningFunction in interface AccessContextManagerAccessLevelsAccessLevelsBasic
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object