pulumi-cloudflare 6.10.0a1759443944__py3-none-any.whl → 6.10.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_cloudflare/_inputs.py +1166 -0
- pulumi_cloudflare/outputs.py +952 -0
- pulumi_cloudflare/pages_project.py +4 -0
- pulumi_cloudflare/pulumi-plugin.json +1 -1
- pulumi_cloudflare/worker_script.py +60 -0
- pulumi_cloudflare/workers_script.py +60 -0
- {pulumi_cloudflare-6.10.0a1759443944.dist-info → pulumi_cloudflare-6.10.1.dist-info}/METADATA +1 -1
- {pulumi_cloudflare-6.10.0a1759443944.dist-info → pulumi_cloudflare-6.10.1.dist-info}/RECORD +10 -10
- {pulumi_cloudflare-6.10.0a1759443944.dist-info → pulumi_cloudflare-6.10.1.dist-info}/WHEEL +0 -0
- {pulumi_cloudflare-6.10.0a1759443944.dist-info → pulumi_cloudflare-6.10.1.dist-info}/top_level.txt +0 -0
pulumi_cloudflare/_inputs.py
CHANGED
|
@@ -1279,6 +1279,18 @@ __all__ = [
|
|
|
1279
1279
|
'WorkerScriptBindingOutboundWorkerArgsDict',
|
|
1280
1280
|
'WorkerScriptLimitsArgs',
|
|
1281
1281
|
'WorkerScriptLimitsArgsDict',
|
|
1282
|
+
'WorkerScriptMigrationsArgs',
|
|
1283
|
+
'WorkerScriptMigrationsArgsDict',
|
|
1284
|
+
'WorkerScriptMigrationsRenamedClassArgs',
|
|
1285
|
+
'WorkerScriptMigrationsRenamedClassArgsDict',
|
|
1286
|
+
'WorkerScriptMigrationsStepArgs',
|
|
1287
|
+
'WorkerScriptMigrationsStepArgsDict',
|
|
1288
|
+
'WorkerScriptMigrationsStepRenamedClassArgs',
|
|
1289
|
+
'WorkerScriptMigrationsStepRenamedClassArgsDict',
|
|
1290
|
+
'WorkerScriptMigrationsStepTransferredClassArgs',
|
|
1291
|
+
'WorkerScriptMigrationsStepTransferredClassArgsDict',
|
|
1292
|
+
'WorkerScriptMigrationsTransferredClassArgs',
|
|
1293
|
+
'WorkerScriptMigrationsTransferredClassArgsDict',
|
|
1282
1294
|
'WorkerScriptNamedHandlerArgs',
|
|
1283
1295
|
'WorkerScriptNamedHandlerArgsDict',
|
|
1284
1296
|
'WorkerScriptObservabilityArgs',
|
|
@@ -1341,6 +1353,18 @@ __all__ = [
|
|
|
1341
1353
|
'WorkersScriptBindingOutboundWorkerArgsDict',
|
|
1342
1354
|
'WorkersScriptLimitsArgs',
|
|
1343
1355
|
'WorkersScriptLimitsArgsDict',
|
|
1356
|
+
'WorkersScriptMigrationsArgs',
|
|
1357
|
+
'WorkersScriptMigrationsArgsDict',
|
|
1358
|
+
'WorkersScriptMigrationsRenamedClassArgs',
|
|
1359
|
+
'WorkersScriptMigrationsRenamedClassArgsDict',
|
|
1360
|
+
'WorkersScriptMigrationsStepArgs',
|
|
1361
|
+
'WorkersScriptMigrationsStepArgsDict',
|
|
1362
|
+
'WorkersScriptMigrationsStepRenamedClassArgs',
|
|
1363
|
+
'WorkersScriptMigrationsStepRenamedClassArgsDict',
|
|
1364
|
+
'WorkersScriptMigrationsStepTransferredClassArgs',
|
|
1365
|
+
'WorkersScriptMigrationsStepTransferredClassArgsDict',
|
|
1366
|
+
'WorkersScriptMigrationsTransferredClassArgs',
|
|
1367
|
+
'WorkersScriptMigrationsTransferredClassArgsDict',
|
|
1344
1368
|
'WorkersScriptNamedHandlerArgs',
|
|
1345
1369
|
'WorkersScriptNamedHandlerArgsDict',
|
|
1346
1370
|
'WorkersScriptObservabilityArgs',
|
|
@@ -50503,6 +50527,577 @@ class WorkerScriptLimitsArgs:
|
|
|
50503
50527
|
pulumi.set(self, "cpu_ms", value)
|
|
50504
50528
|
|
|
50505
50529
|
|
|
50530
|
+
if not MYPY:
|
|
50531
|
+
class WorkerScriptMigrationsArgsDict(TypedDict):
|
|
50532
|
+
deleted_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50533
|
+
"""
|
|
50534
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50535
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50536
|
+
"""
|
|
50537
|
+
new_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50538
|
+
"""
|
|
50539
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50540
|
+
A list of classes to create Durable Object namespaces from.
|
|
50541
|
+
"""
|
|
50542
|
+
new_sqlite_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50543
|
+
"""
|
|
50544
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50545
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50546
|
+
"""
|
|
50547
|
+
new_tag: NotRequired[pulumi.Input[_builtins.str]]
|
|
50548
|
+
"""
|
|
50549
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50550
|
+
Tag to set as the latest migration tag.
|
|
50551
|
+
"""
|
|
50552
|
+
old_tag: NotRequired[pulumi.Input[_builtins.str]]
|
|
50553
|
+
"""
|
|
50554
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50555
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
50556
|
+
"""
|
|
50557
|
+
renamed_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsRenamedClassArgsDict']]]]
|
|
50558
|
+
"""
|
|
50559
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50560
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50561
|
+
"""
|
|
50562
|
+
steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepArgsDict']]]]
|
|
50563
|
+
"""
|
|
50564
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50565
|
+
Migrations to apply in order.
|
|
50566
|
+
"""
|
|
50567
|
+
transferred_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsTransferredClassArgsDict']]]]
|
|
50568
|
+
"""
|
|
50569
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50570
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50571
|
+
"""
|
|
50572
|
+
elif False:
|
|
50573
|
+
WorkerScriptMigrationsArgsDict: TypeAlias = Mapping[str, Any]
|
|
50574
|
+
|
|
50575
|
+
@pulumi.input_type
|
|
50576
|
+
class WorkerScriptMigrationsArgs:
|
|
50577
|
+
def __init__(__self__, *,
|
|
50578
|
+
deleted_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50579
|
+
new_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50580
|
+
new_sqlite_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50581
|
+
new_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50582
|
+
old_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50583
|
+
renamed_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsRenamedClassArgs']]]] = None,
|
|
50584
|
+
steps: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepArgs']]]] = None,
|
|
50585
|
+
transferred_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsTransferredClassArgs']]]] = None):
|
|
50586
|
+
"""
|
|
50587
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] deleted_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50588
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50589
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50590
|
+
A list of classes to create Durable Object namespaces from.
|
|
50591
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_sqlite_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50592
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50593
|
+
:param pulumi.Input[_builtins.str] new_tag: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50594
|
+
Tag to set as the latest migration tag.
|
|
50595
|
+
:param pulumi.Input[_builtins.str] old_tag: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50596
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
50597
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsRenamedClassArgs']]] renamed_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50598
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50599
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepArgs']]] steps: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50600
|
+
Migrations to apply in order.
|
|
50601
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsTransferredClassArgs']]] transferred_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50602
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50603
|
+
"""
|
|
50604
|
+
if deleted_classes is not None:
|
|
50605
|
+
pulumi.set(__self__, "deleted_classes", deleted_classes)
|
|
50606
|
+
if new_classes is not None:
|
|
50607
|
+
pulumi.set(__self__, "new_classes", new_classes)
|
|
50608
|
+
if new_sqlite_classes is not None:
|
|
50609
|
+
pulumi.set(__self__, "new_sqlite_classes", new_sqlite_classes)
|
|
50610
|
+
if new_tag is not None:
|
|
50611
|
+
pulumi.set(__self__, "new_tag", new_tag)
|
|
50612
|
+
if old_tag is not None:
|
|
50613
|
+
pulumi.set(__self__, "old_tag", old_tag)
|
|
50614
|
+
if renamed_classes is not None:
|
|
50615
|
+
pulumi.set(__self__, "renamed_classes", renamed_classes)
|
|
50616
|
+
if steps is not None:
|
|
50617
|
+
pulumi.set(__self__, "steps", steps)
|
|
50618
|
+
if transferred_classes is not None:
|
|
50619
|
+
pulumi.set(__self__, "transferred_classes", transferred_classes)
|
|
50620
|
+
|
|
50621
|
+
@_builtins.property
|
|
50622
|
+
@pulumi.getter(name="deletedClasses")
|
|
50623
|
+
def deleted_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50624
|
+
"""
|
|
50625
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50626
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50627
|
+
"""
|
|
50628
|
+
return pulumi.get(self, "deleted_classes")
|
|
50629
|
+
|
|
50630
|
+
@deleted_classes.setter
|
|
50631
|
+
def deleted_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50632
|
+
pulumi.set(self, "deleted_classes", value)
|
|
50633
|
+
|
|
50634
|
+
@_builtins.property
|
|
50635
|
+
@pulumi.getter(name="newClasses")
|
|
50636
|
+
def new_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50637
|
+
"""
|
|
50638
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50639
|
+
A list of classes to create Durable Object namespaces from.
|
|
50640
|
+
"""
|
|
50641
|
+
return pulumi.get(self, "new_classes")
|
|
50642
|
+
|
|
50643
|
+
@new_classes.setter
|
|
50644
|
+
def new_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50645
|
+
pulumi.set(self, "new_classes", value)
|
|
50646
|
+
|
|
50647
|
+
@_builtins.property
|
|
50648
|
+
@pulumi.getter(name="newSqliteClasses")
|
|
50649
|
+
def new_sqlite_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50650
|
+
"""
|
|
50651
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50652
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50653
|
+
"""
|
|
50654
|
+
return pulumi.get(self, "new_sqlite_classes")
|
|
50655
|
+
|
|
50656
|
+
@new_sqlite_classes.setter
|
|
50657
|
+
def new_sqlite_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50658
|
+
pulumi.set(self, "new_sqlite_classes", value)
|
|
50659
|
+
|
|
50660
|
+
@_builtins.property
|
|
50661
|
+
@pulumi.getter(name="newTag")
|
|
50662
|
+
def new_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50663
|
+
"""
|
|
50664
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50665
|
+
Tag to set as the latest migration tag.
|
|
50666
|
+
"""
|
|
50667
|
+
return pulumi.get(self, "new_tag")
|
|
50668
|
+
|
|
50669
|
+
@new_tag.setter
|
|
50670
|
+
def new_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50671
|
+
pulumi.set(self, "new_tag", value)
|
|
50672
|
+
|
|
50673
|
+
@_builtins.property
|
|
50674
|
+
@pulumi.getter(name="oldTag")
|
|
50675
|
+
def old_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50676
|
+
"""
|
|
50677
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50678
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
50679
|
+
"""
|
|
50680
|
+
return pulumi.get(self, "old_tag")
|
|
50681
|
+
|
|
50682
|
+
@old_tag.setter
|
|
50683
|
+
def old_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50684
|
+
pulumi.set(self, "old_tag", value)
|
|
50685
|
+
|
|
50686
|
+
@_builtins.property
|
|
50687
|
+
@pulumi.getter(name="renamedClasses")
|
|
50688
|
+
def renamed_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsRenamedClassArgs']]]]:
|
|
50689
|
+
"""
|
|
50690
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50691
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50692
|
+
"""
|
|
50693
|
+
return pulumi.get(self, "renamed_classes")
|
|
50694
|
+
|
|
50695
|
+
@renamed_classes.setter
|
|
50696
|
+
def renamed_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsRenamedClassArgs']]]]):
|
|
50697
|
+
pulumi.set(self, "renamed_classes", value)
|
|
50698
|
+
|
|
50699
|
+
@_builtins.property
|
|
50700
|
+
@pulumi.getter
|
|
50701
|
+
def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepArgs']]]]:
|
|
50702
|
+
"""
|
|
50703
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50704
|
+
Migrations to apply in order.
|
|
50705
|
+
"""
|
|
50706
|
+
return pulumi.get(self, "steps")
|
|
50707
|
+
|
|
50708
|
+
@steps.setter
|
|
50709
|
+
def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepArgs']]]]):
|
|
50710
|
+
pulumi.set(self, "steps", value)
|
|
50711
|
+
|
|
50712
|
+
@_builtins.property
|
|
50713
|
+
@pulumi.getter(name="transferredClasses")
|
|
50714
|
+
def transferred_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsTransferredClassArgs']]]]:
|
|
50715
|
+
"""
|
|
50716
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50717
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50718
|
+
"""
|
|
50719
|
+
return pulumi.get(self, "transferred_classes")
|
|
50720
|
+
|
|
50721
|
+
@transferred_classes.setter
|
|
50722
|
+
def transferred_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsTransferredClassArgs']]]]):
|
|
50723
|
+
pulumi.set(self, "transferred_classes", value)
|
|
50724
|
+
|
|
50725
|
+
|
|
50726
|
+
if not MYPY:
|
|
50727
|
+
class WorkerScriptMigrationsRenamedClassArgsDict(TypedDict):
|
|
50728
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
50729
|
+
"""
|
|
50730
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50731
|
+
"""
|
|
50732
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
50733
|
+
"""
|
|
50734
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50735
|
+
"""
|
|
50736
|
+
elif False:
|
|
50737
|
+
WorkerScriptMigrationsRenamedClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
50738
|
+
|
|
50739
|
+
@pulumi.input_type
|
|
50740
|
+
class WorkerScriptMigrationsRenamedClassArgs:
|
|
50741
|
+
def __init__(__self__, *,
|
|
50742
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50743
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
50744
|
+
"""
|
|
50745
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50746
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50747
|
+
"""
|
|
50748
|
+
if from_ is not None:
|
|
50749
|
+
pulumi.set(__self__, "from_", from_)
|
|
50750
|
+
if to is not None:
|
|
50751
|
+
pulumi.set(__self__, "to", to)
|
|
50752
|
+
|
|
50753
|
+
@_builtins.property
|
|
50754
|
+
@pulumi.getter(name="from")
|
|
50755
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50756
|
+
"""
|
|
50757
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50758
|
+
"""
|
|
50759
|
+
return pulumi.get(self, "from_")
|
|
50760
|
+
|
|
50761
|
+
@from_.setter
|
|
50762
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50763
|
+
pulumi.set(self, "from_", value)
|
|
50764
|
+
|
|
50765
|
+
@_builtins.property
|
|
50766
|
+
@pulumi.getter
|
|
50767
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50768
|
+
"""
|
|
50769
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50770
|
+
"""
|
|
50771
|
+
return pulumi.get(self, "to")
|
|
50772
|
+
|
|
50773
|
+
@to.setter
|
|
50774
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50775
|
+
pulumi.set(self, "to", value)
|
|
50776
|
+
|
|
50777
|
+
|
|
50778
|
+
if not MYPY:
|
|
50779
|
+
class WorkerScriptMigrationsStepArgsDict(TypedDict):
|
|
50780
|
+
deleted_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50781
|
+
"""
|
|
50782
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50783
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50784
|
+
"""
|
|
50785
|
+
new_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50786
|
+
"""
|
|
50787
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50788
|
+
A list of classes to create Durable Object namespaces from.
|
|
50789
|
+
"""
|
|
50790
|
+
new_sqlite_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
50791
|
+
"""
|
|
50792
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50793
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50794
|
+
"""
|
|
50795
|
+
renamed_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepRenamedClassArgsDict']]]]
|
|
50796
|
+
"""
|
|
50797
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50798
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50799
|
+
"""
|
|
50800
|
+
transferred_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepTransferredClassArgsDict']]]]
|
|
50801
|
+
"""
|
|
50802
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50803
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50804
|
+
"""
|
|
50805
|
+
elif False:
|
|
50806
|
+
WorkerScriptMigrationsStepArgsDict: TypeAlias = Mapping[str, Any]
|
|
50807
|
+
|
|
50808
|
+
@pulumi.input_type
|
|
50809
|
+
class WorkerScriptMigrationsStepArgs:
|
|
50810
|
+
def __init__(__self__, *,
|
|
50811
|
+
deleted_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50812
|
+
new_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50813
|
+
new_sqlite_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
50814
|
+
renamed_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepRenamedClassArgs']]]] = None,
|
|
50815
|
+
transferred_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepTransferredClassArgs']]]] = None):
|
|
50816
|
+
"""
|
|
50817
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] deleted_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50818
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50819
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50820
|
+
A list of classes to create Durable Object namespaces from.
|
|
50821
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_sqlite_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50822
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50823
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepRenamedClassArgs']]] renamed_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50824
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50825
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepTransferredClassArgs']]] transferred_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50826
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50827
|
+
"""
|
|
50828
|
+
if deleted_classes is not None:
|
|
50829
|
+
pulumi.set(__self__, "deleted_classes", deleted_classes)
|
|
50830
|
+
if new_classes is not None:
|
|
50831
|
+
pulumi.set(__self__, "new_classes", new_classes)
|
|
50832
|
+
if new_sqlite_classes is not None:
|
|
50833
|
+
pulumi.set(__self__, "new_sqlite_classes", new_sqlite_classes)
|
|
50834
|
+
if renamed_classes is not None:
|
|
50835
|
+
pulumi.set(__self__, "renamed_classes", renamed_classes)
|
|
50836
|
+
if transferred_classes is not None:
|
|
50837
|
+
pulumi.set(__self__, "transferred_classes", transferred_classes)
|
|
50838
|
+
|
|
50839
|
+
@_builtins.property
|
|
50840
|
+
@pulumi.getter(name="deletedClasses")
|
|
50841
|
+
def deleted_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50842
|
+
"""
|
|
50843
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50844
|
+
A list of classes to delete Durable Object namespaces from.
|
|
50845
|
+
"""
|
|
50846
|
+
return pulumi.get(self, "deleted_classes")
|
|
50847
|
+
|
|
50848
|
+
@deleted_classes.setter
|
|
50849
|
+
def deleted_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50850
|
+
pulumi.set(self, "deleted_classes", value)
|
|
50851
|
+
|
|
50852
|
+
@_builtins.property
|
|
50853
|
+
@pulumi.getter(name="newClasses")
|
|
50854
|
+
def new_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50855
|
+
"""
|
|
50856
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50857
|
+
A list of classes to create Durable Object namespaces from.
|
|
50858
|
+
"""
|
|
50859
|
+
return pulumi.get(self, "new_classes")
|
|
50860
|
+
|
|
50861
|
+
@new_classes.setter
|
|
50862
|
+
def new_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50863
|
+
pulumi.set(self, "new_classes", value)
|
|
50864
|
+
|
|
50865
|
+
@_builtins.property
|
|
50866
|
+
@pulumi.getter(name="newSqliteClasses")
|
|
50867
|
+
def new_sqlite_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
50868
|
+
"""
|
|
50869
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50870
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
50871
|
+
"""
|
|
50872
|
+
return pulumi.get(self, "new_sqlite_classes")
|
|
50873
|
+
|
|
50874
|
+
@new_sqlite_classes.setter
|
|
50875
|
+
def new_sqlite_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
50876
|
+
pulumi.set(self, "new_sqlite_classes", value)
|
|
50877
|
+
|
|
50878
|
+
@_builtins.property
|
|
50879
|
+
@pulumi.getter(name="renamedClasses")
|
|
50880
|
+
def renamed_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepRenamedClassArgs']]]]:
|
|
50881
|
+
"""
|
|
50882
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50883
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
50884
|
+
"""
|
|
50885
|
+
return pulumi.get(self, "renamed_classes")
|
|
50886
|
+
|
|
50887
|
+
@renamed_classes.setter
|
|
50888
|
+
def renamed_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepRenamedClassArgs']]]]):
|
|
50889
|
+
pulumi.set(self, "renamed_classes", value)
|
|
50890
|
+
|
|
50891
|
+
@_builtins.property
|
|
50892
|
+
@pulumi.getter(name="transferredClasses")
|
|
50893
|
+
def transferred_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepTransferredClassArgs']]]]:
|
|
50894
|
+
"""
|
|
50895
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50896
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
50897
|
+
"""
|
|
50898
|
+
return pulumi.get(self, "transferred_classes")
|
|
50899
|
+
|
|
50900
|
+
@transferred_classes.setter
|
|
50901
|
+
def transferred_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkerScriptMigrationsStepTransferredClassArgs']]]]):
|
|
50902
|
+
pulumi.set(self, "transferred_classes", value)
|
|
50903
|
+
|
|
50904
|
+
|
|
50905
|
+
if not MYPY:
|
|
50906
|
+
class WorkerScriptMigrationsStepRenamedClassArgsDict(TypedDict):
|
|
50907
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
50908
|
+
"""
|
|
50909
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50910
|
+
"""
|
|
50911
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
50912
|
+
"""
|
|
50913
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50914
|
+
"""
|
|
50915
|
+
elif False:
|
|
50916
|
+
WorkerScriptMigrationsStepRenamedClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
50917
|
+
|
|
50918
|
+
@pulumi.input_type
|
|
50919
|
+
class WorkerScriptMigrationsStepRenamedClassArgs:
|
|
50920
|
+
def __init__(__self__, *,
|
|
50921
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50922
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
50923
|
+
"""
|
|
50924
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50925
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50926
|
+
"""
|
|
50927
|
+
if from_ is not None:
|
|
50928
|
+
pulumi.set(__self__, "from_", from_)
|
|
50929
|
+
if to is not None:
|
|
50930
|
+
pulumi.set(__self__, "to", to)
|
|
50931
|
+
|
|
50932
|
+
@_builtins.property
|
|
50933
|
+
@pulumi.getter(name="from")
|
|
50934
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50935
|
+
"""
|
|
50936
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50937
|
+
"""
|
|
50938
|
+
return pulumi.get(self, "from_")
|
|
50939
|
+
|
|
50940
|
+
@from_.setter
|
|
50941
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50942
|
+
pulumi.set(self, "from_", value)
|
|
50943
|
+
|
|
50944
|
+
@_builtins.property
|
|
50945
|
+
@pulumi.getter
|
|
50946
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50947
|
+
"""
|
|
50948
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50949
|
+
"""
|
|
50950
|
+
return pulumi.get(self, "to")
|
|
50951
|
+
|
|
50952
|
+
@to.setter
|
|
50953
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
50954
|
+
pulumi.set(self, "to", value)
|
|
50955
|
+
|
|
50956
|
+
|
|
50957
|
+
if not MYPY:
|
|
50958
|
+
class WorkerScriptMigrationsStepTransferredClassArgsDict(TypedDict):
|
|
50959
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
50960
|
+
"""
|
|
50961
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50962
|
+
"""
|
|
50963
|
+
from_script: NotRequired[pulumi.Input[_builtins.str]]
|
|
50964
|
+
"""
|
|
50965
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50966
|
+
"""
|
|
50967
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
50968
|
+
"""
|
|
50969
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50970
|
+
"""
|
|
50971
|
+
elif False:
|
|
50972
|
+
WorkerScriptMigrationsStepTransferredClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
50973
|
+
|
|
50974
|
+
@pulumi.input_type
|
|
50975
|
+
class WorkerScriptMigrationsStepTransferredClassArgs:
|
|
50976
|
+
def __init__(__self__, *,
|
|
50977
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50978
|
+
from_script: Optional[pulumi.Input[_builtins.str]] = None,
|
|
50979
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
50980
|
+
"""
|
|
50981
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50982
|
+
:param pulumi.Input[_builtins.str] from_script: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50983
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50984
|
+
"""
|
|
50985
|
+
if from_ is not None:
|
|
50986
|
+
pulumi.set(__self__, "from_", from_)
|
|
50987
|
+
if from_script is not None:
|
|
50988
|
+
pulumi.set(__self__, "from_script", from_script)
|
|
50989
|
+
if to is not None:
|
|
50990
|
+
pulumi.set(__self__, "to", to)
|
|
50991
|
+
|
|
50992
|
+
@_builtins.property
|
|
50993
|
+
@pulumi.getter(name="from")
|
|
50994
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
50995
|
+
"""
|
|
50996
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
50997
|
+
"""
|
|
50998
|
+
return pulumi.get(self, "from_")
|
|
50999
|
+
|
|
51000
|
+
@from_.setter
|
|
51001
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51002
|
+
pulumi.set(self, "from_", value)
|
|
51003
|
+
|
|
51004
|
+
@_builtins.property
|
|
51005
|
+
@pulumi.getter(name="fromScript")
|
|
51006
|
+
def from_script(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
51007
|
+
"""
|
|
51008
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51009
|
+
"""
|
|
51010
|
+
return pulumi.get(self, "from_script")
|
|
51011
|
+
|
|
51012
|
+
@from_script.setter
|
|
51013
|
+
def from_script(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51014
|
+
pulumi.set(self, "from_script", value)
|
|
51015
|
+
|
|
51016
|
+
@_builtins.property
|
|
51017
|
+
@pulumi.getter
|
|
51018
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
51019
|
+
"""
|
|
51020
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51021
|
+
"""
|
|
51022
|
+
return pulumi.get(self, "to")
|
|
51023
|
+
|
|
51024
|
+
@to.setter
|
|
51025
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51026
|
+
pulumi.set(self, "to", value)
|
|
51027
|
+
|
|
51028
|
+
|
|
51029
|
+
if not MYPY:
|
|
51030
|
+
class WorkerScriptMigrationsTransferredClassArgsDict(TypedDict):
|
|
51031
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
51032
|
+
"""
|
|
51033
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51034
|
+
"""
|
|
51035
|
+
from_script: NotRequired[pulumi.Input[_builtins.str]]
|
|
51036
|
+
"""
|
|
51037
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51038
|
+
"""
|
|
51039
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
51040
|
+
"""
|
|
51041
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51042
|
+
"""
|
|
51043
|
+
elif False:
|
|
51044
|
+
WorkerScriptMigrationsTransferredClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
51045
|
+
|
|
51046
|
+
@pulumi.input_type
|
|
51047
|
+
class WorkerScriptMigrationsTransferredClassArgs:
|
|
51048
|
+
def __init__(__self__, *,
|
|
51049
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
51050
|
+
from_script: Optional[pulumi.Input[_builtins.str]] = None,
|
|
51051
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
51052
|
+
"""
|
|
51053
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51054
|
+
:param pulumi.Input[_builtins.str] from_script: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51055
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51056
|
+
"""
|
|
51057
|
+
if from_ is not None:
|
|
51058
|
+
pulumi.set(__self__, "from_", from_)
|
|
51059
|
+
if from_script is not None:
|
|
51060
|
+
pulumi.set(__self__, "from_script", from_script)
|
|
51061
|
+
if to is not None:
|
|
51062
|
+
pulumi.set(__self__, "to", to)
|
|
51063
|
+
|
|
51064
|
+
@_builtins.property
|
|
51065
|
+
@pulumi.getter(name="from")
|
|
51066
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
51067
|
+
"""
|
|
51068
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51069
|
+
"""
|
|
51070
|
+
return pulumi.get(self, "from_")
|
|
51071
|
+
|
|
51072
|
+
@from_.setter
|
|
51073
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51074
|
+
pulumi.set(self, "from_", value)
|
|
51075
|
+
|
|
51076
|
+
@_builtins.property
|
|
51077
|
+
@pulumi.getter(name="fromScript")
|
|
51078
|
+
def from_script(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
51079
|
+
"""
|
|
51080
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51081
|
+
"""
|
|
51082
|
+
return pulumi.get(self, "from_script")
|
|
51083
|
+
|
|
51084
|
+
@from_script.setter
|
|
51085
|
+
def from_script(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51086
|
+
pulumi.set(self, "from_script", value)
|
|
51087
|
+
|
|
51088
|
+
@_builtins.property
|
|
51089
|
+
@pulumi.getter
|
|
51090
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
51091
|
+
"""
|
|
51092
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
51093
|
+
"""
|
|
51094
|
+
return pulumi.get(self, "to")
|
|
51095
|
+
|
|
51096
|
+
@to.setter
|
|
51097
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
51098
|
+
pulumi.set(self, "to", value)
|
|
51099
|
+
|
|
51100
|
+
|
|
50506
51101
|
if not MYPY:
|
|
50507
51102
|
class WorkerScriptNamedHandlerArgsDict(TypedDict):
|
|
50508
51103
|
handlers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
@@ -53785,6 +54380,577 @@ class WorkersScriptLimitsArgs:
|
|
|
53785
54380
|
pulumi.set(self, "cpu_ms", value)
|
|
53786
54381
|
|
|
53787
54382
|
|
|
54383
|
+
if not MYPY:
|
|
54384
|
+
class WorkersScriptMigrationsArgsDict(TypedDict):
|
|
54385
|
+
deleted_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54386
|
+
"""
|
|
54387
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54388
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54389
|
+
"""
|
|
54390
|
+
new_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54391
|
+
"""
|
|
54392
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54393
|
+
A list of classes to create Durable Object namespaces from.
|
|
54394
|
+
"""
|
|
54395
|
+
new_sqlite_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54396
|
+
"""
|
|
54397
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54398
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54399
|
+
"""
|
|
54400
|
+
new_tag: NotRequired[pulumi.Input[_builtins.str]]
|
|
54401
|
+
"""
|
|
54402
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54403
|
+
Tag to set as the latest migration tag.
|
|
54404
|
+
"""
|
|
54405
|
+
old_tag: NotRequired[pulumi.Input[_builtins.str]]
|
|
54406
|
+
"""
|
|
54407
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54408
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
54409
|
+
"""
|
|
54410
|
+
renamed_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsRenamedClassArgsDict']]]]
|
|
54411
|
+
"""
|
|
54412
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54413
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54414
|
+
"""
|
|
54415
|
+
steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepArgsDict']]]]
|
|
54416
|
+
"""
|
|
54417
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54418
|
+
Migrations to apply in order.
|
|
54419
|
+
"""
|
|
54420
|
+
transferred_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsTransferredClassArgsDict']]]]
|
|
54421
|
+
"""
|
|
54422
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54423
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54424
|
+
"""
|
|
54425
|
+
elif False:
|
|
54426
|
+
WorkersScriptMigrationsArgsDict: TypeAlias = Mapping[str, Any]
|
|
54427
|
+
|
|
54428
|
+
@pulumi.input_type
|
|
54429
|
+
class WorkersScriptMigrationsArgs:
|
|
54430
|
+
def __init__(__self__, *,
|
|
54431
|
+
deleted_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54432
|
+
new_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54433
|
+
new_sqlite_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54434
|
+
new_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54435
|
+
old_tag: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54436
|
+
renamed_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsRenamedClassArgs']]]] = None,
|
|
54437
|
+
steps: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepArgs']]]] = None,
|
|
54438
|
+
transferred_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsTransferredClassArgs']]]] = None):
|
|
54439
|
+
"""
|
|
54440
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] deleted_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54441
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54442
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54443
|
+
A list of classes to create Durable Object namespaces from.
|
|
54444
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_sqlite_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54445
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54446
|
+
:param pulumi.Input[_builtins.str] new_tag: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54447
|
+
Tag to set as the latest migration tag.
|
|
54448
|
+
:param pulumi.Input[_builtins.str] old_tag: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54449
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
54450
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsRenamedClassArgs']]] renamed_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54451
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54452
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepArgs']]] steps: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54453
|
+
Migrations to apply in order.
|
|
54454
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsTransferredClassArgs']]] transferred_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54455
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54456
|
+
"""
|
|
54457
|
+
if deleted_classes is not None:
|
|
54458
|
+
pulumi.set(__self__, "deleted_classes", deleted_classes)
|
|
54459
|
+
if new_classes is not None:
|
|
54460
|
+
pulumi.set(__self__, "new_classes", new_classes)
|
|
54461
|
+
if new_sqlite_classes is not None:
|
|
54462
|
+
pulumi.set(__self__, "new_sqlite_classes", new_sqlite_classes)
|
|
54463
|
+
if new_tag is not None:
|
|
54464
|
+
pulumi.set(__self__, "new_tag", new_tag)
|
|
54465
|
+
if old_tag is not None:
|
|
54466
|
+
pulumi.set(__self__, "old_tag", old_tag)
|
|
54467
|
+
if renamed_classes is not None:
|
|
54468
|
+
pulumi.set(__self__, "renamed_classes", renamed_classes)
|
|
54469
|
+
if steps is not None:
|
|
54470
|
+
pulumi.set(__self__, "steps", steps)
|
|
54471
|
+
if transferred_classes is not None:
|
|
54472
|
+
pulumi.set(__self__, "transferred_classes", transferred_classes)
|
|
54473
|
+
|
|
54474
|
+
@_builtins.property
|
|
54475
|
+
@pulumi.getter(name="deletedClasses")
|
|
54476
|
+
def deleted_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54477
|
+
"""
|
|
54478
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54479
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54480
|
+
"""
|
|
54481
|
+
return pulumi.get(self, "deleted_classes")
|
|
54482
|
+
|
|
54483
|
+
@deleted_classes.setter
|
|
54484
|
+
def deleted_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54485
|
+
pulumi.set(self, "deleted_classes", value)
|
|
54486
|
+
|
|
54487
|
+
@_builtins.property
|
|
54488
|
+
@pulumi.getter(name="newClasses")
|
|
54489
|
+
def new_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54490
|
+
"""
|
|
54491
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54492
|
+
A list of classes to create Durable Object namespaces from.
|
|
54493
|
+
"""
|
|
54494
|
+
return pulumi.get(self, "new_classes")
|
|
54495
|
+
|
|
54496
|
+
@new_classes.setter
|
|
54497
|
+
def new_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54498
|
+
pulumi.set(self, "new_classes", value)
|
|
54499
|
+
|
|
54500
|
+
@_builtins.property
|
|
54501
|
+
@pulumi.getter(name="newSqliteClasses")
|
|
54502
|
+
def new_sqlite_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54503
|
+
"""
|
|
54504
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54505
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54506
|
+
"""
|
|
54507
|
+
return pulumi.get(self, "new_sqlite_classes")
|
|
54508
|
+
|
|
54509
|
+
@new_sqlite_classes.setter
|
|
54510
|
+
def new_sqlite_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54511
|
+
pulumi.set(self, "new_sqlite_classes", value)
|
|
54512
|
+
|
|
54513
|
+
@_builtins.property
|
|
54514
|
+
@pulumi.getter(name="newTag")
|
|
54515
|
+
def new_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54516
|
+
"""
|
|
54517
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54518
|
+
Tag to set as the latest migration tag.
|
|
54519
|
+
"""
|
|
54520
|
+
return pulumi.get(self, "new_tag")
|
|
54521
|
+
|
|
54522
|
+
@new_tag.setter
|
|
54523
|
+
def new_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54524
|
+
pulumi.set(self, "new_tag", value)
|
|
54525
|
+
|
|
54526
|
+
@_builtins.property
|
|
54527
|
+
@pulumi.getter(name="oldTag")
|
|
54528
|
+
def old_tag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54529
|
+
"""
|
|
54530
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54531
|
+
Tag used to verify against the latest migration tag for this Worker. If they don't match, the upload is rejected.
|
|
54532
|
+
"""
|
|
54533
|
+
return pulumi.get(self, "old_tag")
|
|
54534
|
+
|
|
54535
|
+
@old_tag.setter
|
|
54536
|
+
def old_tag(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54537
|
+
pulumi.set(self, "old_tag", value)
|
|
54538
|
+
|
|
54539
|
+
@_builtins.property
|
|
54540
|
+
@pulumi.getter(name="renamedClasses")
|
|
54541
|
+
def renamed_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsRenamedClassArgs']]]]:
|
|
54542
|
+
"""
|
|
54543
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54544
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54545
|
+
"""
|
|
54546
|
+
return pulumi.get(self, "renamed_classes")
|
|
54547
|
+
|
|
54548
|
+
@renamed_classes.setter
|
|
54549
|
+
def renamed_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsRenamedClassArgs']]]]):
|
|
54550
|
+
pulumi.set(self, "renamed_classes", value)
|
|
54551
|
+
|
|
54552
|
+
@_builtins.property
|
|
54553
|
+
@pulumi.getter
|
|
54554
|
+
def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepArgs']]]]:
|
|
54555
|
+
"""
|
|
54556
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54557
|
+
Migrations to apply in order.
|
|
54558
|
+
"""
|
|
54559
|
+
return pulumi.get(self, "steps")
|
|
54560
|
+
|
|
54561
|
+
@steps.setter
|
|
54562
|
+
def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepArgs']]]]):
|
|
54563
|
+
pulumi.set(self, "steps", value)
|
|
54564
|
+
|
|
54565
|
+
@_builtins.property
|
|
54566
|
+
@pulumi.getter(name="transferredClasses")
|
|
54567
|
+
def transferred_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsTransferredClassArgs']]]]:
|
|
54568
|
+
"""
|
|
54569
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54570
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54571
|
+
"""
|
|
54572
|
+
return pulumi.get(self, "transferred_classes")
|
|
54573
|
+
|
|
54574
|
+
@transferred_classes.setter
|
|
54575
|
+
def transferred_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsTransferredClassArgs']]]]):
|
|
54576
|
+
pulumi.set(self, "transferred_classes", value)
|
|
54577
|
+
|
|
54578
|
+
|
|
54579
|
+
if not MYPY:
|
|
54580
|
+
class WorkersScriptMigrationsRenamedClassArgsDict(TypedDict):
|
|
54581
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
54582
|
+
"""
|
|
54583
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54584
|
+
"""
|
|
54585
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
54586
|
+
"""
|
|
54587
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54588
|
+
"""
|
|
54589
|
+
elif False:
|
|
54590
|
+
WorkersScriptMigrationsRenamedClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
54591
|
+
|
|
54592
|
+
@pulumi.input_type
|
|
54593
|
+
class WorkersScriptMigrationsRenamedClassArgs:
|
|
54594
|
+
def __init__(__self__, *,
|
|
54595
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54596
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
54597
|
+
"""
|
|
54598
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54599
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54600
|
+
"""
|
|
54601
|
+
if from_ is not None:
|
|
54602
|
+
pulumi.set(__self__, "from_", from_)
|
|
54603
|
+
if to is not None:
|
|
54604
|
+
pulumi.set(__self__, "to", to)
|
|
54605
|
+
|
|
54606
|
+
@_builtins.property
|
|
54607
|
+
@pulumi.getter(name="from")
|
|
54608
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54609
|
+
"""
|
|
54610
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54611
|
+
"""
|
|
54612
|
+
return pulumi.get(self, "from_")
|
|
54613
|
+
|
|
54614
|
+
@from_.setter
|
|
54615
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54616
|
+
pulumi.set(self, "from_", value)
|
|
54617
|
+
|
|
54618
|
+
@_builtins.property
|
|
54619
|
+
@pulumi.getter
|
|
54620
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54621
|
+
"""
|
|
54622
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54623
|
+
"""
|
|
54624
|
+
return pulumi.get(self, "to")
|
|
54625
|
+
|
|
54626
|
+
@to.setter
|
|
54627
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54628
|
+
pulumi.set(self, "to", value)
|
|
54629
|
+
|
|
54630
|
+
|
|
54631
|
+
if not MYPY:
|
|
54632
|
+
class WorkersScriptMigrationsStepArgsDict(TypedDict):
|
|
54633
|
+
deleted_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54634
|
+
"""
|
|
54635
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54636
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54637
|
+
"""
|
|
54638
|
+
new_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54639
|
+
"""
|
|
54640
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54641
|
+
A list of classes to create Durable Object namespaces from.
|
|
54642
|
+
"""
|
|
54643
|
+
new_sqlite_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
54644
|
+
"""
|
|
54645
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54646
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54647
|
+
"""
|
|
54648
|
+
renamed_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepRenamedClassArgsDict']]]]
|
|
54649
|
+
"""
|
|
54650
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54651
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54652
|
+
"""
|
|
54653
|
+
transferred_classes: NotRequired[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepTransferredClassArgsDict']]]]
|
|
54654
|
+
"""
|
|
54655
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54656
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54657
|
+
"""
|
|
54658
|
+
elif False:
|
|
54659
|
+
WorkersScriptMigrationsStepArgsDict: TypeAlias = Mapping[str, Any]
|
|
54660
|
+
|
|
54661
|
+
@pulumi.input_type
|
|
54662
|
+
class WorkersScriptMigrationsStepArgs:
|
|
54663
|
+
def __init__(__self__, *,
|
|
54664
|
+
deleted_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54665
|
+
new_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54666
|
+
new_sqlite_classes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
54667
|
+
renamed_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepRenamedClassArgs']]]] = None,
|
|
54668
|
+
transferred_classes: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepTransferredClassArgs']]]] = None):
|
|
54669
|
+
"""
|
|
54670
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] deleted_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54671
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54672
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54673
|
+
A list of classes to create Durable Object namespaces from.
|
|
54674
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] new_sqlite_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54675
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54676
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepRenamedClassArgs']]] renamed_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54677
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54678
|
+
:param pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepTransferredClassArgs']]] transferred_classes: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54679
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54680
|
+
"""
|
|
54681
|
+
if deleted_classes is not None:
|
|
54682
|
+
pulumi.set(__self__, "deleted_classes", deleted_classes)
|
|
54683
|
+
if new_classes is not None:
|
|
54684
|
+
pulumi.set(__self__, "new_classes", new_classes)
|
|
54685
|
+
if new_sqlite_classes is not None:
|
|
54686
|
+
pulumi.set(__self__, "new_sqlite_classes", new_sqlite_classes)
|
|
54687
|
+
if renamed_classes is not None:
|
|
54688
|
+
pulumi.set(__self__, "renamed_classes", renamed_classes)
|
|
54689
|
+
if transferred_classes is not None:
|
|
54690
|
+
pulumi.set(__self__, "transferred_classes", transferred_classes)
|
|
54691
|
+
|
|
54692
|
+
@_builtins.property
|
|
54693
|
+
@pulumi.getter(name="deletedClasses")
|
|
54694
|
+
def deleted_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54695
|
+
"""
|
|
54696
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54697
|
+
A list of classes to delete Durable Object namespaces from.
|
|
54698
|
+
"""
|
|
54699
|
+
return pulumi.get(self, "deleted_classes")
|
|
54700
|
+
|
|
54701
|
+
@deleted_classes.setter
|
|
54702
|
+
def deleted_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54703
|
+
pulumi.set(self, "deleted_classes", value)
|
|
54704
|
+
|
|
54705
|
+
@_builtins.property
|
|
54706
|
+
@pulumi.getter(name="newClasses")
|
|
54707
|
+
def new_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54708
|
+
"""
|
|
54709
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54710
|
+
A list of classes to create Durable Object namespaces from.
|
|
54711
|
+
"""
|
|
54712
|
+
return pulumi.get(self, "new_classes")
|
|
54713
|
+
|
|
54714
|
+
@new_classes.setter
|
|
54715
|
+
def new_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54716
|
+
pulumi.set(self, "new_classes", value)
|
|
54717
|
+
|
|
54718
|
+
@_builtins.property
|
|
54719
|
+
@pulumi.getter(name="newSqliteClasses")
|
|
54720
|
+
def new_sqlite_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
54721
|
+
"""
|
|
54722
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54723
|
+
A list of classes to create Durable Object namespaces with SQLite from.
|
|
54724
|
+
"""
|
|
54725
|
+
return pulumi.get(self, "new_sqlite_classes")
|
|
54726
|
+
|
|
54727
|
+
@new_sqlite_classes.setter
|
|
54728
|
+
def new_sqlite_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
54729
|
+
pulumi.set(self, "new_sqlite_classes", value)
|
|
54730
|
+
|
|
54731
|
+
@_builtins.property
|
|
54732
|
+
@pulumi.getter(name="renamedClasses")
|
|
54733
|
+
def renamed_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepRenamedClassArgs']]]]:
|
|
54734
|
+
"""
|
|
54735
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54736
|
+
A list of classes with Durable Object namespaces that were renamed.
|
|
54737
|
+
"""
|
|
54738
|
+
return pulumi.get(self, "renamed_classes")
|
|
54739
|
+
|
|
54740
|
+
@renamed_classes.setter
|
|
54741
|
+
def renamed_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepRenamedClassArgs']]]]):
|
|
54742
|
+
pulumi.set(self, "renamed_classes", value)
|
|
54743
|
+
|
|
54744
|
+
@_builtins.property
|
|
54745
|
+
@pulumi.getter(name="transferredClasses")
|
|
54746
|
+
def transferred_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepTransferredClassArgs']]]]:
|
|
54747
|
+
"""
|
|
54748
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54749
|
+
A list of transfers for Durable Object namespaces from a different Worker and class to a class defined in this Worker.
|
|
54750
|
+
"""
|
|
54751
|
+
return pulumi.get(self, "transferred_classes")
|
|
54752
|
+
|
|
54753
|
+
@transferred_classes.setter
|
|
54754
|
+
def transferred_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['WorkersScriptMigrationsStepTransferredClassArgs']]]]):
|
|
54755
|
+
pulumi.set(self, "transferred_classes", value)
|
|
54756
|
+
|
|
54757
|
+
|
|
54758
|
+
if not MYPY:
|
|
54759
|
+
class WorkersScriptMigrationsStepRenamedClassArgsDict(TypedDict):
|
|
54760
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
54761
|
+
"""
|
|
54762
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54763
|
+
"""
|
|
54764
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
54765
|
+
"""
|
|
54766
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54767
|
+
"""
|
|
54768
|
+
elif False:
|
|
54769
|
+
WorkersScriptMigrationsStepRenamedClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
54770
|
+
|
|
54771
|
+
@pulumi.input_type
|
|
54772
|
+
class WorkersScriptMigrationsStepRenamedClassArgs:
|
|
54773
|
+
def __init__(__self__, *,
|
|
54774
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54775
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
54776
|
+
"""
|
|
54777
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54778
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54779
|
+
"""
|
|
54780
|
+
if from_ is not None:
|
|
54781
|
+
pulumi.set(__self__, "from_", from_)
|
|
54782
|
+
if to is not None:
|
|
54783
|
+
pulumi.set(__self__, "to", to)
|
|
54784
|
+
|
|
54785
|
+
@_builtins.property
|
|
54786
|
+
@pulumi.getter(name="from")
|
|
54787
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54788
|
+
"""
|
|
54789
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54790
|
+
"""
|
|
54791
|
+
return pulumi.get(self, "from_")
|
|
54792
|
+
|
|
54793
|
+
@from_.setter
|
|
54794
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54795
|
+
pulumi.set(self, "from_", value)
|
|
54796
|
+
|
|
54797
|
+
@_builtins.property
|
|
54798
|
+
@pulumi.getter
|
|
54799
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54800
|
+
"""
|
|
54801
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54802
|
+
"""
|
|
54803
|
+
return pulumi.get(self, "to")
|
|
54804
|
+
|
|
54805
|
+
@to.setter
|
|
54806
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54807
|
+
pulumi.set(self, "to", value)
|
|
54808
|
+
|
|
54809
|
+
|
|
54810
|
+
if not MYPY:
|
|
54811
|
+
class WorkersScriptMigrationsStepTransferredClassArgsDict(TypedDict):
|
|
54812
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
54813
|
+
"""
|
|
54814
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54815
|
+
"""
|
|
54816
|
+
from_script: NotRequired[pulumi.Input[_builtins.str]]
|
|
54817
|
+
"""
|
|
54818
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54819
|
+
"""
|
|
54820
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
54821
|
+
"""
|
|
54822
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54823
|
+
"""
|
|
54824
|
+
elif False:
|
|
54825
|
+
WorkersScriptMigrationsStepTransferredClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
54826
|
+
|
|
54827
|
+
@pulumi.input_type
|
|
54828
|
+
class WorkersScriptMigrationsStepTransferredClassArgs:
|
|
54829
|
+
def __init__(__self__, *,
|
|
54830
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54831
|
+
from_script: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54832
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
54833
|
+
"""
|
|
54834
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54835
|
+
:param pulumi.Input[_builtins.str] from_script: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54836
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54837
|
+
"""
|
|
54838
|
+
if from_ is not None:
|
|
54839
|
+
pulumi.set(__self__, "from_", from_)
|
|
54840
|
+
if from_script is not None:
|
|
54841
|
+
pulumi.set(__self__, "from_script", from_script)
|
|
54842
|
+
if to is not None:
|
|
54843
|
+
pulumi.set(__self__, "to", to)
|
|
54844
|
+
|
|
54845
|
+
@_builtins.property
|
|
54846
|
+
@pulumi.getter(name="from")
|
|
54847
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54848
|
+
"""
|
|
54849
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54850
|
+
"""
|
|
54851
|
+
return pulumi.get(self, "from_")
|
|
54852
|
+
|
|
54853
|
+
@from_.setter
|
|
54854
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54855
|
+
pulumi.set(self, "from_", value)
|
|
54856
|
+
|
|
54857
|
+
@_builtins.property
|
|
54858
|
+
@pulumi.getter(name="fromScript")
|
|
54859
|
+
def from_script(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54860
|
+
"""
|
|
54861
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54862
|
+
"""
|
|
54863
|
+
return pulumi.get(self, "from_script")
|
|
54864
|
+
|
|
54865
|
+
@from_script.setter
|
|
54866
|
+
def from_script(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54867
|
+
pulumi.set(self, "from_script", value)
|
|
54868
|
+
|
|
54869
|
+
@_builtins.property
|
|
54870
|
+
@pulumi.getter
|
|
54871
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54872
|
+
"""
|
|
54873
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54874
|
+
"""
|
|
54875
|
+
return pulumi.get(self, "to")
|
|
54876
|
+
|
|
54877
|
+
@to.setter
|
|
54878
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54879
|
+
pulumi.set(self, "to", value)
|
|
54880
|
+
|
|
54881
|
+
|
|
54882
|
+
if not MYPY:
|
|
54883
|
+
class WorkersScriptMigrationsTransferredClassArgsDict(TypedDict):
|
|
54884
|
+
from_: NotRequired[pulumi.Input[_builtins.str]]
|
|
54885
|
+
"""
|
|
54886
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54887
|
+
"""
|
|
54888
|
+
from_script: NotRequired[pulumi.Input[_builtins.str]]
|
|
54889
|
+
"""
|
|
54890
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54891
|
+
"""
|
|
54892
|
+
to: NotRequired[pulumi.Input[_builtins.str]]
|
|
54893
|
+
"""
|
|
54894
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54895
|
+
"""
|
|
54896
|
+
elif False:
|
|
54897
|
+
WorkersScriptMigrationsTransferredClassArgsDict: TypeAlias = Mapping[str, Any]
|
|
54898
|
+
|
|
54899
|
+
@pulumi.input_type
|
|
54900
|
+
class WorkersScriptMigrationsTransferredClassArgs:
|
|
54901
|
+
def __init__(__self__, *,
|
|
54902
|
+
from_: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54903
|
+
from_script: Optional[pulumi.Input[_builtins.str]] = None,
|
|
54904
|
+
to: Optional[pulumi.Input[_builtins.str]] = None):
|
|
54905
|
+
"""
|
|
54906
|
+
:param pulumi.Input[_builtins.str] from_: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54907
|
+
:param pulumi.Input[_builtins.str] from_script: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54908
|
+
:param pulumi.Input[_builtins.str] to: **NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54909
|
+
"""
|
|
54910
|
+
if from_ is not None:
|
|
54911
|
+
pulumi.set(__self__, "from_", from_)
|
|
54912
|
+
if from_script is not None:
|
|
54913
|
+
pulumi.set(__self__, "from_script", from_script)
|
|
54914
|
+
if to is not None:
|
|
54915
|
+
pulumi.set(__self__, "to", to)
|
|
54916
|
+
|
|
54917
|
+
@_builtins.property
|
|
54918
|
+
@pulumi.getter(name="from")
|
|
54919
|
+
def from_(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54920
|
+
"""
|
|
54921
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54922
|
+
"""
|
|
54923
|
+
return pulumi.get(self, "from_")
|
|
54924
|
+
|
|
54925
|
+
@from_.setter
|
|
54926
|
+
def from_(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54927
|
+
pulumi.set(self, "from_", value)
|
|
54928
|
+
|
|
54929
|
+
@_builtins.property
|
|
54930
|
+
@pulumi.getter(name="fromScript")
|
|
54931
|
+
def from_script(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54932
|
+
"""
|
|
54933
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54934
|
+
"""
|
|
54935
|
+
return pulumi.get(self, "from_script")
|
|
54936
|
+
|
|
54937
|
+
@from_script.setter
|
|
54938
|
+
def from_script(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54939
|
+
pulumi.set(self, "from_script", value)
|
|
54940
|
+
|
|
54941
|
+
@_builtins.property
|
|
54942
|
+
@pulumi.getter
|
|
54943
|
+
def to(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
54944
|
+
"""
|
|
54945
|
+
**NOTE:** This field is write-only and its value will not be updated in state as part of read operations.
|
|
54946
|
+
"""
|
|
54947
|
+
return pulumi.get(self, "to")
|
|
54948
|
+
|
|
54949
|
+
@to.setter
|
|
54950
|
+
def to(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
54951
|
+
pulumi.set(self, "to", value)
|
|
54952
|
+
|
|
54953
|
+
|
|
53788
54954
|
if not MYPY:
|
|
53789
54955
|
class WorkersScriptNamedHandlerArgsDict(TypedDict):
|
|
53790
54956
|
handlers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|