Interface LookerInstanceOauthConfig

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

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

      • getClientId

        @Stability(Stable)
        @NotNull
        String getClientId()
        The client ID for the Oauth config.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#client_id LookerInstance#client_id}

      • getClientSecret

        @Stability(Stable)
        @NotNull
        String getClientSecret()
        The client secret for the Oauth config.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#client_secret LookerInstance#client_secret}