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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookerInstanceAdminSettings.BuilderA builder forLookerInstanceAdminSettingsstatic classLookerInstanceAdminSettings.Jsii$ProxyAn implementation forLookerInstanceAdminSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LookerInstanceAdminSettings.Builderbuilder()default List<String>getAllowedEmailDomains()Email domain allowlist for the instance.
-
-
-
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}
-
builder
@Stability(Stable) static LookerInstanceAdminSettings.Builder builder()
-
-