pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
@@ -669,15 +669,15 @@ class Spoke(pulumi.CustomResource):
|
|
669
669
|
import pulumi_gcp as gcp
|
670
670
|
|
671
671
|
network = gcp.compute.Network("network",
|
672
|
-
name="tf-test-
|
672
|
+
name="tf-test-network_37559",
|
673
673
|
auto_create_subnetworks=False)
|
674
674
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
675
|
-
name="tf-test-
|
675
|
+
name="tf-test-subnet_91980",
|
676
676
|
ip_cidr_range="10.0.0.0/28",
|
677
677
|
region="us-central1",
|
678
678
|
network=network.self_link)
|
679
679
|
instance = gcp.compute.Instance("instance",
|
680
|
-
name="tf-test-
|
680
|
+
name="tf-test-instance_37118",
|
681
681
|
machine_type="e2-medium",
|
682
682
|
can_ip_forward=True,
|
683
683
|
zone="us-central1-a",
|
@@ -694,13 +694,13 @@ class Spoke(pulumi.CustomResource):
|
|
694
694
|
}],
|
695
695
|
}])
|
696
696
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
697
|
-
name="tf-test-
|
697
|
+
name="tf-test-hub_80332",
|
698
698
|
description="A sample hub",
|
699
699
|
labels={
|
700
700
|
"label-two": "value-one",
|
701
701
|
})
|
702
702
|
primary = gcp.networkconnectivity.Spoke("primary",
|
703
|
-
name="tf-test-
|
703
|
+
name="tf-test-name_13293",
|
704
704
|
location="us-central1",
|
705
705
|
description="A sample spoke with a linked routher appliance instance",
|
706
706
|
labels={
|
@@ -932,8 +932,8 @@ class Spoke(pulumi.CustomResource):
|
|
932
932
|
hub=star_hub.id,
|
933
933
|
auto_accept={
|
934
934
|
"auto_accept_projects": [
|
935
|
-
"
|
936
|
-
"
|
935
|
+
"foo_40289",
|
936
|
+
"bar_33395",
|
937
937
|
],
|
938
938
|
})
|
939
939
|
primary = gcp.networkconnectivity.Spoke("primary",
|
@@ -1099,15 +1099,15 @@ class Spoke(pulumi.CustomResource):
|
|
1099
1099
|
import pulumi_gcp as gcp
|
1100
1100
|
|
1101
1101
|
network = gcp.compute.Network("network",
|
1102
|
-
name="tf-test-
|
1102
|
+
name="tf-test-network_37559",
|
1103
1103
|
auto_create_subnetworks=False)
|
1104
1104
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
1105
|
-
name="tf-test-
|
1105
|
+
name="tf-test-subnet_91980",
|
1106
1106
|
ip_cidr_range="10.0.0.0/28",
|
1107
1107
|
region="us-central1",
|
1108
1108
|
network=network.self_link)
|
1109
1109
|
instance = gcp.compute.Instance("instance",
|
1110
|
-
name="tf-test-
|
1110
|
+
name="tf-test-instance_37118",
|
1111
1111
|
machine_type="e2-medium",
|
1112
1112
|
can_ip_forward=True,
|
1113
1113
|
zone="us-central1-a",
|
@@ -1124,13 +1124,13 @@ class Spoke(pulumi.CustomResource):
|
|
1124
1124
|
}],
|
1125
1125
|
}])
|
1126
1126
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
1127
|
-
name="tf-test-
|
1127
|
+
name="tf-test-hub_80332",
|
1128
1128
|
description="A sample hub",
|
1129
1129
|
labels={
|
1130
1130
|
"label-two": "value-one",
|
1131
1131
|
})
|
1132
1132
|
primary = gcp.networkconnectivity.Spoke("primary",
|
1133
|
-
name="tf-test-
|
1133
|
+
name="tf-test-name_13293",
|
1134
1134
|
location="us-central1",
|
1135
1135
|
description="A sample spoke with a linked routher appliance instance",
|
1136
1136
|
labels={
|
@@ -1362,8 +1362,8 @@ class Spoke(pulumi.CustomResource):
|
|
1362
1362
|
hub=star_hub.id,
|
1363
1363
|
auto_accept={
|
1364
1364
|
"auto_accept_projects": [
|
1365
|
-
"
|
1366
|
-
"
|
1365
|
+
"foo_40289",
|
1366
|
+
"bar_33395",
|
1367
1367
|
],
|
1368
1368
|
})
|
1369
1369
|
primary = gcp.networkconnectivity.Spoke("primary",
|
@@ -457,107 +457,6 @@ class AuthzPolicy(pulumi.CustomResource):
|
|
457
457
|
|
458
458
|
## Example Usage
|
459
459
|
|
460
|
-
### Network Services Authz Policy Advanced
|
461
|
-
|
462
|
-
```python
|
463
|
-
import pulumi
|
464
|
-
import pulumi_gcp as gcp
|
465
|
-
|
466
|
-
default = gcp.compute.Network("default",
|
467
|
-
name="lb-network",
|
468
|
-
project="my-project-name",
|
469
|
-
auto_create_subnetworks=False)
|
470
|
-
default_subnetwork = gcp.compute.Subnetwork("default",
|
471
|
-
name="backend-subnet",
|
472
|
-
project="my-project-name",
|
473
|
-
region="us-west1",
|
474
|
-
ip_cidr_range="10.1.2.0/24",
|
475
|
-
network=default.id)
|
476
|
-
proxy_only = gcp.compute.Subnetwork("proxy_only",
|
477
|
-
name="proxy-only-subnet",
|
478
|
-
project="my-project-name",
|
479
|
-
region="us-west1",
|
480
|
-
ip_cidr_range="10.129.0.0/23",
|
481
|
-
purpose="REGIONAL_MANAGED_PROXY",
|
482
|
-
role="ACTIVE",
|
483
|
-
network=default.id)
|
484
|
-
default_address = gcp.compute.Address("default",
|
485
|
-
name="l7-ilb-ip-address",
|
486
|
-
project="my-project-name",
|
487
|
-
region="us-west1",
|
488
|
-
subnetwork=default_subnetwork.id,
|
489
|
-
address_type="INTERNAL",
|
490
|
-
purpose="GCE_ENDPOINT")
|
491
|
-
default_region_health_check = gcp.compute.RegionHealthCheck("default",
|
492
|
-
name="l7-ilb-basic-check",
|
493
|
-
project="my-project-name",
|
494
|
-
region="us-west1",
|
495
|
-
http_health_check={
|
496
|
-
"port_specification": "USE_SERVING_PORT",
|
497
|
-
})
|
498
|
-
url_map = gcp.compute.RegionBackendService("url_map",
|
499
|
-
name="l7-ilb-backend-service",
|
500
|
-
project="my-project-name",
|
501
|
-
region="us-west1",
|
502
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
503
|
-
health_checks=default_region_health_check.id)
|
504
|
-
default_region_url_map = gcp.compute.RegionUrlMap("default",
|
505
|
-
name="l7-ilb-map",
|
506
|
-
project="my-project-name",
|
507
|
-
region="us-west1",
|
508
|
-
default_service=url_map.id)
|
509
|
-
default_region_target_http_proxy = gcp.compute.RegionTargetHttpProxy("default",
|
510
|
-
name="l7-ilb-proxy",
|
511
|
-
project="my-project-name",
|
512
|
-
region="us-west1",
|
513
|
-
url_map=default_region_url_map.id)
|
514
|
-
default_forwarding_rule = gcp.compute.ForwardingRule("default",
|
515
|
-
name="l7-ilb-forwarding-rule",
|
516
|
-
project="my-project-name",
|
517
|
-
region="us-west1",
|
518
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
519
|
-
network=default.id,
|
520
|
-
subnetwork=default_subnetwork.id,
|
521
|
-
ip_protocol="TCP",
|
522
|
-
port_range="80",
|
523
|
-
target=default_region_target_http_proxy.id,
|
524
|
-
ip_address=default_address.id,
|
525
|
-
opts = pulumi.ResourceOptions(depends_on=[proxy_only]))
|
526
|
-
authz_extension = gcp.compute.RegionBackendService("authz_extension",
|
527
|
-
name="authz-service",
|
528
|
-
project="my-project-name",
|
529
|
-
region="us-west1",
|
530
|
-
protocol="HTTP2",
|
531
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
532
|
-
port_name="grpc")
|
533
|
-
default_authz_extension = gcp.networkservices.AuthzExtension("default",
|
534
|
-
name="my-authz-ext",
|
535
|
-
project="my-project-name",
|
536
|
-
location="us-west1",
|
537
|
-
description="my description",
|
538
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
539
|
-
authority="ext11.com",
|
540
|
-
service=authz_extension.self_link,
|
541
|
-
timeout="0.1s",
|
542
|
-
fail_open=False,
|
543
|
-
forward_headers=["Authorization"])
|
544
|
-
default_authz_policy = gcp.networksecurity.AuthzPolicy("default",
|
545
|
-
name="my-authz-policy",
|
546
|
-
project="my-project-name",
|
547
|
-
location="us-west1",
|
548
|
-
description="my description",
|
549
|
-
target={
|
550
|
-
"load_balancing_scheme": "INTERNAL_MANAGED",
|
551
|
-
"resources": [default_forwarding_rule.self_link],
|
552
|
-
},
|
553
|
-
action="CUSTOM",
|
554
|
-
custom_provider={
|
555
|
-
"authz_extension": {
|
556
|
-
"resources": [default_authz_extension.id],
|
557
|
-
},
|
558
|
-
})
|
559
|
-
```
|
560
|
-
|
561
460
|
## Import
|
562
461
|
|
563
462
|
AuthzPolicy can be imported using any of these accepted formats:
|
@@ -628,107 +527,6 @@ class AuthzPolicy(pulumi.CustomResource):
|
|
628
527
|
|
629
528
|
## Example Usage
|
630
529
|
|
631
|
-
### Network Services Authz Policy Advanced
|
632
|
-
|
633
|
-
```python
|
634
|
-
import pulumi
|
635
|
-
import pulumi_gcp as gcp
|
636
|
-
|
637
|
-
default = gcp.compute.Network("default",
|
638
|
-
name="lb-network",
|
639
|
-
project="my-project-name",
|
640
|
-
auto_create_subnetworks=False)
|
641
|
-
default_subnetwork = gcp.compute.Subnetwork("default",
|
642
|
-
name="backend-subnet",
|
643
|
-
project="my-project-name",
|
644
|
-
region="us-west1",
|
645
|
-
ip_cidr_range="10.1.2.0/24",
|
646
|
-
network=default.id)
|
647
|
-
proxy_only = gcp.compute.Subnetwork("proxy_only",
|
648
|
-
name="proxy-only-subnet",
|
649
|
-
project="my-project-name",
|
650
|
-
region="us-west1",
|
651
|
-
ip_cidr_range="10.129.0.0/23",
|
652
|
-
purpose="REGIONAL_MANAGED_PROXY",
|
653
|
-
role="ACTIVE",
|
654
|
-
network=default.id)
|
655
|
-
default_address = gcp.compute.Address("default",
|
656
|
-
name="l7-ilb-ip-address",
|
657
|
-
project="my-project-name",
|
658
|
-
region="us-west1",
|
659
|
-
subnetwork=default_subnetwork.id,
|
660
|
-
address_type="INTERNAL",
|
661
|
-
purpose="GCE_ENDPOINT")
|
662
|
-
default_region_health_check = gcp.compute.RegionHealthCheck("default",
|
663
|
-
name="l7-ilb-basic-check",
|
664
|
-
project="my-project-name",
|
665
|
-
region="us-west1",
|
666
|
-
http_health_check={
|
667
|
-
"port_specification": "USE_SERVING_PORT",
|
668
|
-
})
|
669
|
-
url_map = gcp.compute.RegionBackendService("url_map",
|
670
|
-
name="l7-ilb-backend-service",
|
671
|
-
project="my-project-name",
|
672
|
-
region="us-west1",
|
673
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
674
|
-
health_checks=default_region_health_check.id)
|
675
|
-
default_region_url_map = gcp.compute.RegionUrlMap("default",
|
676
|
-
name="l7-ilb-map",
|
677
|
-
project="my-project-name",
|
678
|
-
region="us-west1",
|
679
|
-
default_service=url_map.id)
|
680
|
-
default_region_target_http_proxy = gcp.compute.RegionTargetHttpProxy("default",
|
681
|
-
name="l7-ilb-proxy",
|
682
|
-
project="my-project-name",
|
683
|
-
region="us-west1",
|
684
|
-
url_map=default_region_url_map.id)
|
685
|
-
default_forwarding_rule = gcp.compute.ForwardingRule("default",
|
686
|
-
name="l7-ilb-forwarding-rule",
|
687
|
-
project="my-project-name",
|
688
|
-
region="us-west1",
|
689
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
690
|
-
network=default.id,
|
691
|
-
subnetwork=default_subnetwork.id,
|
692
|
-
ip_protocol="TCP",
|
693
|
-
port_range="80",
|
694
|
-
target=default_region_target_http_proxy.id,
|
695
|
-
ip_address=default_address.id,
|
696
|
-
opts = pulumi.ResourceOptions(depends_on=[proxy_only]))
|
697
|
-
authz_extension = gcp.compute.RegionBackendService("authz_extension",
|
698
|
-
name="authz-service",
|
699
|
-
project="my-project-name",
|
700
|
-
region="us-west1",
|
701
|
-
protocol="HTTP2",
|
702
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
703
|
-
port_name="grpc")
|
704
|
-
default_authz_extension = gcp.networkservices.AuthzExtension("default",
|
705
|
-
name="my-authz-ext",
|
706
|
-
project="my-project-name",
|
707
|
-
location="us-west1",
|
708
|
-
description="my description",
|
709
|
-
load_balancing_scheme="INTERNAL_MANAGED",
|
710
|
-
authority="ext11.com",
|
711
|
-
service=authz_extension.self_link,
|
712
|
-
timeout="0.1s",
|
713
|
-
fail_open=False,
|
714
|
-
forward_headers=["Authorization"])
|
715
|
-
default_authz_policy = gcp.networksecurity.AuthzPolicy("default",
|
716
|
-
name="my-authz-policy",
|
717
|
-
project="my-project-name",
|
718
|
-
location="us-west1",
|
719
|
-
description="my description",
|
720
|
-
target={
|
721
|
-
"load_balancing_scheme": "INTERNAL_MANAGED",
|
722
|
-
"resources": [default_forwarding_rule.self_link],
|
723
|
-
},
|
724
|
-
action="CUSTOM",
|
725
|
-
custom_provider={
|
726
|
-
"authz_extension": {
|
727
|
-
"resources": [default_authz_extension.id],
|
728
|
-
},
|
729
|
-
})
|
730
|
-
```
|
731
|
-
|
732
530
|
## Import
|
733
531
|
|
734
532
|
AuthzPolicy can be imported using any of these accepted formats:
|
@@ -2370,7 +2370,7 @@ if not MYPY:
|
|
2370
2370
|
The email address used by Oracle to send notifications regarding databases
|
2371
2371
|
and infrastructure.
|
2372
2372
|
|
2373
|
-
<a name="
|
2373
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2374
2374
|
"""
|
2375
2375
|
elif False:
|
2376
2376
|
AutonomousDatabasePropertiesCustomerContactArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2383,7 +2383,7 @@ class AutonomousDatabasePropertiesCustomerContactArgs:
|
|
2383
2383
|
:param pulumi.Input[str] email: The email address used by Oracle to send notifications regarding databases
|
2384
2384
|
and infrastructure.
|
2385
2385
|
|
2386
|
-
<a name="
|
2386
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2387
2387
|
"""
|
2388
2388
|
pulumi.set(__self__, "email", email)
|
2389
2389
|
|
@@ -2394,7 +2394,7 @@ class AutonomousDatabasePropertiesCustomerContactArgs:
|
|
2394
2394
|
The email address used by Oracle to send notifications regarding databases
|
2395
2395
|
and infrastructure.
|
2396
2396
|
|
2397
|
-
<a name="
|
2397
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2398
2398
|
"""
|
2399
2399
|
return pulumi.get(self, "email")
|
2400
2400
|
|
@@ -1721,7 +1721,7 @@ class AutonomousDatabasePropertiesCustomerContact(dict):
|
|
1721
1721
|
:param str email: The email address used by Oracle to send notifications regarding databases
|
1722
1722
|
and infrastructure.
|
1723
1723
|
|
1724
|
-
<a name="
|
1724
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
1725
1725
|
"""
|
1726
1726
|
pulumi.set(__self__, "email", email)
|
1727
1727
|
|
@@ -1732,7 +1732,7 @@ class AutonomousDatabasePropertiesCustomerContact(dict):
|
|
1732
1732
|
The email address used by Oracle to send notifications regarding databases
|
1733
1733
|
and infrastructure.
|
1734
1734
|
|
1735
|
-
<a name="
|
1735
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
1736
1736
|
"""
|
1737
1737
|
return pulumi.get(self, "email")
|
1738
1738
|
|
pulumi_gcp/orgpolicy/policy.py
CHANGED
@@ -313,7 +313,7 @@ class Policy(pulumi.CustomResource):
|
|
313
313
|
import pulumi_gcp as gcp
|
314
314
|
|
315
315
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
316
|
-
name="custom.
|
316
|
+
name="custom.disableGkeAutoUpgrade_69391",
|
317
317
|
parent="organizations/123456789",
|
318
318
|
display_name="Disable GKE auto upgrade",
|
319
319
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -502,7 +502,7 @@ class Policy(pulumi.CustomResource):
|
|
502
502
|
import pulumi_gcp as gcp
|
503
503
|
|
504
504
|
constraint = gcp.orgpolicy.CustomConstraint("constraint",
|
505
|
-
name="custom.
|
505
|
+
name="custom.disableGkeAutoUpgrade_69391",
|
506
506
|
parent="organizations/123456789",
|
507
507
|
display_name="Disable GKE auto upgrade",
|
508
508
|
description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
from .. import _utilities
|
6
|
+
import typing
|
7
|
+
# Export this package's modules as members:
|
8
|
+
from .get_regional_parameter import *
|
9
|
+
from .parameter import *
|
10
|
+
from .regional_parameter import *
|
11
|
+
from .regional_parameter_version import *
|
12
|
+
from ._inputs import *
|
13
|
+
from . import outputs
|
@@ -0,0 +1,174 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'ParameterPolicyMemberArgs',
|
19
|
+
'ParameterPolicyMemberArgsDict',
|
20
|
+
'RegionalParameterPolicyMemberArgs',
|
21
|
+
'RegionalParameterPolicyMemberArgsDict',
|
22
|
+
]
|
23
|
+
|
24
|
+
MYPY = False
|
25
|
+
|
26
|
+
if not MYPY:
|
27
|
+
class ParameterPolicyMemberArgsDict(TypedDict):
|
28
|
+
iam_policy_name_principal: NotRequired[pulumi.Input[str]]
|
29
|
+
"""
|
30
|
+
(Output)
|
31
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a
|
32
|
+
resource is deleted and recreated with the same name, the binding will be applicable to the
|
33
|
+
new resource. Format:
|
34
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
|
35
|
+
"""
|
36
|
+
iam_policy_uid_principal: NotRequired[pulumi.Input[str]]
|
37
|
+
"""
|
38
|
+
(Output)
|
39
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
|
40
|
+
If a resource is deleted and recreated with the same name, the binding will not be applicable to the
|
41
|
+
new resource. Format:
|
42
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
|
43
|
+
"""
|
44
|
+
elif False:
|
45
|
+
ParameterPolicyMemberArgsDict: TypeAlias = Mapping[str, Any]
|
46
|
+
|
47
|
+
@pulumi.input_type
|
48
|
+
class ParameterPolicyMemberArgs:
|
49
|
+
def __init__(__self__, *,
|
50
|
+
iam_policy_name_principal: Optional[pulumi.Input[str]] = None,
|
51
|
+
iam_policy_uid_principal: Optional[pulumi.Input[str]] = None):
|
52
|
+
"""
|
53
|
+
:param pulumi.Input[str] iam_policy_name_principal: (Output)
|
54
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a
|
55
|
+
resource is deleted and recreated with the same name, the binding will be applicable to the
|
56
|
+
new resource. Format:
|
57
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
|
58
|
+
:param pulumi.Input[str] iam_policy_uid_principal: (Output)
|
59
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
|
60
|
+
If a resource is deleted and recreated with the same name, the binding will not be applicable to the
|
61
|
+
new resource. Format:
|
62
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
|
63
|
+
"""
|
64
|
+
if iam_policy_name_principal is not None:
|
65
|
+
pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
|
66
|
+
if iam_policy_uid_principal is not None:
|
67
|
+
pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter(name="iamPolicyNamePrincipal")
|
71
|
+
def iam_policy_name_principal(self) -> Optional[pulumi.Input[str]]:
|
72
|
+
"""
|
73
|
+
(Output)
|
74
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a
|
75
|
+
resource is deleted and recreated with the same name, the binding will be applicable to the
|
76
|
+
new resource. Format:
|
77
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "iam_policy_name_principal")
|
80
|
+
|
81
|
+
@iam_policy_name_principal.setter
|
82
|
+
def iam_policy_name_principal(self, value: Optional[pulumi.Input[str]]):
|
83
|
+
pulumi.set(self, "iam_policy_name_principal", value)
|
84
|
+
|
85
|
+
@property
|
86
|
+
@pulumi.getter(name="iamPolicyUidPrincipal")
|
87
|
+
def iam_policy_uid_principal(self) -> Optional[pulumi.Input[str]]:
|
88
|
+
"""
|
89
|
+
(Output)
|
90
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
|
91
|
+
If a resource is deleted and recreated with the same name, the binding will not be applicable to the
|
92
|
+
new resource. Format:
|
93
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
|
94
|
+
"""
|
95
|
+
return pulumi.get(self, "iam_policy_uid_principal")
|
96
|
+
|
97
|
+
@iam_policy_uid_principal.setter
|
98
|
+
def iam_policy_uid_principal(self, value: Optional[pulumi.Input[str]]):
|
99
|
+
pulumi.set(self, "iam_policy_uid_principal", value)
|
100
|
+
|
101
|
+
|
102
|
+
if not MYPY:
|
103
|
+
class RegionalParameterPolicyMemberArgsDict(TypedDict):
|
104
|
+
iam_policy_name_principal: NotRequired[pulumi.Input[str]]
|
105
|
+
"""
|
106
|
+
(Output)
|
107
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
108
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
109
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}`
|
110
|
+
"""
|
111
|
+
iam_policy_uid_principal: NotRequired[pulumi.Input[str]]
|
112
|
+
"""
|
113
|
+
(Output)
|
114
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
115
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
116
|
+
resource. Format:
|
117
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}`
|
118
|
+
"""
|
119
|
+
elif False:
|
120
|
+
RegionalParameterPolicyMemberArgsDict: TypeAlias = Mapping[str, Any]
|
121
|
+
|
122
|
+
@pulumi.input_type
|
123
|
+
class RegionalParameterPolicyMemberArgs:
|
124
|
+
def __init__(__self__, *,
|
125
|
+
iam_policy_name_principal: Optional[pulumi.Input[str]] = None,
|
126
|
+
iam_policy_uid_principal: Optional[pulumi.Input[str]] = None):
|
127
|
+
"""
|
128
|
+
:param pulumi.Input[str] iam_policy_name_principal: (Output)
|
129
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
130
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
131
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}`
|
132
|
+
:param pulumi.Input[str] iam_policy_uid_principal: (Output)
|
133
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
134
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
135
|
+
resource. Format:
|
136
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}`
|
137
|
+
"""
|
138
|
+
if iam_policy_name_principal is not None:
|
139
|
+
pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
|
140
|
+
if iam_policy_uid_principal is not None:
|
141
|
+
pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
|
142
|
+
|
143
|
+
@property
|
144
|
+
@pulumi.getter(name="iamPolicyNamePrincipal")
|
145
|
+
def iam_policy_name_principal(self) -> Optional[pulumi.Input[str]]:
|
146
|
+
"""
|
147
|
+
(Output)
|
148
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
149
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
150
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}`
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "iam_policy_name_principal")
|
153
|
+
|
154
|
+
@iam_policy_name_principal.setter
|
155
|
+
def iam_policy_name_principal(self, value: Optional[pulumi.Input[str]]):
|
156
|
+
pulumi.set(self, "iam_policy_name_principal", value)
|
157
|
+
|
158
|
+
@property
|
159
|
+
@pulumi.getter(name="iamPolicyUidPrincipal")
|
160
|
+
def iam_policy_uid_principal(self) -> Optional[pulumi.Input[str]]:
|
161
|
+
"""
|
162
|
+
(Output)
|
163
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
164
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
165
|
+
resource. Format:
|
166
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}`
|
167
|
+
"""
|
168
|
+
return pulumi.get(self, "iam_policy_uid_principal")
|
169
|
+
|
170
|
+
@iam_policy_uid_principal.setter
|
171
|
+
def iam_policy_uid_principal(self, value: Optional[pulumi.Input[str]]):
|
172
|
+
pulumi.set(self, "iam_policy_uid_principal", value)
|
173
|
+
|
174
|
+
|