ComputeBackendServiceBackendServiceAwsV4Authentication constructor

const ComputeBackendServiceBackendServiceAwsV4Authentication({
  1. TfArg<String>? accessKey,
  2. TfArg<String>? accessKeyId,
  3. TfArg<String>? accessKeyVersion,
  4. TfArg<String>? originRegion,
})

Implementation

const ComputeBackendServiceBackendServiceAwsV4Authentication({
  this.accessKey,
  this.accessKeyId,
  this.accessKeyVersion,
  this.originRegion,
});