Interface LookerInstanceAdminSettings

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

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

      • getAllowedEmailDomains

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedEmailDomains()
        Email domain allowlist for the instance.

        Define the email domains to which your users can deliver Looker (Google Cloud core) content. Updating this list will restart the instance. Updating the allowed email domains from terraform means the value provided will be considered as the entire list and not an amendment to the existing list of allowed email domains. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#allowed_email_domains LookerInstance#allowed_email_domains}