StreamingApplianceSnapshotConfig constructor

StreamingApplianceSnapshotConfig({
  1. String? importStateEndpoint,
  2. String? snapshotId,
})

Implementation

StreamingApplianceSnapshotConfig({
  this.importStateEndpoint,
  this.snapshotId,
});