pulumi-gcp 8.42.0a1758178363__py3-none-any.whl → 9.0.0a1758219982__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 +83 -48
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +3 -5
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +309 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +380 -30
- pulumi_gcp/cloudbuild/trigger.py +160 -2
- pulumi_gcp/cloudbuild/worker_pool.py +2 -6
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +80 -26
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +109 -30
- pulumi_gcp/cloudrunv2/service.py +72 -12
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/compute/_inputs.py +884 -24
- pulumi_gcp/compute/backend_bucket.py +68 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +799 -16
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +466 -18
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +448 -15
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +20 -8
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +8 -0
- pulumi_gcp/iap/_inputs.py +260 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +152 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +14 -84
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/projects/service.py +2 -11
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +12 -0
- pulumi_gcp/saasruntime/_inputs.py +513 -0
- pulumi_gcp/saasruntime/outputs.py +431 -0
- pulumi_gcp/saasruntime/saa_s.py +819 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +94 -0
- pulumi_gcp/sql/get_database_instance.py +23 -1
- pulumi_gcp/sql/outputs.py +276 -3
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +253 -7
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +198 -8
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/vertex/outputs.py +7 -8
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +266 -255
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ __all__ = [
|
|
35
35
|
'GetCertificatesCertificateManagedResult',
|
36
36
|
'GetCertificatesCertificateManagedAuthorizationAttemptInfoResult',
|
37
37
|
'GetCertificatesCertificateManagedProvisioningIssueResult',
|
38
|
+
'GetDnsAuthorizationDnsResourceRecordResult',
|
38
39
|
]
|
39
40
|
|
40
41
|
@pulumi.output_type
|
@@ -1210,3 +1211,43 @@ class GetCertificatesCertificateManagedProvisioningIssueResult(dict):
|
|
1210
1211
|
return pulumi.get(self, "reason")
|
1211
1212
|
|
1212
1213
|
|
1214
|
+
@pulumi.output_type
|
1215
|
+
class GetDnsAuthorizationDnsResourceRecordResult(dict):
|
1216
|
+
def __init__(__self__, *,
|
1217
|
+
data: _builtins.str,
|
1218
|
+
name: _builtins.str,
|
1219
|
+
type: _builtins.str):
|
1220
|
+
"""
|
1221
|
+
:param _builtins.str data: Data of the DNS Resource Record.
|
1222
|
+
:param _builtins.str name: The name of the DNS Authorization.
|
1223
|
+
:param _builtins.str type: Type of the DNS Resource Record.
|
1224
|
+
"""
|
1225
|
+
pulumi.set(__self__, "data", data)
|
1226
|
+
pulumi.set(__self__, "name", name)
|
1227
|
+
pulumi.set(__self__, "type", type)
|
1228
|
+
|
1229
|
+
@_builtins.property
|
1230
|
+
@pulumi.getter
|
1231
|
+
def data(self) -> _builtins.str:
|
1232
|
+
"""
|
1233
|
+
Data of the DNS Resource Record.
|
1234
|
+
"""
|
1235
|
+
return pulumi.get(self, "data")
|
1236
|
+
|
1237
|
+
@_builtins.property
|
1238
|
+
@pulumi.getter
|
1239
|
+
def name(self) -> _builtins.str:
|
1240
|
+
"""
|
1241
|
+
The name of the DNS Authorization.
|
1242
|
+
"""
|
1243
|
+
return pulumi.get(self, "name")
|
1244
|
+
|
1245
|
+
@_builtins.property
|
1246
|
+
@pulumi.getter
|
1247
|
+
def type(self) -> _builtins.str:
|
1248
|
+
"""
|
1249
|
+
Type of the DNS Resource Record.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "type")
|
1252
|
+
|
1253
|
+
|
pulumi_gcp/chronicle/_inputs.py
CHANGED
@@ -464,7 +464,7 @@ class ReferenceListEntryArgs:
|
|
464
464
|
|
465
465
|
if not MYPY:
|
466
466
|
class ReferenceListScopeInfoArgsDict(TypedDict):
|
467
|
-
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']
|
467
|
+
reference_list_scope: NotRequired[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgsDict']]
|
468
468
|
"""
|
469
469
|
ReferenceListScope specifies the list of scope names of the reference list.
|
470
470
|
Structure is documented below.
|
@@ -475,16 +475,17 @@ elif False:
|
|
475
475
|
@pulumi.input_type
|
476
476
|
class ReferenceListScopeInfoArgs:
|
477
477
|
def __init__(__self__, *,
|
478
|
-
reference_list_scope: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
478
|
+
reference_list_scope: Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']] = None):
|
479
479
|
"""
|
480
480
|
:param pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs'] reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
|
481
481
|
Structure is documented below.
|
482
482
|
"""
|
483
|
-
|
483
|
+
if reference_list_scope is not None:
|
484
|
+
pulumi.set(__self__, "reference_list_scope", reference_list_scope)
|
484
485
|
|
485
486
|
@_builtins.property
|
486
487
|
@pulumi.getter(name="referenceListScope")
|
487
|
-
def reference_list_scope(self) -> pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']:
|
488
|
+
def reference_list_scope(self) -> Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']]:
|
488
489
|
"""
|
489
490
|
ReferenceListScope specifies the list of scope names of the reference list.
|
490
491
|
Structure is documented below.
|
@@ -492,7 +493,7 @@ class ReferenceListScopeInfoArgs:
|
|
492
493
|
return pulumi.get(self, "reference_list_scope")
|
493
494
|
|
494
495
|
@reference_list_scope.setter
|
495
|
-
def reference_list_scope(self, value: pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']):
|
496
|
+
def reference_list_scope(self, value: Optional[pulumi.Input['ReferenceListScopeInfoReferenceListScopeArgs']]):
|
496
497
|
pulumi.set(self, "reference_list_scope", value)
|
497
498
|
|
498
499
|
|
pulumi_gcp/chronicle/outputs.py
CHANGED
@@ -390,16 +390,17 @@ class ReferenceListScopeInfo(dict):
|
|
390
390
|
return super().get(key, default)
|
391
391
|
|
392
392
|
def __init__(__self__, *,
|
393
|
-
reference_list_scope: 'outputs.ReferenceListScopeInfoReferenceListScope'):
|
393
|
+
reference_list_scope: Optional['outputs.ReferenceListScopeInfoReferenceListScope'] = None):
|
394
394
|
"""
|
395
395
|
:param 'ReferenceListScopeInfoReferenceListScopeArgs' reference_list_scope: ReferenceListScope specifies the list of scope names of the reference list.
|
396
396
|
Structure is documented below.
|
397
397
|
"""
|
398
|
-
|
398
|
+
if reference_list_scope is not None:
|
399
|
+
pulumi.set(__self__, "reference_list_scope", reference_list_scope)
|
399
400
|
|
400
401
|
@_builtins.property
|
401
402
|
@pulumi.getter(name="referenceListScope")
|
402
|
-
def reference_list_scope(self) -> 'outputs.ReferenceListScopeInfoReferenceListScope':
|
403
|
+
def reference_list_scope(self) -> Optional['outputs.ReferenceListScopeInfoReferenceListScope']:
|
403
404
|
"""
|
404
405
|
ReferenceListScope specifies the list of scope names of the reference list.
|
405
406
|
Structure is documented below.
|
@@ -27,7 +27,8 @@ class ReferenceListArgs:
|
|
27
27
|
location: pulumi.Input[_builtins.str],
|
28
28
|
reference_list_id: pulumi.Input[_builtins.str],
|
29
29
|
syntax_type: pulumi.Input[_builtins.str],
|
30
|
-
project: Optional[pulumi.Input[_builtins.str]] = None
|
30
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
31
|
+
scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]] = None):
|
31
32
|
"""
|
32
33
|
The set of arguments for constructing a ReferenceList resource.
|
33
34
|
:param pulumi.Input[_builtins.str] description: Required. A user-provided description of the reference list.
|
@@ -51,6 +52,8 @@ class ReferenceListArgs:
|
|
51
52
|
REFERENCE_LIST_SYNTAX_TYPE_CIDR
|
52
53
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
53
54
|
If it is not provided, the provider project is used.
|
55
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]] scope_infos: ScopeInfo specifies the scope info of the reference list.
|
56
|
+
Structure is documented below.
|
54
57
|
"""
|
55
58
|
pulumi.set(__self__, "description", description)
|
56
59
|
pulumi.set(__self__, "entries", entries)
|
@@ -60,6 +63,8 @@ class ReferenceListArgs:
|
|
60
63
|
pulumi.set(__self__, "syntax_type", syntax_type)
|
61
64
|
if project is not None:
|
62
65
|
pulumi.set(__self__, "project", project)
|
66
|
+
if scope_infos is not None:
|
67
|
+
pulumi.set(__self__, "scope_infos", scope_infos)
|
63
68
|
|
64
69
|
@_builtins.property
|
65
70
|
@pulumi.getter
|
@@ -159,6 +164,19 @@ class ReferenceListArgs:
|
|
159
164
|
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
160
165
|
pulumi.set(self, "project", value)
|
161
166
|
|
167
|
+
@_builtins.property
|
168
|
+
@pulumi.getter(name="scopeInfos")
|
169
|
+
def scope_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]]:
|
170
|
+
"""
|
171
|
+
ScopeInfo specifies the scope info of the reference list.
|
172
|
+
Structure is documented below.
|
173
|
+
"""
|
174
|
+
return pulumi.get(self, "scope_infos")
|
175
|
+
|
176
|
+
@scope_infos.setter
|
177
|
+
def scope_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ReferenceListScopeInfoArgs']]]]):
|
178
|
+
pulumi.set(self, "scope_infos", value)
|
179
|
+
|
162
180
|
|
163
181
|
@pulumi.input_type
|
164
182
|
class _ReferenceListState:
|
@@ -426,6 +444,7 @@ class ReferenceList(pulumi.CustomResource):
|
|
426
444
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
427
445
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
428
446
|
reference_list_id: Optional[pulumi.Input[_builtins.str]] = None,
|
447
|
+
scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]]] = None,
|
429
448
|
syntax_type: Optional[pulumi.Input[_builtins.str]] = None,
|
430
449
|
__props__=None):
|
431
450
|
"""
|
@@ -445,6 +464,14 @@ class ReferenceList(pulumi.CustomResource):
|
|
445
464
|
import pulumi
|
446
465
|
import pulumi_gcp as gcp
|
447
466
|
|
467
|
+
test_scope = gcp.chronicle.DataAccessScope("test_scope",
|
468
|
+
location="us",
|
469
|
+
instance="00000000-0000-0000-0000-000000000000",
|
470
|
+
data_access_scope_id="scope-id",
|
471
|
+
description="test scope description",
|
472
|
+
allowed_data_access_labels=[{
|
473
|
+
"log_type": "GCP_CLOUDAUDIT",
|
474
|
+
}])
|
448
475
|
example = gcp.chronicle.ReferenceList("example",
|
449
476
|
location="us",
|
450
477
|
instance="00000000-0000-0000-0000-000000000000",
|
@@ -453,7 +480,12 @@ class ReferenceList(pulumi.CustomResource):
|
|
453
480
|
entries=[{
|
454
481
|
"value": "referencelist-entry-value",
|
455
482
|
}],
|
456
|
-
syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING"
|
483
|
+
syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING",
|
484
|
+
scope_infos=[{
|
485
|
+
"reference_list_scope": {
|
486
|
+
"scope_names": [test_scope.name],
|
487
|
+
},
|
488
|
+
}])
|
457
489
|
```
|
458
490
|
|
459
491
|
## Import
|
@@ -499,6 +531,8 @@ class ReferenceList(pulumi.CustomResource):
|
|
499
531
|
- Contains only letters, numbers and underscore.
|
500
532
|
- Has length < 256.
|
501
533
|
- Must be unique.
|
534
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]] scope_infos: ScopeInfo specifies the scope info of the reference list.
|
535
|
+
Structure is documented below.
|
502
536
|
:param pulumi.Input[_builtins.str] syntax_type: Possible values:
|
503
537
|
REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING
|
504
538
|
REFERENCE_LIST_SYNTAX_TYPE_REGEX
|
@@ -527,6 +561,14 @@ class ReferenceList(pulumi.CustomResource):
|
|
527
561
|
import pulumi
|
528
562
|
import pulumi_gcp as gcp
|
529
563
|
|
564
|
+
test_scope = gcp.chronicle.DataAccessScope("test_scope",
|
565
|
+
location="us",
|
566
|
+
instance="00000000-0000-0000-0000-000000000000",
|
567
|
+
data_access_scope_id="scope-id",
|
568
|
+
description="test scope description",
|
569
|
+
allowed_data_access_labels=[{
|
570
|
+
"log_type": "GCP_CLOUDAUDIT",
|
571
|
+
}])
|
530
572
|
example = gcp.chronicle.ReferenceList("example",
|
531
573
|
location="us",
|
532
574
|
instance="00000000-0000-0000-0000-000000000000",
|
@@ -535,7 +577,12 @@ class ReferenceList(pulumi.CustomResource):
|
|
535
577
|
entries=[{
|
536
578
|
"value": "referencelist-entry-value",
|
537
579
|
}],
|
538
|
-
syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING"
|
580
|
+
syntax_type="REFERENCE_LIST_SYNTAX_TYPE_PLAIN_TEXT_STRING",
|
581
|
+
scope_infos=[{
|
582
|
+
"reference_list_scope": {
|
583
|
+
"scope_names": [test_scope.name],
|
584
|
+
},
|
585
|
+
}])
|
539
586
|
```
|
540
587
|
|
541
588
|
## Import
|
@@ -583,6 +630,7 @@ class ReferenceList(pulumi.CustomResource):
|
|
583
630
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
584
631
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
585
632
|
reference_list_id: Optional[pulumi.Input[_builtins.str]] = None,
|
633
|
+
scope_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ReferenceListScopeInfoArgs', 'ReferenceListScopeInfoArgsDict']]]]] = None,
|
586
634
|
syntax_type: Optional[pulumi.Input[_builtins.str]] = None,
|
587
635
|
__props__=None):
|
588
636
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -609,6 +657,7 @@ class ReferenceList(pulumi.CustomResource):
|
|
609
657
|
if reference_list_id is None and not opts.urn:
|
610
658
|
raise TypeError("Missing required property 'reference_list_id'")
|
611
659
|
__props__.__dict__["reference_list_id"] = reference_list_id
|
660
|
+
__props__.__dict__["scope_infos"] = scope_infos
|
612
661
|
if syntax_type is None and not opts.urn:
|
613
662
|
raise TypeError("Missing required property 'syntax_type'")
|
614
663
|
__props__.__dict__["syntax_type"] = syntax_type
|
@@ -617,7 +666,6 @@ class ReferenceList(pulumi.CustomResource):
|
|
617
666
|
__props__.__dict__["revision_create_time"] = None
|
618
667
|
__props__.__dict__["rule_associations_count"] = None
|
619
668
|
__props__.__dict__["rules"] = None
|
620
|
-
__props__.__dict__["scope_infos"] = None
|
621
669
|
super(ReferenceList, __self__).__init__(
|
622
670
|
'gcp:chronicle/referenceList:ReferenceList',
|
623
671
|
resource_name,
|
@@ -805,7 +853,7 @@ class ReferenceList(pulumi.CustomResource):
|
|
805
853
|
|
806
854
|
@_builtins.property
|
807
855
|
@pulumi.getter(name="scopeInfos")
|
808
|
-
def scope_infos(self) -> pulumi.Output[Sequence['outputs.ReferenceListScopeInfo']]:
|
856
|
+
def scope_infos(self) -> pulumi.Output[Optional[Sequence['outputs.ReferenceListScopeInfo']]]:
|
809
857
|
"""
|
810
858
|
ScopeInfo specifies the scope info of the reference list.
|
811
859
|
Structure is documented below.
|
@@ -94,6 +94,10 @@ def get_resources_search_all(asset_types: Optional[Sequence[_builtins.str]] = No
|
|
94
94
|
scope: Optional[_builtins.str] = None,
|
95
95
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetResourcesSearchAllResult:
|
96
96
|
"""
|
97
|
+
Retrieve all the resources within a given accessible CRM scope (project/folder/organization). See the
|
98
|
+
[REST API](https://cloud.google.com/asset-inventory/docs/reference/rest/v1p1beta1/resources/searchAll)
|
99
|
+
for more details.
|
100
|
+
|
97
101
|
## Example Usage
|
98
102
|
|
99
103
|
### Searching For All Projects In An Org
|
@@ -150,6 +154,10 @@ def get_resources_search_all_output(asset_types: Optional[pulumi.Input[Optional[
|
|
150
154
|
scope: Optional[pulumi.Input[_builtins.str]] = None,
|
151
155
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetResourcesSearchAllResult]:
|
152
156
|
"""
|
157
|
+
Retrieve all the resources within a given accessible CRM scope (project/folder/organization). See the
|
158
|
+
[REST API](https://cloud.google.com/asset-inventory/docs/reference/rest/v1p1beta1/resources/searchAll)
|
159
|
+
for more details.
|
160
|
+
|
153
161
|
## Example Usage
|
154
162
|
|
155
163
|
### Searching For All Projects In An Org
|