Interface IntegrationConnectorsConnectionLogConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationConnectorsConnectionLogConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.730Z") @Stability(Stable) public interface IntegrationConnectorsConnectionLogConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationConnectorsConnectionLogConfig.BuilderA builder forIntegrationConnectorsConnectionLogConfigstatic classIntegrationConnectorsConnectionLogConfig.Jsii$ProxyAn implementation forIntegrationConnectorsConnectionLogConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntegrationConnectorsConnectionLogConfig.Builderbuilder()ObjectgetEnabled()Enabled represents whether logging is enabled or not for a connection.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @NotNull Object getEnabled()
Enabled represents whether logging is enabled or not for a connection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#enabled IntegrationConnectorsConnection#enabled}
-
builder
@Stability(Stable) static IntegrationConnectorsConnectionLogConfig.Builder builder()
-
-