pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.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 (97) hide show
  1. pulumi_gcp/__init__.py +40 -0
  2. pulumi_gcp/alloydb/cluster.py +16 -64
  3. pulumi_gcp/apigee/_inputs.py +89 -0
  4. pulumi_gcp/apigee/environment.py +68 -2
  5. pulumi_gcp/apigee/outputs.py +88 -0
  6. pulumi_gcp/apihub/__init__.py +1 -0
  7. pulumi_gcp/apihub/_inputs.py +184 -0
  8. pulumi_gcp/apihub/curation.py +812 -0
  9. pulumi_gcp/apihub/outputs.py +165 -0
  10. pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
  11. pulumi_gcp/beyondcorp/security_gateway.py +28 -0
  12. pulumi_gcp/bigquery/__init__.py +1 -0
  13. pulumi_gcp/bigquery/get_datasets.py +131 -0
  14. pulumi_gcp/bigquery/outputs.py +52 -0
  15. pulumi_gcp/cloudrunv2/_inputs.py +463 -0
  16. pulumi_gcp/cloudrunv2/outputs.py +581 -1
  17. pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
  18. pulumi_gcp/colab/_inputs.py +14 -1
  19. pulumi_gcp/colab/outputs.py +8 -1
  20. pulumi_gcp/colab/runtime_template.py +5 -27
  21. pulumi_gcp/compute/__init__.py +3 -0
  22. pulumi_gcp/compute/_inputs.py +1829 -3
  23. pulumi_gcp/compute/backend_service.py +18 -2
  24. pulumi_gcp/compute/get_region_instance_template.py +12 -1
  25. pulumi_gcp/compute/get_router_nat.py +23 -1
  26. pulumi_gcp/compute/interconnect.py +32 -0
  27. pulumi_gcp/compute/interconnect_attachment.py +304 -0
  28. pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
  29. pulumi_gcp/compute/interconnect_group.py +586 -0
  30. pulumi_gcp/compute/outputs.py +1321 -2
  31. pulumi_gcp/compute/region_instance_template.py +28 -0
  32. pulumi_gcp/compute/router_nat.py +143 -0
  33. pulumi_gcp/compute/snapshot_settings.py +285 -0
  34. pulumi_gcp/compute/url_map.py +338 -0
  35. pulumi_gcp/container/_inputs.py +57 -24
  36. pulumi_gcp/container/cluster.py +47 -0
  37. pulumi_gcp/container/get_cluster.py +12 -1
  38. pulumi_gcp/container/outputs.py +75 -20
  39. pulumi_gcp/dataplex/__init__.py +1 -0
  40. pulumi_gcp/dataplex/_inputs.py +492 -0
  41. pulumi_gcp/dataplex/datascan.py +2 -0
  42. pulumi_gcp/dataplex/entry.py +1038 -0
  43. pulumi_gcp/dataplex/outputs.py +357 -1
  44. pulumi_gcp/datastream/_inputs.py +48 -6
  45. pulumi_gcp/datastream/outputs.py +46 -4
  46. pulumi_gcp/datastream/private_connection.py +205 -35
  47. pulumi_gcp/dns/_inputs.py +73 -0
  48. pulumi_gcp/dns/outputs.py +60 -0
  49. pulumi_gcp/dns/policy.py +54 -0
  50. pulumi_gcp/eventarc/_inputs.py +12 -5
  51. pulumi_gcp/eventarc/outputs.py +8 -3
  52. pulumi_gcp/eventarc/pipeline.py +0 -12
  53. pulumi_gcp/filestore/_inputs.py +44 -1
  54. pulumi_gcp/filestore/instance.py +7 -7
  55. pulumi_gcp/filestore/outputs.py +52 -2
  56. pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
  57. pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
  58. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
  59. pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
  60. pulumi_gcp/gkehub/_inputs.py +84 -7
  61. pulumi_gcp/gkehub/feature.py +38 -0
  62. pulumi_gcp/gkehub/outputs.py +102 -7
  63. pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
  64. pulumi_gcp/gkeonprem/_inputs.py +54 -0
  65. pulumi_gcp/gkeonprem/outputs.py +49 -0
  66. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
  67. pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
  68. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  69. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  70. pulumi_gcp/managedkafka/connect_cluster.py +4 -4
  71. pulumi_gcp/managedkafka/connector.py +4 -4
  72. pulumi_gcp/memorystore/_inputs.py +6 -6
  73. pulumi_gcp/memorystore/outputs.py +8 -8
  74. pulumi_gcp/netapp/_inputs.py +113 -0
  75. pulumi_gcp/netapp/backup_vault.py +56 -0
  76. pulumi_gcp/netapp/outputs.py +92 -0
  77. pulumi_gcp/networkconnectivity/_inputs.py +9 -9
  78. pulumi_gcp/networkconnectivity/outputs.py +6 -6
  79. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  80. pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
  81. pulumi_gcp/orgpolicy/policy.py +2 -2
  82. pulumi_gcp/pubsub/_inputs.py +392 -0
  83. pulumi_gcp/pubsub/get_subscription.py +12 -1
  84. pulumi_gcp/pubsub/get_topic.py +12 -1
  85. pulumi_gcp/pubsub/outputs.py +548 -0
  86. pulumi_gcp/pubsub/subscription.py +67 -6
  87. pulumi_gcp/pubsub/topic.py +61 -0
  88. pulumi_gcp/pulumi-plugin.json +1 -1
  89. pulumi_gcp/redis/_inputs.py +3 -6
  90. pulumi_gcp/redis/outputs.py +2 -4
  91. pulumi_gcp/storage/bucket_object.py +4 -4
  92. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  93. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  94. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
  95. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
  96. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
  97. {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/top_level.txt +0 -0
@@ -102,6 +102,14 @@ __all__ = [
102
102
  'DatascanIamBindingConditionArgsDict',
103
103
  'DatascanIamMemberConditionArgs',
104
104
  'DatascanIamMemberConditionArgsDict',
105
+ 'EntryAspectArgs',
106
+ 'EntryAspectArgsDict',
107
+ 'EntryAspectAspectArgs',
108
+ 'EntryAspectAspectArgsDict',
109
+ 'EntryEntrySourceArgs',
110
+ 'EntryEntrySourceArgsDict',
111
+ 'EntryEntrySourceAncestorArgs',
112
+ 'EntryEntrySourceAncestorArgsDict',
105
113
  'EntryGroupIamBindingConditionArgs',
106
114
  'EntryGroupIamBindingConditionArgsDict',
107
115
  'EntryGroupIamMemberConditionArgs',
@@ -1420,6 +1428,10 @@ class DatascanDataProfileSpecPostScanActionsBigqueryExportArgs:
1420
1428
 
1421
1429
  if not MYPY:
1422
1430
  class DatascanDataQualitySpecArgsDict(TypedDict):
1431
+ catalog_publishing_enabled: NotRequired[pulumi.Input[builtins.bool]]
1432
+ """
1433
+ If set, the latest DataScan job result will be published to Dataplex Catalog.
1434
+ """
1423
1435
  post_scan_actions: NotRequired[pulumi.Input['DatascanDataQualitySpecPostScanActionsArgsDict']]
1424
1436
  """
1425
1437
  Actions to take upon job completion.
@@ -1446,11 +1458,13 @@ elif False:
1446
1458
  @pulumi.input_type
1447
1459
  class DatascanDataQualitySpecArgs:
1448
1460
  def __init__(__self__, *,
1461
+ catalog_publishing_enabled: Optional[pulumi.Input[builtins.bool]] = None,
1449
1462
  post_scan_actions: Optional[pulumi.Input['DatascanDataQualitySpecPostScanActionsArgs']] = None,
1450
1463
  row_filter: Optional[pulumi.Input[builtins.str]] = None,
1451
1464
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['DatascanDataQualitySpecRuleArgs']]]] = None,
1452
1465
  sampling_percent: Optional[pulumi.Input[builtins.float]] = None):
1453
1466
  """
1467
+ :param pulumi.Input[builtins.bool] catalog_publishing_enabled: If set, the latest DataScan job result will be published to Dataplex Catalog.
1454
1468
  :param pulumi.Input['DatascanDataQualitySpecPostScanActionsArgs'] post_scan_actions: Actions to take upon job completion.
1455
1469
  Structure is documented below.
1456
1470
  :param pulumi.Input[builtins.str] row_filter: A filter applied to all rows in a single DataScan job. The filter needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2 < 10
@@ -1460,6 +1474,8 @@ class DatascanDataQualitySpecArgs:
1460
1474
  Value can range between 0.0 and 100.0 with up to 3 significant decimal digits.
1461
1475
  Sampling is not applied if `sampling_percent` is not specified, 0 or 100.
1462
1476
  """
1477
+ if catalog_publishing_enabled is not None:
1478
+ pulumi.set(__self__, "catalog_publishing_enabled", catalog_publishing_enabled)
1463
1479
  if post_scan_actions is not None:
1464
1480
  pulumi.set(__self__, "post_scan_actions", post_scan_actions)
1465
1481
  if row_filter is not None:
@@ -1469,6 +1485,18 @@ class DatascanDataQualitySpecArgs:
1469
1485
  if sampling_percent is not None:
1470
1486
  pulumi.set(__self__, "sampling_percent", sampling_percent)
1471
1487
 
1488
+ @property
1489
+ @pulumi.getter(name="catalogPublishingEnabled")
1490
+ def catalog_publishing_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
1491
+ """
1492
+ If set, the latest DataScan job result will be published to Dataplex Catalog.
1493
+ """
1494
+ return pulumi.get(self, "catalog_publishing_enabled")
1495
+
1496
+ @catalog_publishing_enabled.setter
1497
+ def catalog_publishing_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
1498
+ pulumi.set(self, "catalog_publishing_enabled", value)
1499
+
1472
1500
  @property
1473
1501
  @pulumi.getter(name="postScanActions")
1474
1502
  def post_scan_actions(self) -> Optional[pulumi.Input['DatascanDataQualitySpecPostScanActionsArgs']]:
@@ -2860,6 +2888,470 @@ class DatascanIamMemberConditionArgs:
2860
2888
  pulumi.set(self, "description", value)
2861
2889
 
2862
2890
 
2891
+ if not MYPY:
2892
+ class EntryAspectArgsDict(TypedDict):
2893
+ aspect: pulumi.Input['EntryAspectAspectArgsDict']
2894
+ """
2895
+ A nested object resource.
2896
+ Structure is documented below.
2897
+ """
2898
+ aspect_key: pulumi.Input[builtins.str]
2899
+ """
2900
+ Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:
2901
+ If the aspect is attached directly to the entry: {project_number}.{locationId}.{aspectTypeId}
2902
+ If the aspect is attached to an entry's path: {project_number}.{locationId}.{aspectTypeId}@{path}
2903
+ """
2904
+ elif False:
2905
+ EntryAspectArgsDict: TypeAlias = Mapping[str, Any]
2906
+
2907
+ @pulumi.input_type
2908
+ class EntryAspectArgs:
2909
+ def __init__(__self__, *,
2910
+ aspect: pulumi.Input['EntryAspectAspectArgs'],
2911
+ aspect_key: pulumi.Input[builtins.str]):
2912
+ """
2913
+ :param pulumi.Input['EntryAspectAspectArgs'] aspect: A nested object resource.
2914
+ Structure is documented below.
2915
+ :param pulumi.Input[builtins.str] aspect_key: Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:
2916
+ If the aspect is attached directly to the entry: {project_number}.{locationId}.{aspectTypeId}
2917
+ If the aspect is attached to an entry's path: {project_number}.{locationId}.{aspectTypeId}@{path}
2918
+ """
2919
+ pulumi.set(__self__, "aspect", aspect)
2920
+ pulumi.set(__self__, "aspect_key", aspect_key)
2921
+
2922
+ @property
2923
+ @pulumi.getter
2924
+ def aspect(self) -> pulumi.Input['EntryAspectAspectArgs']:
2925
+ """
2926
+ A nested object resource.
2927
+ Structure is documented below.
2928
+ """
2929
+ return pulumi.get(self, "aspect")
2930
+
2931
+ @aspect.setter
2932
+ def aspect(self, value: pulumi.Input['EntryAspectAspectArgs']):
2933
+ pulumi.set(self, "aspect", value)
2934
+
2935
+ @property
2936
+ @pulumi.getter(name="aspectKey")
2937
+ def aspect_key(self) -> pulumi.Input[builtins.str]:
2938
+ """
2939
+ Depending on how the aspect is attached to the entry, the format of the aspect key can be one of the following:
2940
+ If the aspect is attached directly to the entry: {project_number}.{locationId}.{aspectTypeId}
2941
+ If the aspect is attached to an entry's path: {project_number}.{locationId}.{aspectTypeId}@{path}
2942
+ """
2943
+ return pulumi.get(self, "aspect_key")
2944
+
2945
+ @aspect_key.setter
2946
+ def aspect_key(self, value: pulumi.Input[builtins.str]):
2947
+ pulumi.set(self, "aspect_key", value)
2948
+
2949
+
2950
+ if not MYPY:
2951
+ class EntryAspectAspectArgsDict(TypedDict):
2952
+ data: pulumi.Input[builtins.str]
2953
+ """
2954
+ The content of the aspect in JSON form, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8).
2955
+ """
2956
+ aspect_type: NotRequired[pulumi.Input[builtins.str]]
2957
+ """
2958
+ (Output)
2959
+ The resource name of the type used to create this Aspect.
2960
+ """
2961
+ create_time: NotRequired[pulumi.Input[builtins.str]]
2962
+ """
2963
+ (Output)
2964
+ The time when the Aspect was created.
2965
+ """
2966
+ path: NotRequired[pulumi.Input[builtins.str]]
2967
+ """
2968
+ (Output)
2969
+ The path in the entry under which the aspect is attached.
2970
+ """
2971
+ update_time: NotRequired[pulumi.Input[builtins.str]]
2972
+ """
2973
+ (Output)
2974
+ The time when the Aspect was last modified.
2975
+ """
2976
+ elif False:
2977
+ EntryAspectAspectArgsDict: TypeAlias = Mapping[str, Any]
2978
+
2979
+ @pulumi.input_type
2980
+ class EntryAspectAspectArgs:
2981
+ def __init__(__self__, *,
2982
+ data: pulumi.Input[builtins.str],
2983
+ aspect_type: Optional[pulumi.Input[builtins.str]] = None,
2984
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
2985
+ path: Optional[pulumi.Input[builtins.str]] = None,
2986
+ update_time: Optional[pulumi.Input[builtins.str]] = None):
2987
+ """
2988
+ :param pulumi.Input[builtins.str] data: The content of the aspect in JSON form, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8).
2989
+ :param pulumi.Input[builtins.str] aspect_type: (Output)
2990
+ The resource name of the type used to create this Aspect.
2991
+ :param pulumi.Input[builtins.str] create_time: (Output)
2992
+ The time when the Aspect was created.
2993
+ :param pulumi.Input[builtins.str] path: (Output)
2994
+ The path in the entry under which the aspect is attached.
2995
+ :param pulumi.Input[builtins.str] update_time: (Output)
2996
+ The time when the Aspect was last modified.
2997
+ """
2998
+ pulumi.set(__self__, "data", data)
2999
+ if aspect_type is not None:
3000
+ pulumi.set(__self__, "aspect_type", aspect_type)
3001
+ if create_time is not None:
3002
+ pulumi.set(__self__, "create_time", create_time)
3003
+ if path is not None:
3004
+ pulumi.set(__self__, "path", path)
3005
+ if update_time is not None:
3006
+ pulumi.set(__self__, "update_time", update_time)
3007
+
3008
+ @property
3009
+ @pulumi.getter
3010
+ def data(self) -> pulumi.Input[builtins.str]:
3011
+ """
3012
+ The content of the aspect in JSON form, according to its aspect type schema. The maximum size of the field is 120KB (encoded as UTF-8).
3013
+ """
3014
+ return pulumi.get(self, "data")
3015
+
3016
+ @data.setter
3017
+ def data(self, value: pulumi.Input[builtins.str]):
3018
+ pulumi.set(self, "data", value)
3019
+
3020
+ @property
3021
+ @pulumi.getter(name="aspectType")
3022
+ def aspect_type(self) -> Optional[pulumi.Input[builtins.str]]:
3023
+ """
3024
+ (Output)
3025
+ The resource name of the type used to create this Aspect.
3026
+ """
3027
+ return pulumi.get(self, "aspect_type")
3028
+
3029
+ @aspect_type.setter
3030
+ def aspect_type(self, value: Optional[pulumi.Input[builtins.str]]):
3031
+ pulumi.set(self, "aspect_type", value)
3032
+
3033
+ @property
3034
+ @pulumi.getter(name="createTime")
3035
+ def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
3036
+ """
3037
+ (Output)
3038
+ The time when the Aspect was created.
3039
+ """
3040
+ return pulumi.get(self, "create_time")
3041
+
3042
+ @create_time.setter
3043
+ def create_time(self, value: Optional[pulumi.Input[builtins.str]]):
3044
+ pulumi.set(self, "create_time", value)
3045
+
3046
+ @property
3047
+ @pulumi.getter
3048
+ def path(self) -> Optional[pulumi.Input[builtins.str]]:
3049
+ """
3050
+ (Output)
3051
+ The path in the entry under which the aspect is attached.
3052
+ """
3053
+ return pulumi.get(self, "path")
3054
+
3055
+ @path.setter
3056
+ def path(self, value: Optional[pulumi.Input[builtins.str]]):
3057
+ pulumi.set(self, "path", value)
3058
+
3059
+ @property
3060
+ @pulumi.getter(name="updateTime")
3061
+ def update_time(self) -> Optional[pulumi.Input[builtins.str]]:
3062
+ """
3063
+ (Output)
3064
+ The time when the Aspect was last modified.
3065
+ """
3066
+ return pulumi.get(self, "update_time")
3067
+
3068
+ @update_time.setter
3069
+ def update_time(self, value: Optional[pulumi.Input[builtins.str]]):
3070
+ pulumi.set(self, "update_time", value)
3071
+
3072
+
3073
+ if not MYPY:
3074
+ class EntryEntrySourceArgsDict(TypedDict):
3075
+ ancestors: NotRequired[pulumi.Input[Sequence[pulumi.Input['EntryEntrySourceAncestorArgsDict']]]]
3076
+ """
3077
+ Structure is documented below.
3078
+ """
3079
+ create_time: NotRequired[pulumi.Input[builtins.str]]
3080
+ """
3081
+ The time when the resource was created in the source system.
3082
+ """
3083
+ description: NotRequired[pulumi.Input[builtins.str]]
3084
+ """
3085
+ A description of the data resource. Maximum length is 2,000 characters.
3086
+ """
3087
+ display_name: NotRequired[pulumi.Input[builtins.str]]
3088
+ """
3089
+ A user-friendly display name. Maximum length is 500 characters.
3090
+ """
3091
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
3092
+ """
3093
+ User-defined labels. The maximum size of keys and values is 128 characters each.
3094
+ An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
3095
+ """
3096
+ location: NotRequired[pulumi.Input[builtins.str]]
3097
+ """
3098
+ (Output)
3099
+ Location of the resource in the source system. You can search the entry by this location.
3100
+ By default, this should match the location of the entry group containing this entry.
3101
+ A different value allows capturing the source location for data external to Google Cloud.
3102
+ """
3103
+ platform: NotRequired[pulumi.Input[builtins.str]]
3104
+ """
3105
+ The platform containing the source system. Maximum length is 64 characters.
3106
+ """
3107
+ resource: NotRequired[pulumi.Input[builtins.str]]
3108
+ """
3109
+ The name of the resource in the source system. Maximum length is 4,000 characters.
3110
+ """
3111
+ system: NotRequired[pulumi.Input[builtins.str]]
3112
+ """
3113
+ The name of the source system. Maximum length is 64 characters.
3114
+ """
3115
+ update_time: NotRequired[pulumi.Input[builtins.str]]
3116
+ """
3117
+ The time when the resource was last updated in the source system.
3118
+ If the entry exists in the system and its EntrySource has updateTime populated,
3119
+ further updates to the EntrySource of the entry must provide incremental updates to its updateTime.
3120
+ """
3121
+ elif False:
3122
+ EntryEntrySourceArgsDict: TypeAlias = Mapping[str, Any]
3123
+
3124
+ @pulumi.input_type
3125
+ class EntryEntrySourceArgs:
3126
+ def __init__(__self__, *,
3127
+ ancestors: Optional[pulumi.Input[Sequence[pulumi.Input['EntryEntrySourceAncestorArgs']]]] = None,
3128
+ create_time: Optional[pulumi.Input[builtins.str]] = None,
3129
+ description: Optional[pulumi.Input[builtins.str]] = None,
3130
+ display_name: Optional[pulumi.Input[builtins.str]] = None,
3131
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
3132
+ location: Optional[pulumi.Input[builtins.str]] = None,
3133
+ platform: Optional[pulumi.Input[builtins.str]] = None,
3134
+ resource: Optional[pulumi.Input[builtins.str]] = None,
3135
+ system: Optional[pulumi.Input[builtins.str]] = None,
3136
+ update_time: Optional[pulumi.Input[builtins.str]] = None):
3137
+ """
3138
+ :param pulumi.Input[Sequence[pulumi.Input['EntryEntrySourceAncestorArgs']]] ancestors: Structure is documented below.
3139
+ :param pulumi.Input[builtins.str] create_time: The time when the resource was created in the source system.
3140
+ :param pulumi.Input[builtins.str] description: A description of the data resource. Maximum length is 2,000 characters.
3141
+ :param pulumi.Input[builtins.str] display_name: A user-friendly display name. Maximum length is 500 characters.
3142
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: User-defined labels. The maximum size of keys and values is 128 characters each.
3143
+ An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
3144
+ :param pulumi.Input[builtins.str] location: (Output)
3145
+ Location of the resource in the source system. You can search the entry by this location.
3146
+ By default, this should match the location of the entry group containing this entry.
3147
+ A different value allows capturing the source location for data external to Google Cloud.
3148
+ :param pulumi.Input[builtins.str] platform: The platform containing the source system. Maximum length is 64 characters.
3149
+ :param pulumi.Input[builtins.str] resource: The name of the resource in the source system. Maximum length is 4,000 characters.
3150
+ :param pulumi.Input[builtins.str] system: The name of the source system. Maximum length is 64 characters.
3151
+ :param pulumi.Input[builtins.str] update_time: The time when the resource was last updated in the source system.
3152
+ If the entry exists in the system and its EntrySource has updateTime populated,
3153
+ further updates to the EntrySource of the entry must provide incremental updates to its updateTime.
3154
+ """
3155
+ if ancestors is not None:
3156
+ pulumi.set(__self__, "ancestors", ancestors)
3157
+ if create_time is not None:
3158
+ pulumi.set(__self__, "create_time", create_time)
3159
+ if description is not None:
3160
+ pulumi.set(__self__, "description", description)
3161
+ if display_name is not None:
3162
+ pulumi.set(__self__, "display_name", display_name)
3163
+ if labels is not None:
3164
+ pulumi.set(__self__, "labels", labels)
3165
+ if location is not None:
3166
+ pulumi.set(__self__, "location", location)
3167
+ if platform is not None:
3168
+ pulumi.set(__self__, "platform", platform)
3169
+ if resource is not None:
3170
+ pulumi.set(__self__, "resource", resource)
3171
+ if system is not None:
3172
+ pulumi.set(__self__, "system", system)
3173
+ if update_time is not None:
3174
+ pulumi.set(__self__, "update_time", update_time)
3175
+
3176
+ @property
3177
+ @pulumi.getter
3178
+ def ancestors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['EntryEntrySourceAncestorArgs']]]]:
3179
+ """
3180
+ Structure is documented below.
3181
+ """
3182
+ return pulumi.get(self, "ancestors")
3183
+
3184
+ @ancestors.setter
3185
+ def ancestors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['EntryEntrySourceAncestorArgs']]]]):
3186
+ pulumi.set(self, "ancestors", value)
3187
+
3188
+ @property
3189
+ @pulumi.getter(name="createTime")
3190
+ def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
3191
+ """
3192
+ The time when the resource was created in the source system.
3193
+ """
3194
+ return pulumi.get(self, "create_time")
3195
+
3196
+ @create_time.setter
3197
+ def create_time(self, value: Optional[pulumi.Input[builtins.str]]):
3198
+ pulumi.set(self, "create_time", value)
3199
+
3200
+ @property
3201
+ @pulumi.getter
3202
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
3203
+ """
3204
+ A description of the data resource. Maximum length is 2,000 characters.
3205
+ """
3206
+ return pulumi.get(self, "description")
3207
+
3208
+ @description.setter
3209
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
3210
+ pulumi.set(self, "description", value)
3211
+
3212
+ @property
3213
+ @pulumi.getter(name="displayName")
3214
+ def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
3215
+ """
3216
+ A user-friendly display name. Maximum length is 500 characters.
3217
+ """
3218
+ return pulumi.get(self, "display_name")
3219
+
3220
+ @display_name.setter
3221
+ def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
3222
+ pulumi.set(self, "display_name", value)
3223
+
3224
+ @property
3225
+ @pulumi.getter
3226
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
3227
+ """
3228
+ User-defined labels. The maximum size of keys and values is 128 characters each.
3229
+ An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
3230
+ """
3231
+ return pulumi.get(self, "labels")
3232
+
3233
+ @labels.setter
3234
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
3235
+ pulumi.set(self, "labels", value)
3236
+
3237
+ @property
3238
+ @pulumi.getter
3239
+ def location(self) -> Optional[pulumi.Input[builtins.str]]:
3240
+ """
3241
+ (Output)
3242
+ Location of the resource in the source system. You can search the entry by this location.
3243
+ By default, this should match the location of the entry group containing this entry.
3244
+ A different value allows capturing the source location for data external to Google Cloud.
3245
+ """
3246
+ return pulumi.get(self, "location")
3247
+
3248
+ @location.setter
3249
+ def location(self, value: Optional[pulumi.Input[builtins.str]]):
3250
+ pulumi.set(self, "location", value)
3251
+
3252
+ @property
3253
+ @pulumi.getter
3254
+ def platform(self) -> Optional[pulumi.Input[builtins.str]]:
3255
+ """
3256
+ The platform containing the source system. Maximum length is 64 characters.
3257
+ """
3258
+ return pulumi.get(self, "platform")
3259
+
3260
+ @platform.setter
3261
+ def platform(self, value: Optional[pulumi.Input[builtins.str]]):
3262
+ pulumi.set(self, "platform", value)
3263
+
3264
+ @property
3265
+ @pulumi.getter
3266
+ def resource(self) -> Optional[pulumi.Input[builtins.str]]:
3267
+ """
3268
+ The name of the resource in the source system. Maximum length is 4,000 characters.
3269
+ """
3270
+ return pulumi.get(self, "resource")
3271
+
3272
+ @resource.setter
3273
+ def resource(self, value: Optional[pulumi.Input[builtins.str]]):
3274
+ pulumi.set(self, "resource", value)
3275
+
3276
+ @property
3277
+ @pulumi.getter
3278
+ def system(self) -> Optional[pulumi.Input[builtins.str]]:
3279
+ """
3280
+ The name of the source system. Maximum length is 64 characters.
3281
+ """
3282
+ return pulumi.get(self, "system")
3283
+
3284
+ @system.setter
3285
+ def system(self, value: Optional[pulumi.Input[builtins.str]]):
3286
+ pulumi.set(self, "system", value)
3287
+
3288
+ @property
3289
+ @pulumi.getter(name="updateTime")
3290
+ def update_time(self) -> Optional[pulumi.Input[builtins.str]]:
3291
+ """
3292
+ The time when the resource was last updated in the source system.
3293
+ If the entry exists in the system and its EntrySource has updateTime populated,
3294
+ further updates to the EntrySource of the entry must provide incremental updates to its updateTime.
3295
+ """
3296
+ return pulumi.get(self, "update_time")
3297
+
3298
+ @update_time.setter
3299
+ def update_time(self, value: Optional[pulumi.Input[builtins.str]]):
3300
+ pulumi.set(self, "update_time", value)
3301
+
3302
+
3303
+ if not MYPY:
3304
+ class EntryEntrySourceAncestorArgsDict(TypedDict):
3305
+ name: NotRequired[pulumi.Input[builtins.str]]
3306
+ """
3307
+ The name of the ancestor resource.
3308
+ """
3309
+ type: NotRequired[pulumi.Input[builtins.str]]
3310
+ """
3311
+ The type of the ancestor resource.
3312
+ """
3313
+ elif False:
3314
+ EntryEntrySourceAncestorArgsDict: TypeAlias = Mapping[str, Any]
3315
+
3316
+ @pulumi.input_type
3317
+ class EntryEntrySourceAncestorArgs:
3318
+ def __init__(__self__, *,
3319
+ name: Optional[pulumi.Input[builtins.str]] = None,
3320
+ type: Optional[pulumi.Input[builtins.str]] = None):
3321
+ """
3322
+ :param pulumi.Input[builtins.str] name: The name of the ancestor resource.
3323
+ :param pulumi.Input[builtins.str] type: The type of the ancestor resource.
3324
+ """
3325
+ if name is not None:
3326
+ pulumi.set(__self__, "name", name)
3327
+ if type is not None:
3328
+ pulumi.set(__self__, "type", type)
3329
+
3330
+ @property
3331
+ @pulumi.getter
3332
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
3333
+ """
3334
+ The name of the ancestor resource.
3335
+ """
3336
+ return pulumi.get(self, "name")
3337
+
3338
+ @name.setter
3339
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
3340
+ pulumi.set(self, "name", value)
3341
+
3342
+ @property
3343
+ @pulumi.getter
3344
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
3345
+ """
3346
+ The type of the ancestor resource.
3347
+ """
3348
+ return pulumi.get(self, "type")
3349
+
3350
+ @type.setter
3351
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
3352
+ pulumi.set(self, "type", value)
3353
+
3354
+
2863
3355
  if not MYPY:
2864
3356
  class EntryGroupIamBindingConditionArgsDict(TypedDict):
2865
3357
  expression: pulumi.Input[builtins.str]
@@ -660,6 +660,7 @@ class Datascan(pulumi.CustomResource):
660
660
  data_quality_spec={
661
661
  "sampling_percent": 5,
662
662
  "row_filter": "station_id > 1000",
663
+ "catalog_publishing_enabled": True,
663
664
  "post_scan_actions": {
664
665
  "notification_report": {
665
666
  "recipients": {
@@ -936,6 +937,7 @@ class Datascan(pulumi.CustomResource):
936
937
  data_quality_spec={
937
938
  "sampling_percent": 5,
938
939
  "row_filter": "station_id > 1000",
940
+ "catalog_publishing_enabled": True,
939
941
  "post_scan_actions": {
940
942
  "notification_report": {
941
943
  "recipients": {