pulumi-gcp 8.11.0a1734385115__py3-none-any.whl → 8.12.0__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_gcp/__init__.py +32 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +0 -29
- pulumi_gcp/accesscontextmanager/outputs.py +0 -18
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -36
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +12 -4
- pulumi_gcp/artifactregistry/repository.py +86 -39
- pulumi_gcp/artifactregistry/repository_iam_binding.py +42 -14
- pulumi_gcp/artifactregistry/repository_iam_member.py +42 -14
- pulumi_gcp/artifactregistry/repository_iam_policy.py +42 -14
- pulumi_gcp/compute/get_global_forwarding_rule.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +114 -2
- pulumi_gcp/compute/project_cloud_armor_tier.py +7 -7
- pulumi_gcp/firebase/_inputs.py +99 -0
- pulumi_gcp/firebase/database_instance.py +24 -6
- pulumi_gcp/firebase/hosting_version.py +96 -0
- pulumi_gcp/firebase/outputs.py +59 -0
- pulumi_gcp/firebase/project.py +6 -6
- pulumi_gcp/identityplatform/_inputs.py +6 -6
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/identityplatform/outputs.py +4 -4
- pulumi_gcp/looker/instance.py +35 -14
- pulumi_gcp/networkconnectivity/_inputs.py +10 -12
- pulumi_gcp/networkconnectivity/outputs.py +6 -8
- pulumi_gcp/networksecurity/__init__.py +3 -0
- pulumi_gcp/networksecurity/_inputs.py +1903 -0
- pulumi_gcp/networksecurity/authz_policy.py +1008 -0
- pulumi_gcp/networksecurity/intercept_deployment.py +846 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +752 -0
- pulumi_gcp/networksecurity/outputs.py +1393 -0
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/authz_extension.py +1080 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +4 -4
- pulumi_gcp/orgpolicy/_inputs.py +40 -0
- pulumi_gcp/orgpolicy/outputs.py +24 -0
- pulumi_gcp/orgpolicy/policy.py +64 -8
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +3 -3
- pulumi_gcp/sql/database_instance.py +14 -14
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +53 -6
- pulumi_gcp/storage/outputs.py +33 -4
- pulumi_gcp/tpu/_inputs.py +26 -18
- pulumi_gcp/tpu/outputs.py +18 -12
- pulumi_gcp/tpu/v2_vm.py +63 -0
- {pulumi_gcp-8.11.0a1734385115.dist-info → pulumi_gcp-8.12.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.11.0a1734385115.dist-info → pulumi_gcp-8.12.0.dist-info}/RECORD +48 -44
- {pulumi_gcp-8.11.0a1734385115.dist-info → pulumi_gcp-8.12.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.11.0a1734385115.dist-info → pulumi_gcp-8.12.0.dist-info}/top_level.txt +0 -0
@@ -526,7 +526,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
526
526
|
autonomous_database_id="my-instance",
|
527
527
|
location="us-east4",
|
528
528
|
project="my-project",
|
529
|
-
database="
|
529
|
+
database="mydatabase",
|
530
530
|
admin_password="123Abpassword",
|
531
531
|
network=default.id,
|
532
532
|
cidr="10.5.0.0/24",
|
@@ -552,7 +552,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
552
552
|
location="us-east4",
|
553
553
|
project="my-project",
|
554
554
|
display_name="autonomousDatabase displayname",
|
555
|
-
database="
|
555
|
+
database="mydatabase",
|
556
556
|
admin_password="123Abpassword",
|
557
557
|
network=default.id,
|
558
558
|
cidr="10.5.0.0/24",
|
@@ -657,7 +657,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
657
657
|
autonomous_database_id="my-instance",
|
658
658
|
location="us-east4",
|
659
659
|
project="my-project",
|
660
|
-
database="
|
660
|
+
database="mydatabase",
|
661
661
|
admin_password="123Abpassword",
|
662
662
|
network=default.id,
|
663
663
|
cidr="10.5.0.0/24",
|
@@ -683,7 +683,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
683
683
|
location="us-east4",
|
684
684
|
project="my-project",
|
685
685
|
display_name="autonomousDatabase displayname",
|
686
|
-
database="
|
686
|
+
database="mydatabase",
|
687
687
|
admin_password="123Abpassword",
|
688
688
|
network=default.id,
|
689
689
|
cidr="10.5.0.0/24",
|
pulumi_gcp/orgpolicy/_inputs.py
CHANGED
@@ -175,6 +175,10 @@ if not MYPY:
|
|
175
175
|
"""
|
176
176
|
If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
177
177
|
"""
|
178
|
+
parameters: NotRequired[pulumi.Input[str]]
|
179
|
+
"""
|
180
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
181
|
+
"""
|
178
182
|
values: NotRequired[pulumi.Input['PolicyDryRunSpecRuleValuesArgsDict']]
|
179
183
|
"""
|
180
184
|
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
@@ -190,6 +194,7 @@ class PolicyDryRunSpecRuleArgs:
|
|
190
194
|
condition: Optional[pulumi.Input['PolicyDryRunSpecRuleConditionArgs']] = None,
|
191
195
|
deny_all: Optional[pulumi.Input[str]] = None,
|
192
196
|
enforce: Optional[pulumi.Input[str]] = None,
|
197
|
+
parameters: Optional[pulumi.Input[str]] = None,
|
193
198
|
values: Optional[pulumi.Input['PolicyDryRunSpecRuleValuesArgs']] = None):
|
194
199
|
"""
|
195
200
|
:param pulumi.Input[str] allow_all: Setting this to `"TRUE"` means that all values are allowed. This field can be set only in Policies for list constraints.
|
@@ -197,6 +202,7 @@ class PolicyDryRunSpecRuleArgs:
|
|
197
202
|
Structure is documented below.
|
198
203
|
:param pulumi.Input[str] deny_all: Setting this to `"TRUE"` means that all values are denied. This field can be set only in Policies for list constraints.
|
199
204
|
:param pulumi.Input[str] enforce: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
205
|
+
:param pulumi.Input[str] parameters: Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
200
206
|
:param pulumi.Input['PolicyDryRunSpecRuleValuesArgs'] values: List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
201
207
|
Structure is documented below.
|
202
208
|
"""
|
@@ -208,6 +214,8 @@ class PolicyDryRunSpecRuleArgs:
|
|
208
214
|
pulumi.set(__self__, "deny_all", deny_all)
|
209
215
|
if enforce is not None:
|
210
216
|
pulumi.set(__self__, "enforce", enforce)
|
217
|
+
if parameters is not None:
|
218
|
+
pulumi.set(__self__, "parameters", parameters)
|
211
219
|
if values is not None:
|
212
220
|
pulumi.set(__self__, "values", values)
|
213
221
|
|
@@ -260,6 +268,18 @@ class PolicyDryRunSpecRuleArgs:
|
|
260
268
|
def enforce(self, value: Optional[pulumi.Input[str]]):
|
261
269
|
pulumi.set(self, "enforce", value)
|
262
270
|
|
271
|
+
@property
|
272
|
+
@pulumi.getter
|
273
|
+
def parameters(self) -> Optional[pulumi.Input[str]]:
|
274
|
+
"""
|
275
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
276
|
+
"""
|
277
|
+
return pulumi.get(self, "parameters")
|
278
|
+
|
279
|
+
@parameters.setter
|
280
|
+
def parameters(self, value: Optional[pulumi.Input[str]]):
|
281
|
+
pulumi.set(self, "parameters", value)
|
282
|
+
|
263
283
|
@property
|
264
284
|
@pulumi.getter
|
265
285
|
def values(self) -> Optional[pulumi.Input['PolicyDryRunSpecRuleValuesArgs']]:
|
@@ -558,6 +578,10 @@ if not MYPY:
|
|
558
578
|
"""
|
559
579
|
If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
560
580
|
"""
|
581
|
+
parameters: NotRequired[pulumi.Input[str]]
|
582
|
+
"""
|
583
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
584
|
+
"""
|
561
585
|
values: NotRequired[pulumi.Input['PolicySpecRuleValuesArgsDict']]
|
562
586
|
"""
|
563
587
|
List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
@@ -573,6 +597,7 @@ class PolicySpecRuleArgs:
|
|
573
597
|
condition: Optional[pulumi.Input['PolicySpecRuleConditionArgs']] = None,
|
574
598
|
deny_all: Optional[pulumi.Input[str]] = None,
|
575
599
|
enforce: Optional[pulumi.Input[str]] = None,
|
600
|
+
parameters: Optional[pulumi.Input[str]] = None,
|
576
601
|
values: Optional[pulumi.Input['PolicySpecRuleValuesArgs']] = None):
|
577
602
|
"""
|
578
603
|
:param pulumi.Input[str] allow_all: Setting this to `"TRUE"` means that all values are allowed. This field can be set only in Policies for list constraints.
|
@@ -580,6 +605,7 @@ class PolicySpecRuleArgs:
|
|
580
605
|
Structure is documented below.
|
581
606
|
:param pulumi.Input[str] deny_all: Setting this to `"TRUE"` means that all values are denied. This field can be set only in Policies for list constraints.
|
582
607
|
:param pulumi.Input[str] enforce: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
608
|
+
:param pulumi.Input[str] parameters: Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
583
609
|
:param pulumi.Input['PolicySpecRuleValuesArgs'] values: List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
584
610
|
Structure is documented below.
|
585
611
|
"""
|
@@ -591,6 +617,8 @@ class PolicySpecRuleArgs:
|
|
591
617
|
pulumi.set(__self__, "deny_all", deny_all)
|
592
618
|
if enforce is not None:
|
593
619
|
pulumi.set(__self__, "enforce", enforce)
|
620
|
+
if parameters is not None:
|
621
|
+
pulumi.set(__self__, "parameters", parameters)
|
594
622
|
if values is not None:
|
595
623
|
pulumi.set(__self__, "values", values)
|
596
624
|
|
@@ -643,6 +671,18 @@ class PolicySpecRuleArgs:
|
|
643
671
|
def enforce(self, value: Optional[pulumi.Input[str]]):
|
644
672
|
pulumi.set(self, "enforce", value)
|
645
673
|
|
674
|
+
@property
|
675
|
+
@pulumi.getter
|
676
|
+
def parameters(self) -> Optional[pulumi.Input[str]]:
|
677
|
+
"""
|
678
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
679
|
+
"""
|
680
|
+
return pulumi.get(self, "parameters")
|
681
|
+
|
682
|
+
@parameters.setter
|
683
|
+
def parameters(self, value: Optional[pulumi.Input[str]]):
|
684
|
+
pulumi.set(self, "parameters", value)
|
685
|
+
|
646
686
|
@property
|
647
687
|
@pulumi.getter
|
648
688
|
def values(self) -> Optional[pulumi.Input['PolicySpecRuleValuesArgs']]:
|
pulumi_gcp/orgpolicy/outputs.py
CHANGED
@@ -144,6 +144,7 @@ class PolicyDryRunSpecRule(dict):
|
|
144
144
|
condition: Optional['outputs.PolicyDryRunSpecRuleCondition'] = None,
|
145
145
|
deny_all: Optional[str] = None,
|
146
146
|
enforce: Optional[str] = None,
|
147
|
+
parameters: Optional[str] = None,
|
147
148
|
values: Optional['outputs.PolicyDryRunSpecRuleValues'] = None):
|
148
149
|
"""
|
149
150
|
:param str allow_all: Setting this to `"TRUE"` means that all values are allowed. This field can be set only in Policies for list constraints.
|
@@ -151,6 +152,7 @@ class PolicyDryRunSpecRule(dict):
|
|
151
152
|
Structure is documented below.
|
152
153
|
:param str deny_all: Setting this to `"TRUE"` means that all values are denied. This field can be set only in Policies for list constraints.
|
153
154
|
:param str enforce: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
155
|
+
:param str parameters: Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
154
156
|
:param 'PolicyDryRunSpecRuleValuesArgs' values: List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
155
157
|
Structure is documented below.
|
156
158
|
"""
|
@@ -162,6 +164,8 @@ class PolicyDryRunSpecRule(dict):
|
|
162
164
|
pulumi.set(__self__, "deny_all", deny_all)
|
163
165
|
if enforce is not None:
|
164
166
|
pulumi.set(__self__, "enforce", enforce)
|
167
|
+
if parameters is not None:
|
168
|
+
pulumi.set(__self__, "parameters", parameters)
|
165
169
|
if values is not None:
|
166
170
|
pulumi.set(__self__, "values", values)
|
167
171
|
|
@@ -198,6 +202,14 @@ class PolicyDryRunSpecRule(dict):
|
|
198
202
|
"""
|
199
203
|
return pulumi.get(self, "enforce")
|
200
204
|
|
205
|
+
@property
|
206
|
+
@pulumi.getter
|
207
|
+
def parameters(self) -> Optional[str]:
|
208
|
+
"""
|
209
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
210
|
+
"""
|
211
|
+
return pulumi.get(self, "parameters")
|
212
|
+
|
201
213
|
@property
|
202
214
|
@pulumi.getter
|
203
215
|
def values(self) -> Optional['outputs.PolicyDryRunSpecRuleValues']:
|
@@ -431,6 +443,7 @@ class PolicySpecRule(dict):
|
|
431
443
|
condition: Optional['outputs.PolicySpecRuleCondition'] = None,
|
432
444
|
deny_all: Optional[str] = None,
|
433
445
|
enforce: Optional[str] = None,
|
446
|
+
parameters: Optional[str] = None,
|
434
447
|
values: Optional['outputs.PolicySpecRuleValues'] = None):
|
435
448
|
"""
|
436
449
|
:param str allow_all: Setting this to `"TRUE"` means that all values are allowed. This field can be set only in Policies for list constraints.
|
@@ -438,6 +451,7 @@ class PolicySpecRule(dict):
|
|
438
451
|
Structure is documented below.
|
439
452
|
:param str deny_all: Setting this to `"TRUE"` means that all values are denied. This field can be set only in Policies for list constraints.
|
440
453
|
:param str enforce: If `"TRUE"`, then the `Policy` is enforced. If `"FALSE"`, then any configuration is acceptable. This field can be set only in Policies for boolean constraints.
|
454
|
+
:param str parameters: Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
441
455
|
:param 'PolicySpecRuleValuesArgs' values: List of values to be used for this policy rule. This field can be set only in policies for list constraints.
|
442
456
|
Structure is documented below.
|
443
457
|
"""
|
@@ -449,6 +463,8 @@ class PolicySpecRule(dict):
|
|
449
463
|
pulumi.set(__self__, "deny_all", deny_all)
|
450
464
|
if enforce is not None:
|
451
465
|
pulumi.set(__self__, "enforce", enforce)
|
466
|
+
if parameters is not None:
|
467
|
+
pulumi.set(__self__, "parameters", parameters)
|
452
468
|
if values is not None:
|
453
469
|
pulumi.set(__self__, "values", values)
|
454
470
|
|
@@ -485,6 +501,14 @@ class PolicySpecRule(dict):
|
|
485
501
|
"""
|
486
502
|
return pulumi.get(self, "enforce")
|
487
503
|
|
504
|
+
@property
|
505
|
+
@pulumi.getter
|
506
|
+
def parameters(self) -> Optional[str]:
|
507
|
+
"""
|
508
|
+
Optional. Required for Managed Constraints if parameters defined in constraints. Pass parameter values when policy enforcement is enabled. Ensure that parameter value types match those defined in the constraint definition. For example: { \\"allowedLocations\\" : [\\"us-east1\\", \\"us-west1\\"], \\"allowAll\\" : true }
|
509
|
+
"""
|
510
|
+
return pulumi.get(self, "parameters")
|
511
|
+
|
488
512
|
@property
|
489
513
|
@pulumi.getter
|
490
514
|
def values(self) -> Optional['outputs.PolicySpecRuleValues']:
|
pulumi_gcp/orgpolicy/policy.py
CHANGED
@@ -231,8 +231,8 @@ class Policy(pulumi.CustomResource):
|
|
231
231
|
org_id="123456789",
|
232
232
|
deletion_policy="DELETE")
|
233
233
|
primary = gcp.orgpolicy.Policy("primary",
|
234
|
-
name=basic.
|
235
|
-
parent=basic.
|
234
|
+
name=basic.project_id.apply(lambda project_id: f"projects/{project_id}/policies/iam.disableServiceAccountKeyUpload"),
|
235
|
+
parent=basic.project_id.apply(lambda project_id: f"projects/{project_id}"),
|
236
236
|
spec={
|
237
237
|
"rules": [{
|
238
238
|
"enforce": "FALSE",
|
@@ -284,8 +284,8 @@ class Policy(pulumi.CustomResource):
|
|
284
284
|
org_id="123456789",
|
285
285
|
deletion_policy="DELETE")
|
286
286
|
primary = gcp.orgpolicy.Policy("primary",
|
287
|
-
name=basic.
|
288
|
-
parent=basic.
|
287
|
+
name=basic.project_id.apply(lambda project_id: f"projects/{project_id}/policies/gcp.resourceLocations"),
|
288
|
+
parent=basic.project_id.apply(lambda project_id: f"projects/{project_id}"),
|
289
289
|
spec={
|
290
290
|
"rules": [
|
291
291
|
{
|
@@ -337,6 +337,34 @@ class Policy(pulumi.CustomResource):
|
|
337
337
|
}],
|
338
338
|
})
|
339
339
|
```
|
340
|
+
### Org Policy Policy Parameters Enforce
|
341
|
+
|
342
|
+
```python
|
343
|
+
import pulumi
|
344
|
+
import json
|
345
|
+
import pulumi_gcp as gcp
|
346
|
+
|
347
|
+
basic = gcp.organizations.Project("basic",
|
348
|
+
project_id="id",
|
349
|
+
name="id",
|
350
|
+
org_id="123456789",
|
351
|
+
deletion_policy="DELETE")
|
352
|
+
primary = gcp.orgpolicy.Policy("primary",
|
353
|
+
name=basic.name.apply(lambda name: f"projects/{name}/policies/compute.managed.restrictDiskCreation"),
|
354
|
+
parent=basic.name.apply(lambda name: f"projects/{name}"),
|
355
|
+
spec={
|
356
|
+
"rules": [{
|
357
|
+
"enforce": "TRUE",
|
358
|
+
"parameters": json.dumps({
|
359
|
+
"isSizeLimitCheck": True,
|
360
|
+
"allowedDiskTypes": [
|
361
|
+
"pd-ssd",
|
362
|
+
"pd-standard",
|
363
|
+
],
|
364
|
+
}),
|
365
|
+
}],
|
366
|
+
})
|
367
|
+
```
|
340
368
|
|
341
369
|
## Import
|
342
370
|
|
@@ -392,8 +420,8 @@ class Policy(pulumi.CustomResource):
|
|
392
420
|
org_id="123456789",
|
393
421
|
deletion_policy="DELETE")
|
394
422
|
primary = gcp.orgpolicy.Policy("primary",
|
395
|
-
name=basic.
|
396
|
-
parent=basic.
|
423
|
+
name=basic.project_id.apply(lambda project_id: f"projects/{project_id}/policies/iam.disableServiceAccountKeyUpload"),
|
424
|
+
parent=basic.project_id.apply(lambda project_id: f"projects/{project_id}"),
|
397
425
|
spec={
|
398
426
|
"rules": [{
|
399
427
|
"enforce": "FALSE",
|
@@ -445,8 +473,8 @@ class Policy(pulumi.CustomResource):
|
|
445
473
|
org_id="123456789",
|
446
474
|
deletion_policy="DELETE")
|
447
475
|
primary = gcp.orgpolicy.Policy("primary",
|
448
|
-
name=basic.
|
449
|
-
parent=basic.
|
476
|
+
name=basic.project_id.apply(lambda project_id: f"projects/{project_id}/policies/gcp.resourceLocations"),
|
477
|
+
parent=basic.project_id.apply(lambda project_id: f"projects/{project_id}"),
|
450
478
|
spec={
|
451
479
|
"rules": [
|
452
480
|
{
|
@@ -498,6 +526,34 @@ class Policy(pulumi.CustomResource):
|
|
498
526
|
}],
|
499
527
|
})
|
500
528
|
```
|
529
|
+
### Org Policy Policy Parameters Enforce
|
530
|
+
|
531
|
+
```python
|
532
|
+
import pulumi
|
533
|
+
import json
|
534
|
+
import pulumi_gcp as gcp
|
535
|
+
|
536
|
+
basic = gcp.organizations.Project("basic",
|
537
|
+
project_id="id",
|
538
|
+
name="id",
|
539
|
+
org_id="123456789",
|
540
|
+
deletion_policy="DELETE")
|
541
|
+
primary = gcp.orgpolicy.Policy("primary",
|
542
|
+
name=basic.name.apply(lambda name: f"projects/{name}/policies/compute.managed.restrictDiskCreation"),
|
543
|
+
parent=basic.name.apply(lambda name: f"projects/{name}"),
|
544
|
+
spec={
|
545
|
+
"rules": [{
|
546
|
+
"enforce": "TRUE",
|
547
|
+
"parameters": json.dumps({
|
548
|
+
"isSizeLimitCheck": True,
|
549
|
+
"allowedDiskTypes": [
|
550
|
+
"pd-ssd",
|
551
|
+
"pd-standard",
|
552
|
+
],
|
553
|
+
}),
|
554
|
+
}],
|
555
|
+
})
|
556
|
+
```
|
501
557
|
|
502
558
|
## Import
|
503
559
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
pulumi_gcp/sql/_inputs.py
CHANGED
@@ -772,7 +772,7 @@ if not MYPY:
|
|
772
772
|
"""
|
773
773
|
connector_enforcement: NotRequired[pulumi.Input[str]]
|
774
774
|
"""
|
775
|
-
|
775
|
+
Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
|
776
776
|
"""
|
777
777
|
data_cache_config: NotRequired[pulumi.Input['DatabaseInstanceSettingsDataCacheConfigArgsDict']]
|
778
778
|
"""
|
@@ -889,7 +889,7 @@ class DatabaseInstanceSettingsArgs:
|
|
889
889
|
For Postgres and SQL Server instances, ensure that `settings.backup_configuration.point_in_time_recovery_enabled`
|
890
890
|
is set to `true`. Defaults to `ZONAL`.
|
891
891
|
:param pulumi.Input[str] collation: The name of server instance collation.
|
892
|
-
:param pulumi.Input[str] connector_enforcement:
|
892
|
+
:param pulumi.Input[str] connector_enforcement: Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
|
893
893
|
:param pulumi.Input['DatabaseInstanceSettingsDataCacheConfigArgs'] data_cache_config: Data cache configurations.
|
894
894
|
:param pulumi.Input[bool] deletion_protection_enabled: Configuration to protect against accidental instance deletion.
|
895
895
|
:param pulumi.Input[bool] disk_autoresize: Enables auto-resizing of the storage size. Defaults to `true`. Note that if `disk_size` is set, future `pulumi up` calls will attempt to delete the instance in order to resize the disk to the value specified in disk_size if it has been resized. To avoid this, ensure that `lifecycle.ignore_changes` is applied to `disk_size`.
|
@@ -1052,7 +1052,7 @@ class DatabaseInstanceSettingsArgs:
|
|
1052
1052
|
@pulumi.getter(name="connectorEnforcement")
|
1053
1053
|
def connector_enforcement(self) -> Optional[pulumi.Input[str]]:
|
1054
1054
|
"""
|
1055
|
-
|
1055
|
+
Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
|
1056
1056
|
"""
|
1057
1057
|
return pulumi.get(self, "connector_enforcement")
|
1058
1058
|
|
@@ -41,8 +41,8 @@ class DatabaseInstanceArgs:
|
|
41
41
|
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or
|
42
42
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
43
43
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
44
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
45
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
44
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
45
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
46
46
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
47
47
|
`SQLSERVER_2019_WEB`.
|
48
48
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -123,8 +123,8 @@ class DatabaseInstanceArgs:
|
|
123
123
|
The MySQL, PostgreSQL or
|
124
124
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
125
125
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
126
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
127
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
126
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
127
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
128
128
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
129
129
|
`SQLSERVER_2019_WEB`.
|
130
130
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -369,8 +369,8 @@ class _DatabaseInstanceState:
|
|
369
369
|
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or
|
370
370
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
371
371
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
372
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
373
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
372
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
373
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
374
374
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
375
375
|
`SQLSERVER_2019_WEB`.
|
376
376
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -518,8 +518,8 @@ class _DatabaseInstanceState:
|
|
518
518
|
The MySQL, PostgreSQL or
|
519
519
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
520
520
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
521
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
522
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
521
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
522
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
523
523
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
524
524
|
`SQLSERVER_2019_WEB`.
|
525
525
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -1044,8 +1044,8 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1044
1044
|
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or
|
1045
1045
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
1046
1046
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
1047
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
1048
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1047
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
1048
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1049
1049
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
1050
1050
|
`SQLSERVER_2019_WEB`.
|
1051
1051
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -1415,8 +1415,8 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1415
1415
|
:param pulumi.Input[str] database_version: The MySQL, PostgreSQL or
|
1416
1416
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
1417
1417
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
1418
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
1419
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1418
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
1419
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1420
1420
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
1421
1421
|
`SQLSERVER_2019_WEB`.
|
1422
1422
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
@@ -1531,8 +1531,8 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1531
1531
|
The MySQL, PostgreSQL or
|
1532
1532
|
SQL Server version to use. Supported values include `MYSQL_5_6`,
|
1533
1533
|
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
|
1534
|
-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `
|
1535
|
-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1534
|
+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
|
1535
|
+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
|
1536
1536
|
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
|
1537
1537
|
`SQLSERVER_2019_WEB`.
|
1538
1538
|
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
|
pulumi_gcp/sql/outputs.py
CHANGED
@@ -727,7 +727,7 @@ class DatabaseInstanceSettings(dict):
|
|
727
727
|
For Postgres and SQL Server instances, ensure that `settings.backup_configuration.point_in_time_recovery_enabled`
|
728
728
|
is set to `true`. Defaults to `ZONAL`.
|
729
729
|
:param str collation: The name of server instance collation.
|
730
|
-
:param str connector_enforcement:
|
730
|
+
:param str connector_enforcement: Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
|
731
731
|
:param 'DatabaseInstanceSettingsDataCacheConfigArgs' data_cache_config: Data cache configurations.
|
732
732
|
:param bool deletion_protection_enabled: Configuration to protect against accidental instance deletion.
|
733
733
|
:param bool disk_autoresize: Enables auto-resizing of the storage size. Defaults to `true`. Note that if `disk_size` is set, future `pulumi up` calls will attempt to delete the instance in order to resize the disk to the value specified in disk_size if it has been resized. To avoid this, ensure that `lifecycle.ignore_changes` is applied to `disk_size`.
|
@@ -862,7 +862,7 @@ class DatabaseInstanceSettings(dict):
|
|
862
862
|
@pulumi.getter(name="connectorEnforcement")
|
863
863
|
def connector_enforcement(self) -> Optional[str]:
|
864
864
|
"""
|
865
|
-
|
865
|
+
Control the enforcement of Cloud SQL Auth Proxy or Cloud SQL connectors for all the connections, can be `REQUIRED` or `NOT_REQUIRED`. If enabled, all the direct connections are rejected.
|
866
866
|
"""
|
867
867
|
return pulumi.get(self, "connector_enforcement")
|
868
868
|
|
pulumi_gcp/storage/_inputs.py
CHANGED
@@ -99,6 +99,8 @@ __all__ = [
|
|
99
99
|
'TransferJobTransferSpecGcsDataSinkArgsDict',
|
100
100
|
'TransferJobTransferSpecGcsDataSourceArgs',
|
101
101
|
'TransferJobTransferSpecGcsDataSourceArgsDict',
|
102
|
+
'TransferJobTransferSpecHdfsDataSourceArgs',
|
103
|
+
'TransferJobTransferSpecHdfsDataSourceArgsDict',
|
102
104
|
'TransferJobTransferSpecHttpDataSourceArgs',
|
103
105
|
'TransferJobTransferSpecHttpDataSourceArgsDict',
|
104
106
|
'TransferJobTransferSpecObjectConditionsArgs',
|
@@ -2517,6 +2519,10 @@ if not MYPY:
|
|
2517
2519
|
"""
|
2518
2520
|
A Google Cloud Storage data source. Structure documented below.
|
2519
2521
|
"""
|
2522
|
+
hdfs_data_source: NotRequired[pulumi.Input['TransferJobTransferSpecHdfsDataSourceArgsDict']]
|
2523
|
+
"""
|
2524
|
+
An HDFS data source. Structure documented below.
|
2525
|
+
"""
|
2520
2526
|
http_data_source: NotRequired[pulumi.Input['TransferJobTransferSpecHttpDataSourceArgsDict']]
|
2521
2527
|
"""
|
2522
2528
|
A HTTP URL data source. Structure documented below.
|
@@ -2555,6 +2561,7 @@ class TransferJobTransferSpecArgs:
|
|
2555
2561
|
azure_blob_storage_data_source: Optional[pulumi.Input['TransferJobTransferSpecAzureBlobStorageDataSourceArgs']] = None,
|
2556
2562
|
gcs_data_sink: Optional[pulumi.Input['TransferJobTransferSpecGcsDataSinkArgs']] = None,
|
2557
2563
|
gcs_data_source: Optional[pulumi.Input['TransferJobTransferSpecGcsDataSourceArgs']] = None,
|
2564
|
+
hdfs_data_source: Optional[pulumi.Input['TransferJobTransferSpecHdfsDataSourceArgs']] = None,
|
2558
2565
|
http_data_source: Optional[pulumi.Input['TransferJobTransferSpecHttpDataSourceArgs']] = None,
|
2559
2566
|
object_conditions: Optional[pulumi.Input['TransferJobTransferSpecObjectConditionsArgs']] = None,
|
2560
2567
|
posix_data_sink: Optional[pulumi.Input['TransferJobTransferSpecPosixDataSinkArgs']] = None,
|
@@ -2567,6 +2574,7 @@ class TransferJobTransferSpecArgs:
|
|
2567
2574
|
:param pulumi.Input['TransferJobTransferSpecAzureBlobStorageDataSourceArgs'] azure_blob_storage_data_source: An Azure Blob Storage data source. Structure documented below.
|
2568
2575
|
:param pulumi.Input['TransferJobTransferSpecGcsDataSinkArgs'] gcs_data_sink: A Google Cloud Storage data sink. Structure documented below.
|
2569
2576
|
:param pulumi.Input['TransferJobTransferSpecGcsDataSourceArgs'] gcs_data_source: A Google Cloud Storage data source. Structure documented below.
|
2577
|
+
:param pulumi.Input['TransferJobTransferSpecHdfsDataSourceArgs'] hdfs_data_source: An HDFS data source. Structure documented below.
|
2570
2578
|
:param pulumi.Input['TransferJobTransferSpecHttpDataSourceArgs'] http_data_source: A HTTP URL data source. Structure documented below.
|
2571
2579
|
:param pulumi.Input['TransferJobTransferSpecObjectConditionsArgs'] object_conditions: Only objects that satisfy these object conditions are included in the set of data source and data sink objects. Object conditions based on objects' `last_modification_time` do not exclude objects in a data sink. Structure documented below.
|
2572
2580
|
:param pulumi.Input['TransferJobTransferSpecPosixDataSinkArgs'] posix_data_sink: A POSIX data sink. Structure documented below.
|
@@ -2583,6 +2591,8 @@ class TransferJobTransferSpecArgs:
|
|
2583
2591
|
pulumi.set(__self__, "gcs_data_sink", gcs_data_sink)
|
2584
2592
|
if gcs_data_source is not None:
|
2585
2593
|
pulumi.set(__self__, "gcs_data_source", gcs_data_source)
|
2594
|
+
if hdfs_data_source is not None:
|
2595
|
+
pulumi.set(__self__, "hdfs_data_source", hdfs_data_source)
|
2586
2596
|
if http_data_source is not None:
|
2587
2597
|
pulumi.set(__self__, "http_data_source", http_data_source)
|
2588
2598
|
if object_conditions is not None:
|
@@ -2646,6 +2656,18 @@ class TransferJobTransferSpecArgs:
|
|
2646
2656
|
def gcs_data_source(self, value: Optional[pulumi.Input['TransferJobTransferSpecGcsDataSourceArgs']]):
|
2647
2657
|
pulumi.set(self, "gcs_data_source", value)
|
2648
2658
|
|
2659
|
+
@property
|
2660
|
+
@pulumi.getter(name="hdfsDataSource")
|
2661
|
+
def hdfs_data_source(self) -> Optional[pulumi.Input['TransferJobTransferSpecHdfsDataSourceArgs']]:
|
2662
|
+
"""
|
2663
|
+
An HDFS data source. Structure documented below.
|
2664
|
+
"""
|
2665
|
+
return pulumi.get(self, "hdfs_data_source")
|
2666
|
+
|
2667
|
+
@hdfs_data_source.setter
|
2668
|
+
def hdfs_data_source(self, value: Optional[pulumi.Input['TransferJobTransferSpecHdfsDataSourceArgs']]):
|
2669
|
+
pulumi.set(self, "hdfs_data_source", value)
|
2670
|
+
|
2649
2671
|
@property
|
2650
2672
|
@pulumi.getter(name="httpDataSource")
|
2651
2673
|
def http_data_source(self) -> Optional[pulumi.Input['TransferJobTransferSpecHttpDataSourceArgs']]:
|
@@ -3121,6 +3143,37 @@ class TransferJobTransferSpecGcsDataSourceArgs:
|
|
3121
3143
|
pulumi.set(self, "path", value)
|
3122
3144
|
|
3123
3145
|
|
3146
|
+
if not MYPY:
|
3147
|
+
class TransferJobTransferSpecHdfsDataSourceArgsDict(TypedDict):
|
3148
|
+
path: pulumi.Input[str]
|
3149
|
+
"""
|
3150
|
+
Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
|
3151
|
+
"""
|
3152
|
+
elif False:
|
3153
|
+
TransferJobTransferSpecHdfsDataSourceArgsDict: TypeAlias = Mapping[str, Any]
|
3154
|
+
|
3155
|
+
@pulumi.input_type
|
3156
|
+
class TransferJobTransferSpecHdfsDataSourceArgs:
|
3157
|
+
def __init__(__self__, *,
|
3158
|
+
path: pulumi.Input[str]):
|
3159
|
+
"""
|
3160
|
+
:param pulumi.Input[str] path: Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
|
3161
|
+
"""
|
3162
|
+
pulumi.set(__self__, "path", path)
|
3163
|
+
|
3164
|
+
@property
|
3165
|
+
@pulumi.getter
|
3166
|
+
def path(self) -> pulumi.Input[str]:
|
3167
|
+
"""
|
3168
|
+
Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
|
3169
|
+
"""
|
3170
|
+
return pulumi.get(self, "path")
|
3171
|
+
|
3172
|
+
@path.setter
|
3173
|
+
def path(self, value: pulumi.Input[str]):
|
3174
|
+
pulumi.set(self, "path", value)
|
3175
|
+
|
3176
|
+
|
3124
3177
|
if not MYPY:
|
3125
3178
|
class TransferJobTransferSpecHttpDataSourceArgsDict(TypedDict):
|
3126
3179
|
list_url: pulumi.Input[str]
|
@@ -3320,8 +3373,6 @@ if not MYPY:
|
|
3320
3373
|
root_directory: pulumi.Input[str]
|
3321
3374
|
"""
|
3322
3375
|
Root directory path to the filesystem.
|
3323
|
-
|
3324
|
-
<a name="nested_aws_s3_data_source"></a>The `aws_s3_data_source` block supports:
|
3325
3376
|
"""
|
3326
3377
|
elif False:
|
3327
3378
|
TransferJobTransferSpecPosixDataSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -3332,8 +3383,6 @@ class TransferJobTransferSpecPosixDataSourceArgs:
|
|
3332
3383
|
root_directory: pulumi.Input[str]):
|
3333
3384
|
"""
|
3334
3385
|
:param pulumi.Input[str] root_directory: Root directory path to the filesystem.
|
3335
|
-
|
3336
|
-
<a name="nested_aws_s3_data_source"></a>The `aws_s3_data_source` block supports:
|
3337
3386
|
"""
|
3338
3387
|
pulumi.set(__self__, "root_directory", root_directory)
|
3339
3388
|
|
@@ -3342,8 +3391,6 @@ class TransferJobTransferSpecPosixDataSourceArgs:
|
|
3342
3391
|
def root_directory(self) -> pulumi.Input[str]:
|
3343
3392
|
"""
|
3344
3393
|
Root directory path to the filesystem.
|
3345
|
-
|
3346
|
-
<a name="nested_aws_s3_data_source"></a>The `aws_s3_data_source` block supports:
|
3347
3394
|
"""
|
3348
3395
|
return pulumi.get(self, "root_directory")
|
3349
3396
|
|