Interface CloudTasksQueueStackdriverLoggingConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudTasksQueueStackdriverLoggingConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.042Z") @Stability(Stable) public interface CloudTasksQueueStackdriverLoggingConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudTasksQueueStackdriverLoggingConfig.BuilderA builder forCloudTasksQueueStackdriverLoggingConfigstatic classCloudTasksQueueStackdriverLoggingConfig.Jsii$ProxyAn implementation forCloudTasksQueueStackdriverLoggingConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudTasksQueueStackdriverLoggingConfig.Builderbuilder()NumbergetSamplingRatio()Specifies the fraction of operations to write to Stackdriver Logging.
-
-
-
Method Detail
-
getSamplingRatio
@Stability(Stable) @NotNull Number getSamplingRatio()
Specifies the fraction of operations to write to Stackdriver Logging.This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#sampling_ratio CloudTasksQueue#sampling_ratio}
-
builder
@Stability(Stable) static CloudTasksQueueStackdriverLoggingConfig.Builder builder()
-
-