pulumi-alicloud 3.68.0__py3-none-any.whl → 3.68.0a1732598392__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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +0 -40
- pulumi_alicloud/cdn/_inputs.py +23 -3
- pulumi_alicloud/cdn/domain_new.py +51 -93
- pulumi_alicloud/cdn/outputs.py +16 -2
- pulumi_alicloud/cdn/real_time_log_delivery.py +46 -97
- pulumi_alicloud/cen/get_flowlogs.py +35 -250
- pulumi_alicloud/cen/outputs.py +17 -116
- pulumi_alicloud/cs/node_pool.py +0 -7
- pulumi_alicloud/ecs/_inputs.py +0 -92
- pulumi_alicloud/ecs/auto_snapshot_policy.py +129 -323
- pulumi_alicloud/ecs/outputs.py +0 -88
- pulumi_alicloud/ecs/snapshot_policy.py +1 -154
- pulumi_alicloud/emrv2/_inputs.py +21 -875
- pulumi_alicloud/emrv2/cluster.py +0 -47
- pulumi_alicloud/emrv2/outputs.py +14 -580
- pulumi_alicloud/gwlb/__init__.py +0 -1
- pulumi_alicloud/gwlb/_inputs.py +126 -147
- pulumi_alicloud/gwlb/listener.py +50 -50
- pulumi_alicloud/gwlb/load_balancer.py +71 -78
- pulumi_alicloud/gwlb/outputs.py +84 -139
- pulumi_alicloud/gwlb/server_group.py +113 -162
- pulumi_alicloud/kvstore/audit_log_config.py +7 -7
- pulumi_alicloud/kvstore/backup_policy.py +9 -9
- pulumi_alicloud/kvstore/get_instance_classes.py +8 -8
- pulumi_alicloud/kvstore/get_instances.py +7 -9
- pulumi_alicloud/kvstore/instance.py +21 -21
- pulumi_alicloud/kvstore/outputs.py +6 -6
- pulumi_alicloud/nas/_inputs.py +0 -148
- pulumi_alicloud/nas/file_system.py +222 -482
- pulumi_alicloud/nas/outputs.py +0 -109
- pulumi_alicloud/pai/__init__.py +0 -7
- pulumi_alicloud/pai/workspace_workspace.py +6 -6
- pulumi_alicloud/pulumi-plugin.json +1 -1
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/RECORD +37 -45
- pulumi_alicloud/gwlb/get_zones.py +0 -173
- pulumi_alicloud/pai/_inputs.py +0 -129
- pulumi_alicloud/pai/outputs.py +0 -83
- pulumi_alicloud/pai/workspace_code_source.py +0 -702
- pulumi_alicloud/pai/workspace_dataset.py +0 -1081
- pulumi_alicloud/pai/workspace_datasetversion.py +0 -818
- pulumi_alicloud/pai/workspace_experiment.py +0 -394
- pulumi_alicloud/pai/workspace_run.py +0 -344
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.68.0.dist-info → pulumi_alicloud-3.68.0a1732598392.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cen/outputs.py
CHANGED
|
@@ -697,80 +697,45 @@ class GetChildInstanceRouteEntryToAttachmentsAttachmentResult(dict):
|
|
|
697
697
|
class GetFlowlogsFlowlogResult(dict):
|
|
698
698
|
def __init__(__self__, *,
|
|
699
699
|
cen_id: str,
|
|
700
|
-
create_time: str,
|
|
701
700
|
description: str,
|
|
702
701
|
flow_log_id: str,
|
|
703
702
|
flow_log_name: str,
|
|
704
|
-
flow_log_version: str,
|
|
705
703
|
id: str,
|
|
706
|
-
interval: int,
|
|
707
|
-
log_format_string: str,
|
|
708
704
|
log_store_name: str,
|
|
709
705
|
project_name: str,
|
|
710
|
-
|
|
711
|
-
region_id: str,
|
|
712
|
-
status: str,
|
|
713
|
-
tags: Mapping[str, str],
|
|
714
|
-
transit_router_attachment_id: str,
|
|
715
|
-
transit_router_id: str):
|
|
706
|
+
status: str):
|
|
716
707
|
"""
|
|
717
|
-
:param str cen_id: The ID of
|
|
718
|
-
:param str
|
|
719
|
-
:param str
|
|
720
|
-
:param str
|
|
721
|
-
:param str
|
|
722
|
-
:param str
|
|
723
|
-
:param str
|
|
724
|
-
:param
|
|
725
|
-
:param str log_format_string: (Available since v1.236.0) Log Format.
|
|
726
|
-
:param str log_store_name: The LogStore that stores the flowlog.
|
|
727
|
-
:param str project_name: The Project that stores the flowlog.
|
|
728
|
-
:param str record_total: (Available since v1.236.0) Total number of records.
|
|
729
|
-
:param str region_id: Region id
|
|
730
|
-
:param str status: The status of the flow log. Valid values:-**Active**: started.-**InActive**: not started.
|
|
731
|
-
:param Mapping[str, str] tags: The tag of the resource.
|
|
732
|
-
:param str transit_router_attachment_id: (Available since v1.236.0) Cross-region Connection ID or VBR connection ID.> This parameter is required.
|
|
733
|
-
:param str transit_router_id: Transit Router ID
|
|
708
|
+
:param str cen_id: The ID of the CEN Instance.
|
|
709
|
+
:param str description: The description of flowlog.
|
|
710
|
+
:param str flow_log_id: ID of the CEN flow log.
|
|
711
|
+
:param str flow_log_name: The name of flowlog.
|
|
712
|
+
:param str id: ID of the CEN flow log.
|
|
713
|
+
:param str log_store_name: The name of the log store which is in the `project_name` SLS project.
|
|
714
|
+
:param str project_name: The name of the SLS project.
|
|
715
|
+
:param str status: The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
|
|
734
716
|
"""
|
|
735
717
|
pulumi.set(__self__, "cen_id", cen_id)
|
|
736
|
-
pulumi.set(__self__, "create_time", create_time)
|
|
737
718
|
pulumi.set(__self__, "description", description)
|
|
738
719
|
pulumi.set(__self__, "flow_log_id", flow_log_id)
|
|
739
720
|
pulumi.set(__self__, "flow_log_name", flow_log_name)
|
|
740
|
-
pulumi.set(__self__, "flow_log_version", flow_log_version)
|
|
741
721
|
pulumi.set(__self__, "id", id)
|
|
742
|
-
pulumi.set(__self__, "interval", interval)
|
|
743
|
-
pulumi.set(__self__, "log_format_string", log_format_string)
|
|
744
722
|
pulumi.set(__self__, "log_store_name", log_store_name)
|
|
745
723
|
pulumi.set(__self__, "project_name", project_name)
|
|
746
|
-
pulumi.set(__self__, "record_total", record_total)
|
|
747
|
-
pulumi.set(__self__, "region_id", region_id)
|
|
748
724
|
pulumi.set(__self__, "status", status)
|
|
749
|
-
pulumi.set(__self__, "tags", tags)
|
|
750
|
-
pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
|
|
751
|
-
pulumi.set(__self__, "transit_router_id", transit_router_id)
|
|
752
725
|
|
|
753
726
|
@property
|
|
754
727
|
@pulumi.getter(name="cenId")
|
|
755
728
|
def cen_id(self) -> str:
|
|
756
729
|
"""
|
|
757
|
-
The ID of
|
|
730
|
+
The ID of the CEN Instance.
|
|
758
731
|
"""
|
|
759
732
|
return pulumi.get(self, "cen_id")
|
|
760
733
|
|
|
761
|
-
@property
|
|
762
|
-
@pulumi.getter(name="createTime")
|
|
763
|
-
def create_time(self) -> str:
|
|
764
|
-
"""
|
|
765
|
-
The createTime of flowlog.
|
|
766
|
-
"""
|
|
767
|
-
return pulumi.get(self, "create_time")
|
|
768
|
-
|
|
769
734
|
@property
|
|
770
735
|
@pulumi.getter
|
|
771
736
|
def description(self) -> str:
|
|
772
737
|
"""
|
|
773
|
-
The description of
|
|
738
|
+
The description of flowlog.
|
|
774
739
|
"""
|
|
775
740
|
return pulumi.get(self, "description")
|
|
776
741
|
|
|
@@ -778,7 +743,7 @@ class GetFlowlogsFlowlogResult(dict):
|
|
|
778
743
|
@pulumi.getter(name="flowLogId")
|
|
779
744
|
def flow_log_id(self) -> str:
|
|
780
745
|
"""
|
|
781
|
-
|
|
746
|
+
ID of the CEN flow log.
|
|
782
747
|
"""
|
|
783
748
|
return pulumi.get(self, "flow_log_id")
|
|
784
749
|
|
|
@@ -786,47 +751,23 @@ class GetFlowlogsFlowlogResult(dict):
|
|
|
786
751
|
@pulumi.getter(name="flowLogName")
|
|
787
752
|
def flow_log_name(self) -> str:
|
|
788
753
|
"""
|
|
789
|
-
The name of
|
|
754
|
+
The name of flowlog.
|
|
790
755
|
"""
|
|
791
756
|
return pulumi.get(self, "flow_log_name")
|
|
792
757
|
|
|
793
|
-
@property
|
|
794
|
-
@pulumi.getter(name="flowLogVersion")
|
|
795
|
-
def flow_log_version(self) -> str:
|
|
796
|
-
"""
|
|
797
|
-
Flowlog Version.
|
|
798
|
-
"""
|
|
799
|
-
return pulumi.get(self, "flow_log_version")
|
|
800
|
-
|
|
801
758
|
@property
|
|
802
759
|
@pulumi.getter
|
|
803
760
|
def id(self) -> str:
|
|
804
761
|
"""
|
|
805
|
-
|
|
762
|
+
ID of the CEN flow log.
|
|
806
763
|
"""
|
|
807
764
|
return pulumi.get(self, "id")
|
|
808
765
|
|
|
809
|
-
@property
|
|
810
|
-
@pulumi.getter
|
|
811
|
-
def interval(self) -> int:
|
|
812
|
-
"""
|
|
813
|
-
The duration of the capture window for the flow log to capture traffic. Unit: seconds. Valid values: **60** or **600 * *. Default value: **600 * *.
|
|
814
|
-
"""
|
|
815
|
-
return pulumi.get(self, "interval")
|
|
816
|
-
|
|
817
|
-
@property
|
|
818
|
-
@pulumi.getter(name="logFormatString")
|
|
819
|
-
def log_format_string(self) -> str:
|
|
820
|
-
"""
|
|
821
|
-
(Available since v1.236.0) Log Format.
|
|
822
|
-
"""
|
|
823
|
-
return pulumi.get(self, "log_format_string")
|
|
824
|
-
|
|
825
766
|
@property
|
|
826
767
|
@pulumi.getter(name="logStoreName")
|
|
827
768
|
def log_store_name(self) -> str:
|
|
828
769
|
"""
|
|
829
|
-
The
|
|
770
|
+
The name of the log store which is in the `project_name` SLS project.
|
|
830
771
|
"""
|
|
831
772
|
return pulumi.get(self, "log_store_name")
|
|
832
773
|
|
|
@@ -834,58 +775,18 @@ class GetFlowlogsFlowlogResult(dict):
|
|
|
834
775
|
@pulumi.getter(name="projectName")
|
|
835
776
|
def project_name(self) -> str:
|
|
836
777
|
"""
|
|
837
|
-
The
|
|
778
|
+
The name of the SLS project.
|
|
838
779
|
"""
|
|
839
780
|
return pulumi.get(self, "project_name")
|
|
840
781
|
|
|
841
|
-
@property
|
|
842
|
-
@pulumi.getter(name="recordTotal")
|
|
843
|
-
def record_total(self) -> str:
|
|
844
|
-
"""
|
|
845
|
-
(Available since v1.236.0) Total number of records.
|
|
846
|
-
"""
|
|
847
|
-
return pulumi.get(self, "record_total")
|
|
848
|
-
|
|
849
|
-
@property
|
|
850
|
-
@pulumi.getter(name="regionId")
|
|
851
|
-
def region_id(self) -> str:
|
|
852
|
-
"""
|
|
853
|
-
Region id
|
|
854
|
-
"""
|
|
855
|
-
return pulumi.get(self, "region_id")
|
|
856
|
-
|
|
857
782
|
@property
|
|
858
783
|
@pulumi.getter
|
|
859
784
|
def status(self) -> str:
|
|
860
785
|
"""
|
|
861
|
-
The status of
|
|
786
|
+
The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
|
|
862
787
|
"""
|
|
863
788
|
return pulumi.get(self, "status")
|
|
864
789
|
|
|
865
|
-
@property
|
|
866
|
-
@pulumi.getter
|
|
867
|
-
def tags(self) -> Mapping[str, str]:
|
|
868
|
-
"""
|
|
869
|
-
The tag of the resource.
|
|
870
|
-
"""
|
|
871
|
-
return pulumi.get(self, "tags")
|
|
872
|
-
|
|
873
|
-
@property
|
|
874
|
-
@pulumi.getter(name="transitRouterAttachmentId")
|
|
875
|
-
def transit_router_attachment_id(self) -> str:
|
|
876
|
-
"""
|
|
877
|
-
(Available since v1.236.0) Cross-region Connection ID or VBR connection ID.> This parameter is required.
|
|
878
|
-
"""
|
|
879
|
-
return pulumi.get(self, "transit_router_attachment_id")
|
|
880
|
-
|
|
881
|
-
@property
|
|
882
|
-
@pulumi.getter(name="transitRouterId")
|
|
883
|
-
def transit_router_id(self) -> str:
|
|
884
|
-
"""
|
|
885
|
-
Transit Router ID
|
|
886
|
-
"""
|
|
887
|
-
return pulumi.get(self, "transit_router_id")
|
|
888
|
-
|
|
889
790
|
|
|
890
791
|
@pulumi.output_type
|
|
891
792
|
class GetInstanceAttachmentsAttachmentResult(dict):
|
pulumi_alicloud/cs/node_pool.py
CHANGED
|
@@ -118,7 +118,6 @@ class NodePoolArgs:
|
|
|
118
118
|
- `Windows` : Windows image.
|
|
119
119
|
- `WindowsCore` : WindowsCore image.
|
|
120
120
|
- `ContainerOS` : container-optimized image.
|
|
121
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
122
121
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
123
122
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
124
123
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
@@ -528,7 +527,6 @@ class NodePoolArgs:
|
|
|
528
527
|
- `Windows` : Windows image.
|
|
529
528
|
- `WindowsCore` : WindowsCore image.
|
|
530
529
|
- `ContainerOS` : container-optimized image.
|
|
531
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
532
530
|
"""
|
|
533
531
|
return pulumi.get(self, "image_type")
|
|
534
532
|
|
|
@@ -1337,7 +1335,6 @@ class _NodePoolState:
|
|
|
1337
1335
|
- `Windows` : Windows image.
|
|
1338
1336
|
- `WindowsCore` : WindowsCore image.
|
|
1339
1337
|
- `ContainerOS` : container-optimized image.
|
|
1340
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
1341
1338
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
1342
1339
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
1343
1340
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -1734,7 +1731,6 @@ class _NodePoolState:
|
|
|
1734
1731
|
- `Windows` : Windows image.
|
|
1735
1732
|
- `WindowsCore` : WindowsCore image.
|
|
1736
1733
|
- `ContainerOS` : container-optimized image.
|
|
1737
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
1738
1734
|
"""
|
|
1739
1735
|
return pulumi.get(self, "image_type")
|
|
1740
1736
|
|
|
@@ -2605,7 +2601,6 @@ class NodePool(pulumi.CustomResource):
|
|
|
2605
2601
|
- `Windows` : Windows image.
|
|
2606
2602
|
- `WindowsCore` : WindowsCore image.
|
|
2607
2603
|
- `ContainerOS` : container-optimized image.
|
|
2608
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
2609
2604
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2610
2605
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2611
2606
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -2987,7 +2982,6 @@ class NodePool(pulumi.CustomResource):
|
|
|
2987
2982
|
- `Windows` : Windows image.
|
|
2988
2983
|
- `WindowsCore` : WindowsCore image.
|
|
2989
2984
|
- `ContainerOS` : container-optimized image.
|
|
2990
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
2991
2985
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2992
2986
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2993
2987
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
@@ -3252,7 +3246,6 @@ class NodePool(pulumi.CustomResource):
|
|
|
3252
3246
|
- `Windows` : Windows image.
|
|
3253
3247
|
- `WindowsCore` : WindowsCore image.
|
|
3254
3248
|
- `ContainerOS` : container-optimized image.
|
|
3255
|
-
- `Ubuntu`: (Available since v1.236.0) Ubuntu image.
|
|
3256
3249
|
"""
|
|
3257
3250
|
return pulumi.get(self, "image_type")
|
|
3258
3251
|
|
pulumi_alicloud/ecs/_inputs.py
CHANGED
|
@@ -17,8 +17,6 @@ from .. import _utilities
|
|
|
17
17
|
__all__ = [
|
|
18
18
|
'AutoProvisioningGroupLaunchTemplateConfigArgs',
|
|
19
19
|
'AutoProvisioningGroupLaunchTemplateConfigArgsDict',
|
|
20
|
-
'AutoSnapshotPolicyCopyEncryptionConfigurationArgs',
|
|
21
|
-
'AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict',
|
|
22
20
|
'DedicatedHostNetworkAttributeArgs',
|
|
23
21
|
'DedicatedHostNetworkAttributeArgsDict',
|
|
24
22
|
'EcsInstanceSetDataDiskArgs',
|
|
@@ -55,8 +53,6 @@ __all__ = [
|
|
|
55
53
|
'LaunchTemplateSystemDiskArgsDict',
|
|
56
54
|
'ReservedInstanceOperationLockArgs',
|
|
57
55
|
'ReservedInstanceOperationLockArgsDict',
|
|
58
|
-
'SnapshotPolicyCopyEncryptionConfigurationArgs',
|
|
59
|
-
'SnapshotPolicyCopyEncryptionConfigurationArgsDict',
|
|
60
56
|
'GetDedicatedHostsOperationLockArgs',
|
|
61
57
|
'GetDedicatedHostsOperationLockArgsDict',
|
|
62
58
|
'GetDisksOperationLockArgs',
|
|
@@ -176,58 +172,6 @@ class AutoProvisioningGroupLaunchTemplateConfigArgs:
|
|
|
176
172
|
pulumi.set(self, "priority", value)
|
|
177
173
|
|
|
178
174
|
|
|
179
|
-
if not MYPY:
|
|
180
|
-
class AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict(TypedDict):
|
|
181
|
-
encrypted: NotRequired[pulumi.Input[bool]]
|
|
182
|
-
"""
|
|
183
|
-
Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
|
|
184
|
-
"""
|
|
185
|
-
kms_key_id: NotRequired[pulumi.Input[str]]
|
|
186
|
-
"""
|
|
187
|
-
The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
|
|
188
|
-
"""
|
|
189
|
-
elif False:
|
|
190
|
-
AutoSnapshotPolicyCopyEncryptionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
191
|
-
|
|
192
|
-
@pulumi.input_type
|
|
193
|
-
class AutoSnapshotPolicyCopyEncryptionConfigurationArgs:
|
|
194
|
-
def __init__(__self__, *,
|
|
195
|
-
encrypted: Optional[pulumi.Input[bool]] = None,
|
|
196
|
-
kms_key_id: Optional[pulumi.Input[str]] = None):
|
|
197
|
-
"""
|
|
198
|
-
:param pulumi.Input[bool] encrypted: Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
|
|
199
|
-
:param pulumi.Input[str] kms_key_id: The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
|
|
200
|
-
"""
|
|
201
|
-
if encrypted is not None:
|
|
202
|
-
pulumi.set(__self__, "encrypted", encrypted)
|
|
203
|
-
if kms_key_id is not None:
|
|
204
|
-
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
|
205
|
-
|
|
206
|
-
@property
|
|
207
|
-
@pulumi.getter
|
|
208
|
-
def encrypted(self) -> Optional[pulumi.Input[bool]]:
|
|
209
|
-
"""
|
|
210
|
-
Whether to enable encryption for cross-region snapshot replication. Default value: `false`. Valid values: `true`, `false`.
|
|
211
|
-
"""
|
|
212
|
-
return pulumi.get(self, "encrypted")
|
|
213
|
-
|
|
214
|
-
@encrypted.setter
|
|
215
|
-
def encrypted(self, value: Optional[pulumi.Input[bool]]):
|
|
216
|
-
pulumi.set(self, "encrypted", value)
|
|
217
|
-
|
|
218
|
-
@property
|
|
219
|
-
@pulumi.getter(name="kmsKeyId")
|
|
220
|
-
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
221
|
-
"""
|
|
222
|
-
The ID of the Key Management Service (KMS) key used to encrypt snapshots in cross-region snapshot replication.
|
|
223
|
-
"""
|
|
224
|
-
return pulumi.get(self, "kms_key_id")
|
|
225
|
-
|
|
226
|
-
@kms_key_id.setter
|
|
227
|
-
def kms_key_id(self, value: Optional[pulumi.Input[str]]):
|
|
228
|
-
pulumi.set(self, "kms_key_id", value)
|
|
229
|
-
|
|
230
|
-
|
|
231
175
|
if not MYPY:
|
|
232
176
|
class DedicatedHostNetworkAttributeArgsDict(TypedDict):
|
|
233
177
|
slb_udp_timeout: NotRequired[pulumi.Input[int]]
|
|
@@ -2583,42 +2527,6 @@ class ReservedInstanceOperationLockArgs:
|
|
|
2583
2527
|
pulumi.set(self, "lock_reason", value)
|
|
2584
2528
|
|
|
2585
2529
|
|
|
2586
|
-
if not MYPY:
|
|
2587
|
-
class SnapshotPolicyCopyEncryptionConfigurationArgsDict(TypedDict):
|
|
2588
|
-
encrypted: NotRequired[pulumi.Input[bool]]
|
|
2589
|
-
kms_key_id: NotRequired[pulumi.Input[str]]
|
|
2590
|
-
elif False:
|
|
2591
|
-
SnapshotPolicyCopyEncryptionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
2592
|
-
|
|
2593
|
-
@pulumi.input_type
|
|
2594
|
-
class SnapshotPolicyCopyEncryptionConfigurationArgs:
|
|
2595
|
-
def __init__(__self__, *,
|
|
2596
|
-
encrypted: Optional[pulumi.Input[bool]] = None,
|
|
2597
|
-
kms_key_id: Optional[pulumi.Input[str]] = None):
|
|
2598
|
-
if encrypted is not None:
|
|
2599
|
-
pulumi.set(__self__, "encrypted", encrypted)
|
|
2600
|
-
if kms_key_id is not None:
|
|
2601
|
-
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
|
2602
|
-
|
|
2603
|
-
@property
|
|
2604
|
-
@pulumi.getter
|
|
2605
|
-
def encrypted(self) -> Optional[pulumi.Input[bool]]:
|
|
2606
|
-
return pulumi.get(self, "encrypted")
|
|
2607
|
-
|
|
2608
|
-
@encrypted.setter
|
|
2609
|
-
def encrypted(self, value: Optional[pulumi.Input[bool]]):
|
|
2610
|
-
pulumi.set(self, "encrypted", value)
|
|
2611
|
-
|
|
2612
|
-
@property
|
|
2613
|
-
@pulumi.getter(name="kmsKeyId")
|
|
2614
|
-
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
2615
|
-
return pulumi.get(self, "kms_key_id")
|
|
2616
|
-
|
|
2617
|
-
@kms_key_id.setter
|
|
2618
|
-
def kms_key_id(self, value: Optional[pulumi.Input[str]]):
|
|
2619
|
-
pulumi.set(self, "kms_key_id", value)
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
2530
|
if not MYPY:
|
|
2623
2531
|
class GetDedicatedHostsOperationLockArgsDict(TypedDict):
|
|
2624
2532
|
lock_reason: NotRequired[str]
|