pulumi-gcp 7.15.0a1711038061__py3-none-any.whl → 7.16.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.
Files changed (83) hide show
  1. pulumi_gcp/__init__.py +102 -0
  2. pulumi_gcp/accesscontextmanager/__init__.py +1 -0
  3. pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
  4. pulumi_gcp/accesscontextmanager/outputs.py +74 -58
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
  10. pulumi_gcp/apphub/__init__.py +15 -0
  11. pulumi_gcp/apphub/_inputs.py +1016 -0
  12. pulumi_gcp/apphub/application.py +775 -0
  13. pulumi_gcp/apphub/get_discovered_service.py +180 -0
  14. pulumi_gcp/apphub/get_discovered_workload.py +180 -0
  15. pulumi_gcp/apphub/outputs.py +1206 -0
  16. pulumi_gcp/apphub/service.py +1121 -0
  17. pulumi_gcp/apphub/service_project_attachment.py +516 -0
  18. pulumi_gcp/apphub/workload.py +1197 -0
  19. pulumi_gcp/cloudquota/__init__.py +10 -0
  20. pulumi_gcp/cloudquota/get_s_quota_info.py +322 -0
  21. pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
  22. pulumi_gcp/cloudquota/outputs.py +375 -0
  23. pulumi_gcp/cloudrunv2/_inputs.py +85 -4
  24. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  25. pulumi_gcp/cloudrunv2/outputs.py +165 -6
  26. pulumi_gcp/cloudrunv2/service.py +60 -6
  27. pulumi_gcp/composer/_inputs.py +16 -0
  28. pulumi_gcp/composer/outputs.py +23 -0
  29. pulumi_gcp/compute/_inputs.py +109 -11
  30. pulumi_gcp/compute/outputs.py +144 -13
  31. pulumi_gcp/compute/region_network_endpoint_group.py +30 -0
  32. pulumi_gcp/compute/region_url_map.py +152 -0
  33. pulumi_gcp/config/__init__.pyi +4 -0
  34. pulumi_gcp/config/vars.py +8 -0
  35. pulumi_gcp/dataform/repository.py +4 -74
  36. pulumi_gcp/firebase/__init__.py +1 -0
  37. pulumi_gcp/firebase/android_app.py +41 -40
  38. pulumi_gcp/firebase/app_check_device_check_config.py +572 -0
  39. pulumi_gcp/firestore/_inputs.py +69 -0
  40. pulumi_gcp/firestore/database.py +206 -0
  41. pulumi_gcp/firestore/index.py +34 -48
  42. pulumi_gcp/firestore/outputs.py +80 -0
  43. pulumi_gcp/gkeonprem/_inputs.py +1 -3
  44. pulumi_gcp/gkeonprem/outputs.py +1 -3
  45. pulumi_gcp/gkeonprem/v_mware_cluster.py +2 -0
  46. pulumi_gcp/iap/__init__.py +5 -0
  47. pulumi_gcp/iap/_inputs.py +100 -0
  48. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +172 -0
  49. pulumi_gcp/iap/outputs.py +76 -0
  50. pulumi_gcp/iap/tunnel_dest_group.py +524 -0
  51. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +858 -0
  52. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +858 -0
  53. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +760 -0
  54. pulumi_gcp/kms/__init__.py +1 -0
  55. pulumi_gcp/kms/_inputs.py +246 -0
  56. pulumi_gcp/kms/ekm_connection.py +610 -0
  57. pulumi_gcp/kms/outputs.py +242 -0
  58. pulumi_gcp/monitoring/_inputs.py +2 -0
  59. pulumi_gcp/monitoring/outputs.py +2 -0
  60. pulumi_gcp/networksecurity/__init__.py +1 -0
  61. pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
  62. pulumi_gcp/networksecurity/firewall_endpoint_association.py +753 -0
  63. pulumi_gcp/notebooks/instance.py +8 -0
  64. pulumi_gcp/orgpolicy/policy.py +2 -2
  65. pulumi_gcp/provider.py +40 -0
  66. pulumi_gcp/pubsub/_inputs.py +108 -0
  67. pulumi_gcp/pubsub/get_topic.py +11 -1
  68. pulumi_gcp/pubsub/outputs.py +213 -0
  69. pulumi_gcp/pubsub/subscription.py +4 -4
  70. pulumi_gcp/pubsub/topic.py +92 -0
  71. pulumi_gcp/securityposture/posture.py +2 -2
  72. pulumi_gcp/securityposture/posture_deployment.py +2 -2
  73. pulumi_gcp/storage/_inputs.py +72 -15
  74. pulumi_gcp/storage/bucket.py +54 -0
  75. pulumi_gcp/storage/get_bucket.py +11 -1
  76. pulumi_gcp/storage/outputs.py +110 -14
  77. pulumi_gcp/workstations/_inputs.py +247 -4
  78. pulumi_gcp/workstations/outputs.py +261 -5
  79. pulumi_gcp/workstations/workstation_config.py +160 -0
  80. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/METADATA +1 -1
  81. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/RECORD +83 -61
  82. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/WHEEL +0 -0
  83. {pulumi_gcp-7.15.0a1711038061.dist-info → pulumi_gcp-7.16.0.dist-info}/top_level.txt +0 -0
@@ -1321,6 +1321,82 @@ class RegionUrlMap(pulumi.CustomResource):
1321
1321
  network_tier="PREMIUM")
1322
1322
  ```
1323
1323
  <!--End PulumiCodeChooser -->
1324
+ ### Region Url Map Path Template Match
1325
+
1326
+ <!--Start PulumiCodeChooser -->
1327
+ ```python
1328
+ import pulumi
1329
+ import pulumi_gcp as gcp
1330
+
1331
+ default = gcp.compute.RegionHealthCheck("default",
1332
+ region="us-central1",
1333
+ name="health-check",
1334
+ check_interval_sec=1,
1335
+ timeout_sec=1,
1336
+ http_health_check=gcp.compute.RegionHealthCheckHttpHealthCheckArgs(
1337
+ port=80,
1338
+ request_path="/",
1339
+ ))
1340
+ home_backend = gcp.compute.RegionBackendService("home-backend",
1341
+ region="us-central1",
1342
+ name="home-service",
1343
+ port_name="http",
1344
+ protocol="HTTP",
1345
+ timeout_sec=10,
1346
+ load_balancing_scheme="EXTERNAL_MANAGED",
1347
+ health_checks=default.id)
1348
+ cart_backend = gcp.compute.RegionBackendService("cart-backend",
1349
+ region="us-central1",
1350
+ name="cart-service",
1351
+ port_name="http",
1352
+ protocol="HTTP",
1353
+ timeout_sec=10,
1354
+ load_balancing_scheme="EXTERNAL_MANAGED",
1355
+ health_checks=default.id)
1356
+ user_backend = gcp.compute.RegionBackendService("user-backend",
1357
+ region="us-central1",
1358
+ name="user-service",
1359
+ port_name="http",
1360
+ protocol="HTTP",
1361
+ timeout_sec=10,
1362
+ load_balancing_scheme="EXTERNAL_MANAGED",
1363
+ health_checks=default.id)
1364
+ urlmap = gcp.compute.RegionUrlMap("urlmap",
1365
+ region="us-central1",
1366
+ name="urlmap",
1367
+ description="a description",
1368
+ default_service=home_backend.id,
1369
+ host_rules=[gcp.compute.RegionUrlMapHostRuleArgs(
1370
+ hosts=["mysite.com"],
1371
+ path_matcher="mysite",
1372
+ )],
1373
+ path_matchers=[gcp.compute.RegionUrlMapPathMatcherArgs(
1374
+ name="mysite",
1375
+ default_service=home_backend.id,
1376
+ route_rules=[
1377
+ gcp.compute.RegionUrlMapPathMatcherRouteRuleArgs(
1378
+ match_rules=[gcp.compute.RegionUrlMapPathMatcherRouteRuleMatchRuleArgs(
1379
+ path_template_match="/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
1380
+ )],
1381
+ service=cart_backend.id,
1382
+ priority=1,
1383
+ route_action=gcp.compute.RegionUrlMapPathMatcherRouteRuleRouteActionArgs(
1384
+ url_rewrite=gcp.compute.RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs(
1385
+ path_template_rewrite="/{username}-{cartid}/",
1386
+ ),
1387
+ ),
1388
+ ),
1389
+ gcp.compute.RegionUrlMapPathMatcherRouteRuleArgs(
1390
+ match_rules=[gcp.compute.RegionUrlMapPathMatcherRouteRuleMatchRuleArgs(
1391
+ path_template_match="/xyzwebservices/v2/xyz/users/*/accountinfo/*",
1392
+ )],
1393
+ service=user_backend.id,
1394
+ priority=2,
1395
+ ),
1396
+ ],
1397
+ )])
1398
+ ```
1399
+ <!--End PulumiCodeChooser -->
1324
1400
 
1325
1401
  ## Import
1326
1402
 
@@ -2174,6 +2250,82 @@ class RegionUrlMap(pulumi.CustomResource):
2174
2250
  network_tier="PREMIUM")
2175
2251
  ```
2176
2252
  <!--End PulumiCodeChooser -->
2253
+ ### Region Url Map Path Template Match
2254
+
2255
+ <!--Start PulumiCodeChooser -->
2256
+ ```python
2257
+ import pulumi
2258
+ import pulumi_gcp as gcp
2259
+
2260
+ default = gcp.compute.RegionHealthCheck("default",
2261
+ region="us-central1",
2262
+ name="health-check",
2263
+ check_interval_sec=1,
2264
+ timeout_sec=1,
2265
+ http_health_check=gcp.compute.RegionHealthCheckHttpHealthCheckArgs(
2266
+ port=80,
2267
+ request_path="/",
2268
+ ))
2269
+ home_backend = gcp.compute.RegionBackendService("home-backend",
2270
+ region="us-central1",
2271
+ name="home-service",
2272
+ port_name="http",
2273
+ protocol="HTTP",
2274
+ timeout_sec=10,
2275
+ load_balancing_scheme="EXTERNAL_MANAGED",
2276
+ health_checks=default.id)
2277
+ cart_backend = gcp.compute.RegionBackendService("cart-backend",
2278
+ region="us-central1",
2279
+ name="cart-service",
2280
+ port_name="http",
2281
+ protocol="HTTP",
2282
+ timeout_sec=10,
2283
+ load_balancing_scheme="EXTERNAL_MANAGED",
2284
+ health_checks=default.id)
2285
+ user_backend = gcp.compute.RegionBackendService("user-backend",
2286
+ region="us-central1",
2287
+ name="user-service",
2288
+ port_name="http",
2289
+ protocol="HTTP",
2290
+ timeout_sec=10,
2291
+ load_balancing_scheme="EXTERNAL_MANAGED",
2292
+ health_checks=default.id)
2293
+ urlmap = gcp.compute.RegionUrlMap("urlmap",
2294
+ region="us-central1",
2295
+ name="urlmap",
2296
+ description="a description",
2297
+ default_service=home_backend.id,
2298
+ host_rules=[gcp.compute.RegionUrlMapHostRuleArgs(
2299
+ hosts=["mysite.com"],
2300
+ path_matcher="mysite",
2301
+ )],
2302
+ path_matchers=[gcp.compute.RegionUrlMapPathMatcherArgs(
2303
+ name="mysite",
2304
+ default_service=home_backend.id,
2305
+ route_rules=[
2306
+ gcp.compute.RegionUrlMapPathMatcherRouteRuleArgs(
2307
+ match_rules=[gcp.compute.RegionUrlMapPathMatcherRouteRuleMatchRuleArgs(
2308
+ path_template_match="/xyzwebservices/v2/xyz/users/{username=*}/carts/{cartid=**}",
2309
+ )],
2310
+ service=cart_backend.id,
2311
+ priority=1,
2312
+ route_action=gcp.compute.RegionUrlMapPathMatcherRouteRuleRouteActionArgs(
2313
+ url_rewrite=gcp.compute.RegionUrlMapPathMatcherRouteRuleRouteActionUrlRewriteArgs(
2314
+ path_template_rewrite="/{username}-{cartid}/",
2315
+ ),
2316
+ ),
2317
+ ),
2318
+ gcp.compute.RegionUrlMapPathMatcherRouteRuleArgs(
2319
+ match_rules=[gcp.compute.RegionUrlMapPathMatcherRouteRuleMatchRuleArgs(
2320
+ path_template_match="/xyzwebservices/v2/xyz/users/*/accountinfo/*",
2321
+ )],
2322
+ service=user_backend.id,
2323
+ priority=2,
2324
+ ),
2325
+ ],
2326
+ )])
2327
+ ```
2328
+ <!--End PulumiCodeChooser -->
2177
2329
 
2178
2330
  ## Import
2179
2331
 
@@ -30,6 +30,8 @@ apikeysCustomEndpoint: Optional[str]
30
30
 
31
31
  appEngineCustomEndpoint: Optional[str]
32
32
 
33
+ apphubCustomEndpoint: Optional[str]
34
+
33
35
  artifactRegistryCustomEndpoint: Optional[str]
34
36
 
35
37
  assuredWorkloadsCustomEndpoint: Optional[str]
@@ -80,6 +82,8 @@ cloudIdentityCustomEndpoint: Optional[str]
80
82
 
81
83
  cloudIdsCustomEndpoint: Optional[str]
82
84
 
85
+ cloudQuotasCustomEndpoint: Optional[str]
86
+
83
87
  cloudResourceManagerCustomEndpoint: Optional[str]
84
88
 
85
89
  cloudRunCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -56,6 +56,10 @@ class _ExportableConfig(types.ModuleType):
56
56
  def app_engine_custom_endpoint(self) -> Optional[str]:
57
57
  return __config__.get('appEngineCustomEndpoint')
58
58
 
59
+ @property
60
+ def apphub_custom_endpoint(self) -> Optional[str]:
61
+ return __config__.get('apphubCustomEndpoint')
62
+
59
63
  @property
60
64
  def artifact_registry_custom_endpoint(self) -> Optional[str]:
61
65
  return __config__.get('artifactRegistryCustomEndpoint')
@@ -156,6 +160,10 @@ class _ExportableConfig(types.ModuleType):
156
160
  def cloud_ids_custom_endpoint(self) -> Optional[str]:
157
161
  return __config__.get('cloudIdsCustomEndpoint')
158
162
 
163
+ @property
164
+ def cloud_quotas_custom_endpoint(self) -> Optional[str]:
165
+ return __config__.get('cloudQuotasCustomEndpoint')
166
+
159
167
  @property
160
168
  def cloud_resource_manager_custom_endpoint(self) -> Optional[str]:
161
169
  return __config__.get('cloudResourceManagerCustomEndpoint')
@@ -416,7 +416,6 @@ class Repository(pulumi.CustomResource):
416
416
  import pulumi
417
417
  import pulumi_gcp as gcp
418
418
 
419
- git_repository = gcp.sourcerepo.Repository("git_repository", name="my/repository")
420
419
  secret = gcp.secretmanager.Secret("secret",
421
420
  secret_id="my-secret",
422
421
  replication=gcp.secretmanager.SecretReplicationArgs(
@@ -425,7 +424,7 @@ class Repository(pulumi.CustomResource):
425
424
  secret_version = gcp.secretmanager.SecretVersion("secret_version",
426
425
  secret=secret.id,
427
426
  secret_data="secret-data")
428
- dataform_respository = gcp.dataform.Repository("dataform_respository",
427
+ dataform_repository = gcp.dataform.Repository("dataform_repository",
429
428
  name="dataform_repository",
430
429
  display_name="dataform_repository",
431
430
  npmrc_environment_variables_secret_version=secret_version.id,
@@ -433,7 +432,7 @@ class Repository(pulumi.CustomResource):
433
432
  "label_foo1": "label-bar1",
434
433
  },
435
434
  git_remote_settings=gcp.dataform.RepositoryGitRemoteSettingsArgs(
436
- url=git_repository.url,
435
+ url="https://github.com/OWNER/REPOSITORY.git",
437
436
  default_branch="main",
438
437
  authentication_token_secret_version=secret_version.id,
439
438
  ),
@@ -444,40 +443,6 @@ class Repository(pulumi.CustomResource):
444
443
  ))
445
444
  ```
446
445
  <!--End PulumiCodeChooser -->
447
- ### Dataform Repository Ssh
448
-
449
- <!--Start PulumiCodeChooser -->
450
- ```python
451
- import pulumi
452
- import pulumi_gcp as gcp
453
-
454
- git_repository = gcp.sourcerepo.Repository("git_repository", name="my/repository")
455
- secret = gcp.secretmanager.Secret("secret",
456
- secret_id="my-secret",
457
- replication=gcp.secretmanager.SecretReplicationArgs(
458
- auto=gcp.secretmanager.SecretReplicationAutoArgs(),
459
- ))
460
- secret_version = gcp.secretmanager.SecretVersion("secret_version",
461
- secret=secret.id,
462
- secret_data="secret-data")
463
- dataform_respository = gcp.dataform.Repository("dataform_respository",
464
- name="dataform_repository",
465
- git_remote_settings=gcp.dataform.RepositoryGitRemoteSettingsArgs(
466
- url=git_repository.url,
467
- default_branch="main",
468
- ssh_authentication_config=gcp.dataform.RepositoryGitRemoteSettingsSshAuthenticationConfigArgs(
469
- user_private_key_secret_version=secret_version.id,
470
- host_public_key="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU",
471
- ),
472
- ),
473
- workspace_compilation_overrides=gcp.dataform.RepositoryWorkspaceCompilationOverridesArgs(
474
- default_database="database",
475
- schema_suffix="_suffix",
476
- table_prefix="prefix_",
477
- ),
478
- service_account="1234567890-compute@developer.gserviceaccount.com")
479
- ```
480
- <!--End PulumiCodeChooser -->
481
446
 
482
447
  ## Import
483
448
 
@@ -547,7 +512,6 @@ class Repository(pulumi.CustomResource):
547
512
  import pulumi
548
513
  import pulumi_gcp as gcp
549
514
 
550
- git_repository = gcp.sourcerepo.Repository("git_repository", name="my/repository")
551
515
  secret = gcp.secretmanager.Secret("secret",
552
516
  secret_id="my-secret",
553
517
  replication=gcp.secretmanager.SecretReplicationArgs(
@@ -556,7 +520,7 @@ class Repository(pulumi.CustomResource):
556
520
  secret_version = gcp.secretmanager.SecretVersion("secret_version",
557
521
  secret=secret.id,
558
522
  secret_data="secret-data")
559
- dataform_respository = gcp.dataform.Repository("dataform_respository",
523
+ dataform_repository = gcp.dataform.Repository("dataform_repository",
560
524
  name="dataform_repository",
561
525
  display_name="dataform_repository",
562
526
  npmrc_environment_variables_secret_version=secret_version.id,
@@ -564,7 +528,7 @@ class Repository(pulumi.CustomResource):
564
528
  "label_foo1": "label-bar1",
565
529
  },
566
530
  git_remote_settings=gcp.dataform.RepositoryGitRemoteSettingsArgs(
567
- url=git_repository.url,
531
+ url="https://github.com/OWNER/REPOSITORY.git",
568
532
  default_branch="main",
569
533
  authentication_token_secret_version=secret_version.id,
570
534
  ),
@@ -575,40 +539,6 @@ class Repository(pulumi.CustomResource):
575
539
  ))
576
540
  ```
577
541
  <!--End PulumiCodeChooser -->
578
- ### Dataform Repository Ssh
579
-
580
- <!--Start PulumiCodeChooser -->
581
- ```python
582
- import pulumi
583
- import pulumi_gcp as gcp
584
-
585
- git_repository = gcp.sourcerepo.Repository("git_repository", name="my/repository")
586
- secret = gcp.secretmanager.Secret("secret",
587
- secret_id="my-secret",
588
- replication=gcp.secretmanager.SecretReplicationArgs(
589
- auto=gcp.secretmanager.SecretReplicationAutoArgs(),
590
- ))
591
- secret_version = gcp.secretmanager.SecretVersion("secret_version",
592
- secret=secret.id,
593
- secret_data="secret-data")
594
- dataform_respository = gcp.dataform.Repository("dataform_respository",
595
- name="dataform_repository",
596
- git_remote_settings=gcp.dataform.RepositoryGitRemoteSettingsArgs(
597
- url=git_repository.url,
598
- default_branch="main",
599
- ssh_authentication_config=gcp.dataform.RepositoryGitRemoteSettingsSshAuthenticationConfigArgs(
600
- user_private_key_secret_version=secret_version.id,
601
- host_public_key="ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU",
602
- ),
603
- ),
604
- workspace_compilation_overrides=gcp.dataform.RepositoryWorkspaceCompilationOverridesArgs(
605
- default_database="database",
606
- schema_suffix="_suffix",
607
- table_prefix="prefix_",
608
- ),
609
- service_account="1234567890-compute@developer.gserviceaccount.com")
610
- ```
611
- <!--End PulumiCodeChooser -->
612
542
 
613
543
  ## Import
614
544
 
@@ -8,6 +8,7 @@ import typing
8
8
  from .android_app import *
9
9
  from .app_check_app_attest_config import *
10
10
  from .app_check_debug_token import *
11
+ from .app_check_device_check_config import *
11
12
  from .app_check_play_integrity_config import *
12
13
  from .app_check_recaptcha_enterprise_config import *
13
14
  from .app_check_recaptcha_v3_config import *
@@ -15,15 +15,17 @@ __all__ = ['AndroidAppArgs', 'AndroidApp']
15
15
  class AndroidAppArgs:
16
16
  def __init__(__self__, *,
17
17
  display_name: pulumi.Input[str],
18
+ package_name: pulumi.Input[str],
18
19
  api_key_id: Optional[pulumi.Input[str]] = None,
19
20
  deletion_policy: Optional[pulumi.Input[str]] = None,
20
- package_name: Optional[pulumi.Input[str]] = None,
21
21
  project: Optional[pulumi.Input[str]] = None,
22
22
  sha1_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
23
23
  sha256_hashes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
24
24
  """
25
25
  The set of arguments for constructing a AndroidApp resource.
26
26
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
27
+ :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
28
+ Developer Console.
27
29
 
28
30
 
29
31
  - - -
@@ -33,20 +35,17 @@ class AndroidAppArgs:
33
35
  :param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the AndroidApp to be untracked from terraform state rather than deleted upon
34
36
  'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
35
37
  AndroidApp. Defaults to 'DELETE'.
36
- :param pulumi.Input[str] package_name: Immutable. The canonical package name of the Android app as would appear in the Google Play
37
- Developer Console.
38
38
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
39
39
  If it is not provided, the provider project is used.
40
40
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
41
41
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha256_hashes: The SHA256 certificate hashes for the AndroidApp.
42
42
  """
43
43
  pulumi.set(__self__, "display_name", display_name)
44
+ pulumi.set(__self__, "package_name", package_name)
44
45
  if api_key_id is not None:
45
46
  pulumi.set(__self__, "api_key_id", api_key_id)
46
47
  if deletion_policy is not None:
47
48
  pulumi.set(__self__, "deletion_policy", deletion_policy)
48
- if package_name is not None:
49
- pulumi.set(__self__, "package_name", package_name)
50
49
  if project is not None:
51
50
  pulumi.set(__self__, "project", project)
52
51
  if sha1_hashes is not None:
@@ -59,9 +58,6 @@ class AndroidAppArgs:
59
58
  def display_name(self) -> pulumi.Input[str]:
60
59
  """
61
60
  The user-assigned display name of the AndroidApp.
62
-
63
-
64
- - - -
65
61
  """
66
62
  return pulumi.get(self, "display_name")
67
63
 
@@ -69,6 +65,22 @@ class AndroidAppArgs:
69
65
  def display_name(self, value: pulumi.Input[str]):
70
66
  pulumi.set(self, "display_name", value)
71
67
 
68
+ @property
69
+ @pulumi.getter(name="packageName")
70
+ def package_name(self) -> pulumi.Input[str]:
71
+ """
72
+ The canonical package name of the Android app as would appear in the Google Play
73
+ Developer Console.
74
+
75
+
76
+ - - -
77
+ """
78
+ return pulumi.get(self, "package_name")
79
+
80
+ @package_name.setter
81
+ def package_name(self, value: pulumi.Input[str]):
82
+ pulumi.set(self, "package_name", value)
83
+
72
84
  @property
73
85
  @pulumi.getter(name="apiKeyId")
74
86
  def api_key_id(self) -> Optional[pulumi.Input[str]]:
@@ -97,19 +109,6 @@ class AndroidAppArgs:
97
109
  def deletion_policy(self, value: Optional[pulumi.Input[str]]):
98
110
  pulumi.set(self, "deletion_policy", value)
99
111
 
100
- @property
101
- @pulumi.getter(name="packageName")
102
- def package_name(self) -> Optional[pulumi.Input[str]]:
103
- """
104
- Immutable. The canonical package name of the Android app as would appear in the Google Play
105
- Developer Console.
106
- """
107
- return pulumi.get(self, "package_name")
108
-
109
- @package_name.setter
110
- def package_name(self, value: Optional[pulumi.Input[str]]):
111
- pulumi.set(self, "package_name", value)
112
-
113
112
  @property
114
113
  @pulumi.getter
115
114
  def project(self) -> Optional[pulumi.Input[str]]:
@@ -172,15 +171,15 @@ class _AndroidAppState:
172
171
  'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
173
172
  AndroidApp. Defaults to 'DELETE'.
174
173
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
175
-
176
-
177
- - - -
178
174
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
179
175
  with update requests to ensure the client has an up-to-date value before proceeding.
180
176
  :param pulumi.Input[str] name: The fully qualified resource name of the AndroidApp, for example:
181
177
  projects/projectId/androidApps/appId
182
- :param pulumi.Input[str] package_name: Immutable. The canonical package name of the Android app as would appear in the Google Play
178
+ :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
183
179
  Developer Console.
180
+
181
+
182
+ - - -
184
183
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
185
184
  If it is not provided, the provider project is used.
186
185
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
@@ -253,9 +252,6 @@ class _AndroidAppState:
253
252
  def display_name(self) -> Optional[pulumi.Input[str]]:
254
253
  """
255
254
  The user-assigned display name of the AndroidApp.
256
-
257
-
258
- - - -
259
255
  """
260
256
  return pulumi.get(self, "display_name")
261
257
 
@@ -293,8 +289,11 @@ class _AndroidAppState:
293
289
  @pulumi.getter(name="packageName")
294
290
  def package_name(self) -> Optional[pulumi.Input[str]]:
295
291
  """
296
- Immutable. The canonical package name of the Android app as would appear in the Google Play
292
+ The canonical package name of the Android app as would appear in the Google Play
297
293
  Developer Console.
294
+
295
+
296
+ - - -
298
297
  """
299
298
  return pulumi.get(self, "package_name")
300
299
 
@@ -445,11 +444,11 @@ class AndroidApp(pulumi.CustomResource):
445
444
  'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
446
445
  AndroidApp. Defaults to 'DELETE'.
447
446
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
447
+ :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
448
+ Developer Console.
448
449
 
449
450
 
450
451
  - - -
451
- :param pulumi.Input[str] package_name: Immutable. The canonical package name of the Android app as would appear in the Google Play
452
- Developer Console.
453
452
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
454
453
  If it is not provided, the provider project is used.
455
454
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
@@ -580,6 +579,8 @@ class AndroidApp(pulumi.CustomResource):
580
579
  if display_name is None and not opts.urn:
581
580
  raise TypeError("Missing required property 'display_name'")
582
581
  __props__.__dict__["display_name"] = display_name
582
+ if package_name is None and not opts.urn:
583
+ raise TypeError("Missing required property 'package_name'")
583
584
  __props__.__dict__["package_name"] = package_name
584
585
  __props__.__dict__["project"] = project
585
586
  __props__.__dict__["sha1_hashes"] = sha1_hashes
@@ -623,15 +624,15 @@ class AndroidApp(pulumi.CustomResource):
623
624
  'terraform destroy'. This is useful because the AndroidApp may be serving traffic. Set to 'DELETE' to delete the
624
625
  AndroidApp. Defaults to 'DELETE'.
625
626
  :param pulumi.Input[str] display_name: The user-assigned display name of the AndroidApp.
626
-
627
-
628
- - - -
629
627
  :param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and it may be sent
630
628
  with update requests to ensure the client has an up-to-date value before proceeding.
631
629
  :param pulumi.Input[str] name: The fully qualified resource name of the AndroidApp, for example:
632
630
  projects/projectId/androidApps/appId
633
- :param pulumi.Input[str] package_name: Immutable. The canonical package name of the Android app as would appear in the Google Play
631
+ :param pulumi.Input[str] package_name: The canonical package name of the Android app as would appear in the Google Play
634
632
  Developer Console.
633
+
634
+
635
+ - - -
635
636
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
636
637
  If it is not provided, the provider project is used.
637
638
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sha1_hashes: The SHA1 certificate hashes for the AndroidApp.
@@ -687,9 +688,6 @@ class AndroidApp(pulumi.CustomResource):
687
688
  def display_name(self) -> pulumi.Output[str]:
688
689
  """
689
690
  The user-assigned display name of the AndroidApp.
690
-
691
-
692
- - - -
693
691
  """
694
692
  return pulumi.get(self, "display_name")
695
693
 
@@ -713,10 +711,13 @@ class AndroidApp(pulumi.CustomResource):
713
711
 
714
712
  @property
715
713
  @pulumi.getter(name="packageName")
716
- def package_name(self) -> pulumi.Output[Optional[str]]:
714
+ def package_name(self) -> pulumi.Output[str]:
717
715
  """
718
- Immutable. The canonical package name of the Android app as would appear in the Google Play
716
+ The canonical package name of the Android app as would appear in the Google Play
719
717
  Developer Console.
718
+
719
+
720
+ - - -
720
721
  """
721
722
  return pulumi.get(self, "package_name")
722
723