Interface ApikeysKeyRestrictions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ApikeysKeyRestrictions.Jsii$Proxy

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

      • getAndroidKeyRestrictions

        @Stability(Stable)
        @Nullable
        default ApikeysKeyRestrictionsAndroidKeyRestrictions getAndroidKeyRestrictions()
        android_key_restrictions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#android_key_restrictions ApikeysKey#android_key_restrictions}

      • getApiTargets

        @Stability(Stable)
        @Nullable
        default Object getApiTargets()
        api_targets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#api_targets ApikeysKey#api_targets}

      • getBrowserKeyRestrictions

        @Stability(Stable)
        @Nullable
        default ApikeysKeyRestrictionsBrowserKeyRestrictions getBrowserKeyRestrictions()
        browser_key_restrictions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#browser_key_restrictions ApikeysKey#browser_key_restrictions}

      • getIosKeyRestrictions

        @Stability(Stable)
        @Nullable
        default ApikeysKeyRestrictionsIosKeyRestrictions getIosKeyRestrictions()
        ios_key_restrictions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#ios_key_restrictions ApikeysKey#ios_key_restrictions}

      • getServerKeyRestrictions

        @Stability(Stable)
        @Nullable
        default ApikeysKeyRestrictionsServerKeyRestrictions getServerKeyRestrictions()
        server_key_restrictions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#server_key_restrictions ApikeysKey#server_key_restrictions}