Interface DnsManagedZoneCloudLoggingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DnsManagedZoneCloudLoggingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.060Z") @Stability(Stable) public interface DnsManagedZoneCloudLoggingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDnsManagedZoneCloudLoggingConfig.BuilderA builder forDnsManagedZoneCloudLoggingConfigstatic classDnsManagedZoneCloudLoggingConfig.Jsii$ProxyAn implementation forDnsManagedZoneCloudLoggingConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DnsManagedZoneCloudLoggingConfig.Builderbuilder()ObjectgetEnableLogging()If set, enable query logging for this ManagedZone.
-
-
-
Method Detail
-
getEnableLogging
@Stability(Stable) @NotNull Object getEnableLogging()
If set, enable query logging for this ManagedZone. False by default, making logging opt-in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#enable_logging DnsManagedZone#enable_logging}
-
builder
@Stability(Stable) static DnsManagedZoneCloudLoggingConfig.Builder builder()
-
-