pulumi-azure-native 3.2.0a1744649622__py3-none-any.whl → 3.3.0a1745626403__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-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +11 -0
- pulumi_azure_native/advisor/assessment.py +5 -1
- pulumi_azure_native/advisor/get_assessment.py +4 -0
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/dbforpostgresql/_inputs.py +274 -50
- pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py +3 -3
- pulumi_azure_native/dbforpostgresql/outputs.py +229 -28
- pulumi_azure_native/dbforpostgresql/server_group_cluster.py +24 -24
- pulumi_azure_native/durabletask/_enums.py +1 -1
- pulumi_azure_native/loadtestservice/_inputs.py +3 -3
- pulumi_azure_native/loadtestservice/outputs.py +2 -2
- pulumi_azure_native/migrate/_enums.py +23 -0
- pulumi_azure_native/migrate/_inputs.py +20 -0
- pulumi_azure_native/migrate/outputs.py +14 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +38 -18
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +18 -18
- pulumi_azure_native/monitor/outputs.py +106 -106
- pulumi_azure_native/onlineexperimentation/__init__.py +12 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +57 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +385 -0
- pulumi_azure_native/onlineexperimentation/get_online_experiment_workspace.py +217 -0
- pulumi_azure_native/onlineexperimentation/online_experiment_workspace.py +330 -0
- pulumi_azure_native/onlineexperimentation/outputs.py +577 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/RECORD +51 -45
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-3.2.0a1744649622.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/top_level.txt +0 -0
|
@@ -122,7 +122,7 @@ class ScopeMap(pulumi.CustomResource):
|
|
|
122
122
|
|
|
123
123
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
124
124
|
|
|
125
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
125
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
126
126
|
|
|
127
127
|
:param str resource_name: The name of the resource.
|
|
128
128
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -145,7 +145,7 @@ class ScopeMap(pulumi.CustomResource):
|
|
|
145
145
|
|
|
146
146
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
147
147
|
|
|
148
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
148
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
149
149
|
|
|
150
150
|
:param str resource_name: The name of the resource.
|
|
151
151
|
:param ScopeMapArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -193,7 +193,7 @@ class ScopeMap(pulumi.CustomResource):
|
|
|
193
193
|
__props__.__dict__["provisioning_state"] = None
|
|
194
194
|
__props__.__dict__["system_data"] = None
|
|
195
195
|
__props__.__dict__["type"] = None
|
|
196
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190501preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:ScopeMap")])
|
|
196
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190501preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:ScopeMap"), pulumi.Alias(type_="azure-native:containerregistry/v20250401:ScopeMap")])
|
|
197
197
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
198
198
|
super(ScopeMap, __self__).__init__(
|
|
199
199
|
'azure-native:containerregistry:ScopeMap',
|
|
@@ -138,7 +138,7 @@ class Token(pulumi.CustomResource):
|
|
|
138
138
|
|
|
139
139
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
140
140
|
|
|
141
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
141
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
142
142
|
|
|
143
143
|
:param str resource_name: The name of the resource.
|
|
144
144
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -160,7 +160,7 @@ class Token(pulumi.CustomResource):
|
|
|
160
160
|
|
|
161
161
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
162
162
|
|
|
163
|
-
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
163
|
+
Other available API versions: 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
164
164
|
|
|
165
165
|
:param str resource_name: The name of the resource.
|
|
166
166
|
:param TokenArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -208,7 +208,7 @@ class Token(pulumi.CustomResource):
|
|
|
208
208
|
__props__.__dict__["provisioning_state"] = None
|
|
209
209
|
__props__.__dict__["system_data"] = None
|
|
210
210
|
__props__.__dict__["type"] = None
|
|
211
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190501preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:Token")])
|
|
211
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20190501preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:Token"), pulumi.Alias(type_="azure-native:containerregistry/v20250401:Token")])
|
|
212
212
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
213
213
|
super(Token, __self__).__init__(
|
|
214
214
|
'azure-native:containerregistry:Token',
|
|
@@ -203,7 +203,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
203
203
|
|
|
204
204
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
205
205
|
|
|
206
|
-
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
206
|
+
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
207
207
|
|
|
208
208
|
:param str resource_name: The name of the resource.
|
|
209
209
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -229,7 +229,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
229
229
|
|
|
230
230
|
Uses Azure REST API version 2024-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01.
|
|
231
231
|
|
|
232
|
-
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
232
|
+
Other available API versions: 2019-12-01-preview, 2020-11-01-preview, 2021-06-01-preview, 2021-08-01-preview, 2021-09-01, 2021-12-01-preview, 2022-02-01-preview, 2022-12-01, 2023-01-01-preview, 2023-06-01-preview, 2023-07-01, 2023-08-01-preview, 2023-11-01-preview, 2025-03-01-preview, 2025-04-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native containerregistry [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
|
|
233
233
|
|
|
234
234
|
:param str resource_name: The name of the resource.
|
|
235
235
|
:param WebhookArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -288,7 +288,7 @@ class Webhook(pulumi.CustomResource):
|
|
|
288
288
|
__props__.__dict__["provisioning_state"] = None
|
|
289
289
|
__props__.__dict__["system_data"] = None
|
|
290
290
|
__props__.__dict__["type"] = None
|
|
291
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20171001:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20190501:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210901:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:Webhook")])
|
|
291
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:containerregistry/v20171001:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20190501:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20191201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20201101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20210901:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20211201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20220201preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20221201:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230601preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230701:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20230801preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20231101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20241101preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20250301preview:Webhook"), pulumi.Alias(type_="azure-native:containerregistry/v20250401:Webhook")])
|
|
292
292
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
293
293
|
super(Webhook, __self__).__init__(
|
|
294
294
|
'azure-native:containerregistry:Webhook',
|
|
@@ -40,6 +40,12 @@ __all__ = [
|
|
|
40
40
|
'ReplicaArgsDict',
|
|
41
41
|
'ResourceIdentityArgs',
|
|
42
42
|
'ResourceIdentityArgsDict',
|
|
43
|
+
'ServerGroupClusterAuthConfigArgs',
|
|
44
|
+
'ServerGroupClusterAuthConfigArgsDict',
|
|
45
|
+
'ServerGroupClusterDataEncryptionArgs',
|
|
46
|
+
'ServerGroupClusterDataEncryptionArgsDict',
|
|
47
|
+
'ServerGroupClusterMaintenanceWindowArgs',
|
|
48
|
+
'ServerGroupClusterMaintenanceWindowArgsDict',
|
|
43
49
|
'ServerPropertiesForDefaultCreateArgs',
|
|
44
50
|
'ServerPropertiesForDefaultCreateArgsDict',
|
|
45
51
|
'ServerPropertiesForGeoRestoreArgs',
|
|
@@ -121,10 +127,16 @@ class AdminCredentialsArgs:
|
|
|
121
127
|
if not MYPY:
|
|
122
128
|
class AuthConfigArgsDict(TypedDict):
|
|
123
129
|
"""
|
|
124
|
-
Authentication configuration of a
|
|
130
|
+
Authentication configuration properties of a server
|
|
131
|
+
"""
|
|
132
|
+
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]
|
|
133
|
+
"""
|
|
134
|
+
If Enabled, Azure Active Directory authentication is enabled.
|
|
135
|
+
"""
|
|
136
|
+
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuthEnum']]]
|
|
137
|
+
"""
|
|
138
|
+
If Enabled, Password authentication is enabled.
|
|
125
139
|
"""
|
|
126
|
-
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuth', 'ActiveDirectoryAuthEnum']]]
|
|
127
|
-
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuth', 'PasswordAuthEnum']]]
|
|
128
140
|
tenant_id: NotRequired[pulumi.Input[str]]
|
|
129
141
|
"""
|
|
130
142
|
Tenant id of the server.
|
|
@@ -135,15 +147,19 @@ elif False:
|
|
|
135
147
|
@pulumi.input_type
|
|
136
148
|
class AuthConfigArgs:
|
|
137
149
|
def __init__(__self__, *,
|
|
138
|
-
active_directory_auth: Optional[pulumi.Input[Union[str, '
|
|
139
|
-
password_auth: Optional[pulumi.Input[Union[str, '
|
|
150
|
+
active_directory_auth: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]] = None,
|
|
151
|
+
password_auth: Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]] = None,
|
|
140
152
|
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
141
153
|
"""
|
|
142
|
-
Authentication configuration of a
|
|
154
|
+
Authentication configuration properties of a server
|
|
155
|
+
:param pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']] active_directory_auth: If Enabled, Azure Active Directory authentication is enabled.
|
|
156
|
+
:param pulumi.Input[Union[str, 'PasswordAuthEnum']] password_auth: If Enabled, Password authentication is enabled.
|
|
143
157
|
:param pulumi.Input[str] tenant_id: Tenant id of the server.
|
|
144
158
|
"""
|
|
145
159
|
if active_directory_auth is not None:
|
|
146
160
|
pulumi.set(__self__, "active_directory_auth", active_directory_auth)
|
|
161
|
+
if password_auth is None:
|
|
162
|
+
password_auth = 'Enabled'
|
|
147
163
|
if password_auth is not None:
|
|
148
164
|
pulumi.set(__self__, "password_auth", password_auth)
|
|
149
165
|
if tenant_id is None:
|
|
@@ -153,20 +169,26 @@ class AuthConfigArgs:
|
|
|
153
169
|
|
|
154
170
|
@property
|
|
155
171
|
@pulumi.getter(name="activeDirectoryAuth")
|
|
156
|
-
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, '
|
|
172
|
+
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]:
|
|
173
|
+
"""
|
|
174
|
+
If Enabled, Azure Active Directory authentication is enabled.
|
|
175
|
+
"""
|
|
157
176
|
return pulumi.get(self, "active_directory_auth")
|
|
158
177
|
|
|
159
178
|
@active_directory_auth.setter
|
|
160
|
-
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, '
|
|
179
|
+
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuthEnum']]]):
|
|
161
180
|
pulumi.set(self, "active_directory_auth", value)
|
|
162
181
|
|
|
163
182
|
@property
|
|
164
183
|
@pulumi.getter(name="passwordAuth")
|
|
165
|
-
def password_auth(self) -> Optional[pulumi.Input[Union[str, '
|
|
184
|
+
def password_auth(self) -> Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]]:
|
|
185
|
+
"""
|
|
186
|
+
If Enabled, Password authentication is enabled.
|
|
187
|
+
"""
|
|
166
188
|
return pulumi.get(self, "password_auth")
|
|
167
189
|
|
|
168
190
|
@password_auth.setter
|
|
169
|
-
def password_auth(self, value: Optional[pulumi.Input[Union[str, '
|
|
191
|
+
def password_auth(self, value: Optional[pulumi.Input[Union[str, 'PasswordAuthEnum']]]):
|
|
170
192
|
pulumi.set(self, "password_auth", value)
|
|
171
193
|
|
|
172
194
|
@property
|
|
@@ -245,7 +267,7 @@ class BackupArgs:
|
|
|
245
267
|
if not MYPY:
|
|
246
268
|
class DataEncryptionArgsDict(TypedDict):
|
|
247
269
|
"""
|
|
248
|
-
|
|
270
|
+
Data encryption properties of a server
|
|
249
271
|
"""
|
|
250
272
|
geo_backup_encryption_key_status: NotRequired[pulumi.Input[Union[str, 'KeyStatusEnum']]]
|
|
251
273
|
"""
|
|
@@ -267,15 +289,14 @@ if not MYPY:
|
|
|
267
289
|
"""
|
|
268
290
|
URI for the key in keyvault for data encryption of the primary server.
|
|
269
291
|
"""
|
|
270
|
-
primary_key_uri: NotRequired[pulumi.Input[str]]
|
|
271
|
-
"""
|
|
272
|
-
URI for the key in keyvault for data encryption of the primary server.
|
|
273
|
-
"""
|
|
274
292
|
primary_user_assigned_identity_id: NotRequired[pulumi.Input[str]]
|
|
275
293
|
"""
|
|
276
294
|
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
277
295
|
"""
|
|
278
|
-
type: NotRequired[pulumi.Input[Union[str, '
|
|
296
|
+
type: NotRequired[pulumi.Input[Union[str, 'ArmServerKeyType']]]
|
|
297
|
+
"""
|
|
298
|
+
Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
299
|
+
"""
|
|
279
300
|
elif False:
|
|
280
301
|
DataEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
281
302
|
|
|
@@ -287,18 +308,17 @@ class DataEncryptionArgs:
|
|
|
287
308
|
geo_backup_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
288
309
|
primary_encryption_key_status: Optional[pulumi.Input[Union[str, 'KeyStatusEnum']]] = None,
|
|
289
310
|
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
290
|
-
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
291
311
|
primary_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
292
|
-
type: Optional[pulumi.Input[Union[str, '
|
|
312
|
+
type: Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]] = None):
|
|
293
313
|
"""
|
|
294
|
-
|
|
314
|
+
Data encryption properties of a server
|
|
295
315
|
:param pulumi.Input[Union[str, 'KeyStatusEnum']] geo_backup_encryption_key_status: Geo-backup encryption key status for Data encryption enabled server.
|
|
296
316
|
:param pulumi.Input[str] geo_backup_key_uri: URI for the key in keyvault for data encryption for geo-backup of server.
|
|
297
317
|
:param pulumi.Input[str] geo_backup_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption for geo-backup of server.
|
|
298
318
|
:param pulumi.Input[Union[str, 'KeyStatusEnum']] primary_encryption_key_status: Primary encryption key status for Data encryption enabled server.
|
|
299
319
|
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
300
|
-
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
301
320
|
:param pulumi.Input[str] primary_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
321
|
+
:param pulumi.Input[Union[str, 'ArmServerKeyType']] type: Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
302
322
|
"""
|
|
303
323
|
if geo_backup_encryption_key_status is not None:
|
|
304
324
|
pulumi.set(__self__, "geo_backup_encryption_key_status", geo_backup_encryption_key_status)
|
|
@@ -310,8 +330,6 @@ class DataEncryptionArgs:
|
|
|
310
330
|
pulumi.set(__self__, "primary_encryption_key_status", primary_encryption_key_status)
|
|
311
331
|
if primary_key_uri is not None:
|
|
312
332
|
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
313
|
-
if primary_key_uri is not None:
|
|
314
|
-
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
315
333
|
if primary_user_assigned_identity_id is not None:
|
|
316
334
|
pulumi.set(__self__, "primary_user_assigned_identity_id", primary_user_assigned_identity_id)
|
|
317
335
|
if type is not None:
|
|
@@ -377,18 +395,6 @@ class DataEncryptionArgs:
|
|
|
377
395
|
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
378
396
|
pulumi.set(self, "primary_key_uri", value)
|
|
379
397
|
|
|
380
|
-
@property
|
|
381
|
-
@pulumi.getter(name="primaryKeyUri")
|
|
382
|
-
def primary_key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
383
|
-
"""
|
|
384
|
-
URI for the key in keyvault for data encryption of the primary server.
|
|
385
|
-
"""
|
|
386
|
-
return pulumi.get(self, "primary_key_uri")
|
|
387
|
-
|
|
388
|
-
@primary_key_uri.setter
|
|
389
|
-
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
390
|
-
pulumi.set(self, "primary_key_uri", value)
|
|
391
|
-
|
|
392
398
|
@property
|
|
393
399
|
@pulumi.getter(name="primaryUserAssignedIdentityId")
|
|
394
400
|
def primary_user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -403,11 +409,14 @@ class DataEncryptionArgs:
|
|
|
403
409
|
|
|
404
410
|
@property
|
|
405
411
|
@pulumi.getter
|
|
406
|
-
def type(self) -> Optional[pulumi.Input[Union[str, '
|
|
412
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]]:
|
|
413
|
+
"""
|
|
414
|
+
Data encryption type to depict if it is System Managed vs Azure Key vault.
|
|
415
|
+
"""
|
|
407
416
|
return pulumi.get(self, "type")
|
|
408
417
|
|
|
409
418
|
@type.setter
|
|
410
|
-
def type(self, value: Optional[pulumi.Input[Union[str, '
|
|
419
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ArmServerKeyType']]]):
|
|
411
420
|
pulumi.set(self, "type", value)
|
|
412
421
|
|
|
413
422
|
|
|
@@ -523,23 +532,23 @@ class IdentityPropertiesArgs:
|
|
|
523
532
|
if not MYPY:
|
|
524
533
|
class MaintenanceWindowArgsDict(TypedDict):
|
|
525
534
|
"""
|
|
526
|
-
|
|
535
|
+
Maintenance window properties of a server.
|
|
527
536
|
"""
|
|
528
537
|
custom_window: NotRequired[pulumi.Input[str]]
|
|
529
538
|
"""
|
|
530
|
-
|
|
539
|
+
indicates whether custom window is enabled or disabled
|
|
531
540
|
"""
|
|
532
541
|
day_of_week: NotRequired[pulumi.Input[int]]
|
|
533
542
|
"""
|
|
534
|
-
|
|
543
|
+
day of week for maintenance window
|
|
535
544
|
"""
|
|
536
545
|
start_hour: NotRequired[pulumi.Input[int]]
|
|
537
546
|
"""
|
|
538
|
-
|
|
547
|
+
start hour for maintenance window
|
|
539
548
|
"""
|
|
540
549
|
start_minute: NotRequired[pulumi.Input[int]]
|
|
541
550
|
"""
|
|
542
|
-
|
|
551
|
+
start minute for maintenance window
|
|
543
552
|
"""
|
|
544
553
|
elif False:
|
|
545
554
|
MaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -552,18 +561,26 @@ class MaintenanceWindowArgs:
|
|
|
552
561
|
start_hour: Optional[pulumi.Input[int]] = None,
|
|
553
562
|
start_minute: Optional[pulumi.Input[int]] = None):
|
|
554
563
|
"""
|
|
555
|
-
|
|
556
|
-
:param pulumi.Input[str] custom_window:
|
|
557
|
-
:param pulumi.Input[int] day_of_week:
|
|
558
|
-
:param pulumi.Input[int] start_hour:
|
|
559
|
-
:param pulumi.Input[int] start_minute:
|
|
564
|
+
Maintenance window properties of a server.
|
|
565
|
+
:param pulumi.Input[str] custom_window: indicates whether custom window is enabled or disabled
|
|
566
|
+
:param pulumi.Input[int] day_of_week: day of week for maintenance window
|
|
567
|
+
:param pulumi.Input[int] start_hour: start hour for maintenance window
|
|
568
|
+
:param pulumi.Input[int] start_minute: start minute for maintenance window
|
|
560
569
|
"""
|
|
570
|
+
if custom_window is None:
|
|
571
|
+
custom_window = 'Disabled'
|
|
561
572
|
if custom_window is not None:
|
|
562
573
|
pulumi.set(__self__, "custom_window", custom_window)
|
|
574
|
+
if day_of_week is None:
|
|
575
|
+
day_of_week = 0
|
|
563
576
|
if day_of_week is not None:
|
|
564
577
|
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
578
|
+
if start_hour is None:
|
|
579
|
+
start_hour = 0
|
|
565
580
|
if start_hour is not None:
|
|
566
581
|
pulumi.set(__self__, "start_hour", start_hour)
|
|
582
|
+
if start_minute is None:
|
|
583
|
+
start_minute = 0
|
|
567
584
|
if start_minute is not None:
|
|
568
585
|
pulumi.set(__self__, "start_minute", start_minute)
|
|
569
586
|
|
|
@@ -571,7 +588,7 @@ class MaintenanceWindowArgs:
|
|
|
571
588
|
@pulumi.getter(name="customWindow")
|
|
572
589
|
def custom_window(self) -> Optional[pulumi.Input[str]]:
|
|
573
590
|
"""
|
|
574
|
-
|
|
591
|
+
indicates whether custom window is enabled or disabled
|
|
575
592
|
"""
|
|
576
593
|
return pulumi.get(self, "custom_window")
|
|
577
594
|
|
|
@@ -583,7 +600,7 @@ class MaintenanceWindowArgs:
|
|
|
583
600
|
@pulumi.getter(name="dayOfWeek")
|
|
584
601
|
def day_of_week(self) -> Optional[pulumi.Input[int]]:
|
|
585
602
|
"""
|
|
586
|
-
|
|
603
|
+
day of week for maintenance window
|
|
587
604
|
"""
|
|
588
605
|
return pulumi.get(self, "day_of_week")
|
|
589
606
|
|
|
@@ -595,7 +612,7 @@ class MaintenanceWindowArgs:
|
|
|
595
612
|
@pulumi.getter(name="startHour")
|
|
596
613
|
def start_hour(self) -> Optional[pulumi.Input[int]]:
|
|
597
614
|
"""
|
|
598
|
-
|
|
615
|
+
start hour for maintenance window
|
|
599
616
|
"""
|
|
600
617
|
return pulumi.get(self, "start_hour")
|
|
601
618
|
|
|
@@ -607,7 +624,7 @@ class MaintenanceWindowArgs:
|
|
|
607
624
|
@pulumi.getter(name="startMinute")
|
|
608
625
|
def start_minute(self) -> Optional[pulumi.Input[int]]:
|
|
609
626
|
"""
|
|
610
|
-
|
|
627
|
+
start minute for maintenance window
|
|
611
628
|
"""
|
|
612
629
|
return pulumi.get(self, "start_minute")
|
|
613
630
|
|
|
@@ -955,6 +972,213 @@ class ResourceIdentityArgs:
|
|
|
955
972
|
pulumi.set(self, "type", value)
|
|
956
973
|
|
|
957
974
|
|
|
975
|
+
if not MYPY:
|
|
976
|
+
class ServerGroupClusterAuthConfigArgsDict(TypedDict):
|
|
977
|
+
"""
|
|
978
|
+
Authentication configuration of a cluster.
|
|
979
|
+
"""
|
|
980
|
+
active_directory_auth: NotRequired[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]
|
|
981
|
+
password_auth: NotRequired[pulumi.Input[Union[str, 'PasswordAuth']]]
|
|
982
|
+
elif False:
|
|
983
|
+
ServerGroupClusterAuthConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
984
|
+
|
|
985
|
+
@pulumi.input_type
|
|
986
|
+
class ServerGroupClusterAuthConfigArgs:
|
|
987
|
+
def __init__(__self__, *,
|
|
988
|
+
active_directory_auth: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]] = None,
|
|
989
|
+
password_auth: Optional[pulumi.Input[Union[str, 'PasswordAuth']]] = None):
|
|
990
|
+
"""
|
|
991
|
+
Authentication configuration of a cluster.
|
|
992
|
+
"""
|
|
993
|
+
if active_directory_auth is not None:
|
|
994
|
+
pulumi.set(__self__, "active_directory_auth", active_directory_auth)
|
|
995
|
+
if password_auth is not None:
|
|
996
|
+
pulumi.set(__self__, "password_auth", password_auth)
|
|
997
|
+
|
|
998
|
+
@property
|
|
999
|
+
@pulumi.getter(name="activeDirectoryAuth")
|
|
1000
|
+
def active_directory_auth(self) -> Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]:
|
|
1001
|
+
return pulumi.get(self, "active_directory_auth")
|
|
1002
|
+
|
|
1003
|
+
@active_directory_auth.setter
|
|
1004
|
+
def active_directory_auth(self, value: Optional[pulumi.Input[Union[str, 'ActiveDirectoryAuth']]]):
|
|
1005
|
+
pulumi.set(self, "active_directory_auth", value)
|
|
1006
|
+
|
|
1007
|
+
@property
|
|
1008
|
+
@pulumi.getter(name="passwordAuth")
|
|
1009
|
+
def password_auth(self) -> Optional[pulumi.Input[Union[str, 'PasswordAuth']]]:
|
|
1010
|
+
return pulumi.get(self, "password_auth")
|
|
1011
|
+
|
|
1012
|
+
@password_auth.setter
|
|
1013
|
+
def password_auth(self, value: Optional[pulumi.Input[Union[str, 'PasswordAuth']]]):
|
|
1014
|
+
pulumi.set(self, "password_auth", value)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
if not MYPY:
|
|
1018
|
+
class ServerGroupClusterDataEncryptionArgsDict(TypedDict):
|
|
1019
|
+
"""
|
|
1020
|
+
The data encryption properties of a cluster.
|
|
1021
|
+
"""
|
|
1022
|
+
primary_key_uri: NotRequired[pulumi.Input[str]]
|
|
1023
|
+
"""
|
|
1024
|
+
URI for the key in keyvault for data encryption of the primary server.
|
|
1025
|
+
"""
|
|
1026
|
+
primary_user_assigned_identity_id: NotRequired[pulumi.Input[str]]
|
|
1027
|
+
"""
|
|
1028
|
+
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1029
|
+
"""
|
|
1030
|
+
type: NotRequired[pulumi.Input[Union[str, 'DataEncryptionType']]]
|
|
1031
|
+
elif False:
|
|
1032
|
+
ServerGroupClusterDataEncryptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1033
|
+
|
|
1034
|
+
@pulumi.input_type
|
|
1035
|
+
class ServerGroupClusterDataEncryptionArgs:
|
|
1036
|
+
def __init__(__self__, *,
|
|
1037
|
+
primary_key_uri: Optional[pulumi.Input[str]] = None,
|
|
1038
|
+
primary_user_assigned_identity_id: Optional[pulumi.Input[str]] = None,
|
|
1039
|
+
type: Optional[pulumi.Input[Union[str, 'DataEncryptionType']]] = None):
|
|
1040
|
+
"""
|
|
1041
|
+
The data encryption properties of a cluster.
|
|
1042
|
+
:param pulumi.Input[str] primary_key_uri: URI for the key in keyvault for data encryption of the primary server.
|
|
1043
|
+
:param pulumi.Input[str] primary_user_assigned_identity_id: Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1044
|
+
"""
|
|
1045
|
+
if primary_key_uri is not None:
|
|
1046
|
+
pulumi.set(__self__, "primary_key_uri", primary_key_uri)
|
|
1047
|
+
if primary_user_assigned_identity_id is not None:
|
|
1048
|
+
pulumi.set(__self__, "primary_user_assigned_identity_id", primary_user_assigned_identity_id)
|
|
1049
|
+
if type is not None:
|
|
1050
|
+
pulumi.set(__self__, "type", type)
|
|
1051
|
+
|
|
1052
|
+
@property
|
|
1053
|
+
@pulumi.getter(name="primaryKeyUri")
|
|
1054
|
+
def primary_key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1055
|
+
"""
|
|
1056
|
+
URI for the key in keyvault for data encryption of the primary server.
|
|
1057
|
+
"""
|
|
1058
|
+
return pulumi.get(self, "primary_key_uri")
|
|
1059
|
+
|
|
1060
|
+
@primary_key_uri.setter
|
|
1061
|
+
def primary_key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1062
|
+
pulumi.set(self, "primary_key_uri", value)
|
|
1063
|
+
|
|
1064
|
+
@property
|
|
1065
|
+
@pulumi.getter(name="primaryUserAssignedIdentityId")
|
|
1066
|
+
def primary_user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
1067
|
+
"""
|
|
1068
|
+
Resource Id for the User assigned identity to be used for data encryption of the primary server.
|
|
1069
|
+
"""
|
|
1070
|
+
return pulumi.get(self, "primary_user_assigned_identity_id")
|
|
1071
|
+
|
|
1072
|
+
@primary_user_assigned_identity_id.setter
|
|
1073
|
+
def primary_user_assigned_identity_id(self, value: Optional[pulumi.Input[str]]):
|
|
1074
|
+
pulumi.set(self, "primary_user_assigned_identity_id", value)
|
|
1075
|
+
|
|
1076
|
+
@property
|
|
1077
|
+
@pulumi.getter
|
|
1078
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'DataEncryptionType']]]:
|
|
1079
|
+
return pulumi.get(self, "type")
|
|
1080
|
+
|
|
1081
|
+
@type.setter
|
|
1082
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'DataEncryptionType']]]):
|
|
1083
|
+
pulumi.set(self, "type", value)
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
if not MYPY:
|
|
1087
|
+
class ServerGroupClusterMaintenanceWindowArgsDict(TypedDict):
|
|
1088
|
+
"""
|
|
1089
|
+
Schedule settings for regular cluster updates.
|
|
1090
|
+
"""
|
|
1091
|
+
custom_window: NotRequired[pulumi.Input[str]]
|
|
1092
|
+
"""
|
|
1093
|
+
Indicates whether custom maintenance window is enabled or not.
|
|
1094
|
+
"""
|
|
1095
|
+
day_of_week: NotRequired[pulumi.Input[int]]
|
|
1096
|
+
"""
|
|
1097
|
+
Preferred day of the week for maintenance window.
|
|
1098
|
+
"""
|
|
1099
|
+
start_hour: NotRequired[pulumi.Input[int]]
|
|
1100
|
+
"""
|
|
1101
|
+
Start hour within preferred day of the week for maintenance window.
|
|
1102
|
+
"""
|
|
1103
|
+
start_minute: NotRequired[pulumi.Input[int]]
|
|
1104
|
+
"""
|
|
1105
|
+
Start minute within the start hour for maintenance window.
|
|
1106
|
+
"""
|
|
1107
|
+
elif False:
|
|
1108
|
+
ServerGroupClusterMaintenanceWindowArgsDict: TypeAlias = Mapping[str, Any]
|
|
1109
|
+
|
|
1110
|
+
@pulumi.input_type
|
|
1111
|
+
class ServerGroupClusterMaintenanceWindowArgs:
|
|
1112
|
+
def __init__(__self__, *,
|
|
1113
|
+
custom_window: Optional[pulumi.Input[str]] = None,
|
|
1114
|
+
day_of_week: Optional[pulumi.Input[int]] = None,
|
|
1115
|
+
start_hour: Optional[pulumi.Input[int]] = None,
|
|
1116
|
+
start_minute: Optional[pulumi.Input[int]] = None):
|
|
1117
|
+
"""
|
|
1118
|
+
Schedule settings for regular cluster updates.
|
|
1119
|
+
:param pulumi.Input[str] custom_window: Indicates whether custom maintenance window is enabled or not.
|
|
1120
|
+
:param pulumi.Input[int] day_of_week: Preferred day of the week for maintenance window.
|
|
1121
|
+
:param pulumi.Input[int] start_hour: Start hour within preferred day of the week for maintenance window.
|
|
1122
|
+
:param pulumi.Input[int] start_minute: Start minute within the start hour for maintenance window.
|
|
1123
|
+
"""
|
|
1124
|
+
if custom_window is not None:
|
|
1125
|
+
pulumi.set(__self__, "custom_window", custom_window)
|
|
1126
|
+
if day_of_week is not None:
|
|
1127
|
+
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
1128
|
+
if start_hour is not None:
|
|
1129
|
+
pulumi.set(__self__, "start_hour", start_hour)
|
|
1130
|
+
if start_minute is not None:
|
|
1131
|
+
pulumi.set(__self__, "start_minute", start_minute)
|
|
1132
|
+
|
|
1133
|
+
@property
|
|
1134
|
+
@pulumi.getter(name="customWindow")
|
|
1135
|
+
def custom_window(self) -> Optional[pulumi.Input[str]]:
|
|
1136
|
+
"""
|
|
1137
|
+
Indicates whether custom maintenance window is enabled or not.
|
|
1138
|
+
"""
|
|
1139
|
+
return pulumi.get(self, "custom_window")
|
|
1140
|
+
|
|
1141
|
+
@custom_window.setter
|
|
1142
|
+
def custom_window(self, value: Optional[pulumi.Input[str]]):
|
|
1143
|
+
pulumi.set(self, "custom_window", value)
|
|
1144
|
+
|
|
1145
|
+
@property
|
|
1146
|
+
@pulumi.getter(name="dayOfWeek")
|
|
1147
|
+
def day_of_week(self) -> Optional[pulumi.Input[int]]:
|
|
1148
|
+
"""
|
|
1149
|
+
Preferred day of the week for maintenance window.
|
|
1150
|
+
"""
|
|
1151
|
+
return pulumi.get(self, "day_of_week")
|
|
1152
|
+
|
|
1153
|
+
@day_of_week.setter
|
|
1154
|
+
def day_of_week(self, value: Optional[pulumi.Input[int]]):
|
|
1155
|
+
pulumi.set(self, "day_of_week", value)
|
|
1156
|
+
|
|
1157
|
+
@property
|
|
1158
|
+
@pulumi.getter(name="startHour")
|
|
1159
|
+
def start_hour(self) -> Optional[pulumi.Input[int]]:
|
|
1160
|
+
"""
|
|
1161
|
+
Start hour within preferred day of the week for maintenance window.
|
|
1162
|
+
"""
|
|
1163
|
+
return pulumi.get(self, "start_hour")
|
|
1164
|
+
|
|
1165
|
+
@start_hour.setter
|
|
1166
|
+
def start_hour(self, value: Optional[pulumi.Input[int]]):
|
|
1167
|
+
pulumi.set(self, "start_hour", value)
|
|
1168
|
+
|
|
1169
|
+
@property
|
|
1170
|
+
@pulumi.getter(name="startMinute")
|
|
1171
|
+
def start_minute(self) -> Optional[pulumi.Input[int]]:
|
|
1172
|
+
"""
|
|
1173
|
+
Start minute within the start hour for maintenance window.
|
|
1174
|
+
"""
|
|
1175
|
+
return pulumi.get(self, "start_minute")
|
|
1176
|
+
|
|
1177
|
+
@start_minute.setter
|
|
1178
|
+
def start_minute(self, value: Optional[pulumi.Input[int]]):
|
|
1179
|
+
pulumi.set(self, "start_minute", value)
|
|
1180
|
+
|
|
1181
|
+
|
|
958
1182
|
if not MYPY:
|
|
959
1183
|
class ServerPropertiesForDefaultCreateArgsDict(TypedDict):
|
|
960
1184
|
"""
|
|
@@ -164,7 +164,7 @@ class GetServerGroupClusterResult:
|
|
|
164
164
|
|
|
165
165
|
@property
|
|
166
166
|
@pulumi.getter(name="authConfig")
|
|
167
|
-
def auth_config(self) -> Optional['outputs.
|
|
167
|
+
def auth_config(self) -> Optional['outputs.ServerGroupClusterAuthConfigResponse']:
|
|
168
168
|
"""
|
|
169
169
|
Authentication configuration of a cluster.
|
|
170
170
|
"""
|
|
@@ -220,7 +220,7 @@ class GetServerGroupClusterResult:
|
|
|
220
220
|
|
|
221
221
|
@property
|
|
222
222
|
@pulumi.getter(name="dataEncryption")
|
|
223
|
-
def data_encryption(self) -> Optional['outputs.
|
|
223
|
+
def data_encryption(self) -> Optional['outputs.ServerGroupClusterDataEncryptionResponse']:
|
|
224
224
|
"""
|
|
225
225
|
The data encryption properties of a cluster.
|
|
226
226
|
"""
|
|
@@ -292,7 +292,7 @@ class GetServerGroupClusterResult:
|
|
|
292
292
|
|
|
293
293
|
@property
|
|
294
294
|
@pulumi.getter(name="maintenanceWindow")
|
|
295
|
-
def maintenance_window(self) -> Optional['outputs.
|
|
295
|
+
def maintenance_window(self) -> Optional['outputs.ServerGroupClusterMaintenanceWindowResponse']:
|
|
296
296
|
"""
|
|
297
297
|
Maintenance window of a cluster.
|
|
298
298
|
"""
|