ComputeRegionBackendServiceRegionBackendServiceStrongSessionAffinityCookie constructor

const ComputeRegionBackendServiceRegionBackendServiceStrongSessionAffinityCookie({
  1. TfArg<String>? name,
  2. TfArg<String>? path,
  3. ComputeRegionBackendServiceRegionBackendServiceDuration? ttl,
})

Implementation

const ComputeRegionBackendServiceRegionBackendServiceStrongSessionAffinityCookie({
  this.name,
  this.path,
  this.ttl,
});