pulumi-gcp 8.22.0a1741790977__py3-none-any.whl → 8.23.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 +64 -0
- pulumi_gcp/alloydb/_inputs.py +93 -1
- pulumi_gcp/alloydb/outputs.py +128 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/backupdisasterrecovery/_inputs.py +3 -3
- pulumi_gcp/backupdisasterrecovery/outputs.py +4 -4
- pulumi_gcp/bigquery/_inputs.py +20 -0
- pulumi_gcp/bigquery/outputs.py +12 -0
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificatemanager/certificate.py +53 -7
- pulumi_gcp/certificatemanager/outputs.py +8 -2
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +600 -17
- pulumi_gcp/compute/backend_service.py +195 -7
- pulumi_gcp/compute/disk.py +108 -0
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/firewall_policy_association.py +28 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_disk.py +23 -1
- pulumi_gcp/compute/get_region_disk.py +23 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +203 -0
- pulumi_gcp/compute/outputs.py +623 -23
- pulumi_gcp/compute/region_backend_service.py +193 -7
- pulumi_gcp/compute/region_disk.py +114 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/subnetwork.py +256 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/outputs.py +8 -8
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/datastream/_inputs.py +273 -0
- pulumi_gcp/datastream/connection_profile.py +54 -2
- pulumi_gcp/datastream/outputs.py +224 -0
- pulumi_gcp/eventarc/__init__.py +2 -0
- pulumi_gcp/eventarc/_inputs.py +1798 -0
- pulumi_gcp/eventarc/channel.py +85 -93
- pulumi_gcp/eventarc/google_api_source.py +997 -0
- pulumi_gcp/eventarc/outputs.py +1378 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/data_connect_service.py +40 -2
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/iam/__init__.py +2 -0
- pulumi_gcp/iam/_inputs.py +51 -18
- pulumi_gcp/iam/folders_policy_binding.py +10 -26
- pulumi_gcp/iam/oauth_client.py +979 -0
- pulumi_gcp/iam/oauth_client_credential.py +641 -0
- pulumi_gcp/iam/organizations_policy_binding.py +8 -24
- pulumi_gcp/iam/outputs.py +34 -12
- pulumi_gcp/iam/principal_access_boundary_policy.py +58 -22
- pulumi_gcp/iam/projects_policy_binding.py +8 -24
- pulumi_gcp/kms/crypto_key_version.py +14 -7
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/instance.py +7 -7
- pulumi_gcp/monitoring/_inputs.py +15 -18
- pulumi_gcp/monitoring/alert_policy.py +46 -0
- pulumi_gcp/monitoring/outputs.py +10 -12
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networksecurity/__init__.py +1 -0
- pulumi_gcp/networksecurity/_inputs.py +673 -18
- pulumi_gcp/networksecurity/backend_authentication_config.py +847 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment.py +178 -94
- pulumi_gcp/networksecurity/intercept_deployment_group.py +161 -77
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +161 -66
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +137 -80
- pulumi_gcp/networksecurity/mirroring_deployment.py +200 -94
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +181 -77
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +185 -80
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +165 -105
- pulumi_gcp/networksecurity/outputs.py +495 -12
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/endpoint_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/networkservices/grpc_route.py +12 -0
- pulumi_gcp/networkservices/http_route.py +16 -0
- pulumi_gcp/networkservices/mesh.py +16 -0
- pulumi_gcp/networkservices/service_binding.py +14 -0
- pulumi_gcp/networkservices/tcp_route.py +16 -0
- pulumi_gcp/networkservices/tls_route.py +12 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/_inputs.py +14 -6
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +7 -4
- pulumi_gcp/tpu/_inputs.py +21 -1
- pulumi_gcp/tpu/outputs.py +13 -1
- pulumi_gcp/tpu/v2_vm.py +2 -0
- pulumi_gcp/vmwareengine/_inputs.py +6 -0
- pulumi_gcp/vmwareengine/outputs.py +8 -0
- pulumi_gcp/workflows/workflow.py +75 -7
- pulumi_gcp/workstations/workstation_cluster.py +137 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/RECORD +124 -113
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.22.0a1741790977.dist-info → pulumi_gcp-8.23.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/config/vars.py
CHANGED
@@ -369,6 +369,10 @@ class _ExportableConfig(types.ModuleType):
|
|
369
369
|
def firebase_app_check_custom_endpoint(self) -> Optional[str]:
|
370
370
|
return __config__.get('firebaseAppCheckCustomEndpoint')
|
371
371
|
|
372
|
+
@property
|
373
|
+
def firebase_app_hosting_custom_endpoint(self) -> Optional[str]:
|
374
|
+
return __config__.get('firebaseAppHostingCustomEndpoint')
|
375
|
+
|
372
376
|
@property
|
373
377
|
def firebase_custom_endpoint(self) -> Optional[str]:
|
374
378
|
return __config__.get('firebaseCustomEndpoint')
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -6767,7 +6767,7 @@ if not MYPY:
|
|
6767
6767
|
"""
|
6768
6768
|
cluster_dns_scope: NotRequired[pulumi.Input[str]]
|
6769
6769
|
"""
|
6770
|
-
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED`
|
6770
|
+
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` or `CLUSTER_SCOPE` or `VPC_SCOPE`. If the `cluster_dns` field is set to `CLOUD_DNS`, `DNS_SCOPE_UNSPECIFIED` and empty/null behave like `CLUSTER_SCOPE`.
|
6771
6771
|
"""
|
6772
6772
|
elif False:
|
6773
6773
|
ClusterDnsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -6783,7 +6783,7 @@ class ClusterDnsConfigArgs:
|
|
6783
6783
|
:param pulumi.Input[str] additive_vpc_scope_dns_domain: This will enable Cloud DNS additive VPC scope. Must provide a domain name that is unique within the VPC. For this to work `cluster_dns = "CLOUD_DNS"` and `cluster_dns_scope = "CLUSTER_SCOPE"` must both be set as well.
|
6784
6784
|
:param pulumi.Input[str] cluster_dns: Which in-cluster DNS provider should be used. `PROVIDER_UNSPECIFIED` (default) or `PLATFORM_DEFAULT` or `CLOUD_DNS`.
|
6785
6785
|
:param pulumi.Input[str] cluster_dns_domain: The suffix used for all cluster service records.
|
6786
|
-
:param pulumi.Input[str] cluster_dns_scope: The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED`
|
6786
|
+
:param pulumi.Input[str] cluster_dns_scope: The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` or `CLUSTER_SCOPE` or `VPC_SCOPE`. If the `cluster_dns` field is set to `CLOUD_DNS`, `DNS_SCOPE_UNSPECIFIED` and empty/null behave like `CLUSTER_SCOPE`.
|
6787
6787
|
"""
|
6788
6788
|
if additive_vpc_scope_dns_domain is not None:
|
6789
6789
|
pulumi.set(__self__, "additive_vpc_scope_dns_domain", additive_vpc_scope_dns_domain)
|
@@ -6834,7 +6834,7 @@ class ClusterDnsConfigArgs:
|
|
6834
6834
|
@pulumi.getter(name="clusterDnsScope")
|
6835
6835
|
def cluster_dns_scope(self) -> Optional[pulumi.Input[str]]:
|
6836
6836
|
"""
|
6837
|
-
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED`
|
6837
|
+
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` or `CLUSTER_SCOPE` or `VPC_SCOPE`. If the `cluster_dns` field is set to `CLOUD_DNS`, `DNS_SCOPE_UNSPECIFIED` and empty/null behave like `CLUSTER_SCOPE`.
|
6838
6838
|
"""
|
6839
6839
|
return pulumi.get(self, "cluster_dns_scope")
|
6840
6840
|
|
@@ -8164,7 +8164,7 @@ if not MYPY:
|
|
8164
8164
|
"""
|
8165
8165
|
enable_components: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
8166
8166
|
"""
|
8167
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `
|
8167
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR`, `DCGM` and `JOBSET`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above. `JOBSET` is only supported in GKE 1.32.1-gke.1357001 and above.
|
8168
8168
|
"""
|
8169
8169
|
managed_prometheus: NotRequired[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgsDict']]
|
8170
8170
|
"""
|
@@ -8181,7 +8181,7 @@ class ClusterMonitoringConfigArgs:
|
|
8181
8181
|
managed_prometheus: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs']] = None):
|
8182
8182
|
"""
|
8183
8183
|
:param pulumi.Input['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs'] advanced_datapath_observability_config: Configuration for Advanced Datapath Monitoring. Structure is documented below.
|
8184
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `
|
8184
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR`, `DCGM` and `JOBSET`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above. `JOBSET` is only supported in GKE 1.32.1-gke.1357001 and above.
|
8185
8185
|
:param pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
|
8186
8186
|
"""
|
8187
8187
|
if advanced_datapath_observability_config is not None:
|
@@ -8207,7 +8207,7 @@ class ClusterMonitoringConfigArgs:
|
|
8207
8207
|
@pulumi.getter(name="enableComponents")
|
8208
8208
|
def enable_components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
8209
8209
|
"""
|
8210
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `
|
8210
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR`, `DCGM` and `JOBSET`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above. `JOBSET` is only supported in GKE 1.32.1-gke.1357001 and above.
|
8211
8211
|
"""
|
8212
8212
|
return pulumi.get(self, "enable_components")
|
8213
8213
|
|
@@ -93,7 +93,7 @@ def get_attached_versions(location: Optional[str] = None,
|
|
93
93
|
|
94
94
|
uswest = gcp.container.get_attached_versions(location="us-west1",
|
95
95
|
project="my-project")
|
96
|
-
pulumi.export("firstAvailableVersion",
|
96
|
+
pulumi.export("firstAvailableVersion", uswest.valid_versions[0])
|
97
97
|
```
|
98
98
|
|
99
99
|
|
@@ -126,7 +126,7 @@ def get_attached_versions_output(location: Optional[pulumi.Input[str]] = None,
|
|
126
126
|
|
127
127
|
uswest = gcp.container.get_attached_versions(location="us-west1",
|
128
128
|
project="my-project")
|
129
|
-
pulumi.export("firstAvailableVersion",
|
129
|
+
pulumi.export("firstAvailableVersion", uswest.valid_versions[0])
|
130
130
|
```
|
131
131
|
|
132
132
|
|
pulumi_gcp/container/outputs.py
CHANGED
@@ -5580,7 +5580,7 @@ class ClusterDnsConfig(dict):
|
|
5580
5580
|
:param str additive_vpc_scope_dns_domain: This will enable Cloud DNS additive VPC scope. Must provide a domain name that is unique within the VPC. For this to work `cluster_dns = "CLOUD_DNS"` and `cluster_dns_scope = "CLUSTER_SCOPE"` must both be set as well.
|
5581
5581
|
:param str cluster_dns: Which in-cluster DNS provider should be used. `PROVIDER_UNSPECIFIED` (default) or `PLATFORM_DEFAULT` or `CLOUD_DNS`.
|
5582
5582
|
:param str cluster_dns_domain: The suffix used for all cluster service records.
|
5583
|
-
:param str cluster_dns_scope: The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED`
|
5583
|
+
:param str cluster_dns_scope: The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` or `CLUSTER_SCOPE` or `VPC_SCOPE`. If the `cluster_dns` field is set to `CLOUD_DNS`, `DNS_SCOPE_UNSPECIFIED` and empty/null behave like `CLUSTER_SCOPE`.
|
5584
5584
|
"""
|
5585
5585
|
if additive_vpc_scope_dns_domain is not None:
|
5586
5586
|
pulumi.set(__self__, "additive_vpc_scope_dns_domain", additive_vpc_scope_dns_domain)
|
@@ -5619,7 +5619,7 @@ class ClusterDnsConfig(dict):
|
|
5619
5619
|
@pulumi.getter(name="clusterDnsScope")
|
5620
5620
|
def cluster_dns_scope(self) -> Optional[str]:
|
5621
5621
|
"""
|
5622
|
-
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED`
|
5622
|
+
The scope of access to cluster DNS records. `DNS_SCOPE_UNSPECIFIED` or `CLUSTER_SCOPE` or `VPC_SCOPE`. If the `cluster_dns` field is set to `CLOUD_DNS`, `DNS_SCOPE_UNSPECIFIED` and empty/null behave like `CLUSTER_SCOPE`.
|
5623
5623
|
"""
|
5624
5624
|
return pulumi.get(self, "cluster_dns_scope")
|
5625
5625
|
|
@@ -6746,7 +6746,7 @@ class ClusterMonitoringConfig(dict):
|
|
6746
6746
|
managed_prometheus: Optional['outputs.ClusterMonitoringConfigManagedPrometheus'] = None):
|
6747
6747
|
"""
|
6748
6748
|
:param 'ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs' advanced_datapath_observability_config: Configuration for Advanced Datapath Monitoring. Structure is documented below.
|
6749
|
-
:param Sequence[str] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `
|
6749
|
+
:param Sequence[str] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR`, `DCGM` and `JOBSET`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above. `JOBSET` is only supported in GKE 1.32.1-gke.1357001 and above.
|
6750
6750
|
:param 'ClusterMonitoringConfigManagedPrometheusArgs' managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
|
6751
6751
|
"""
|
6752
6752
|
if advanced_datapath_observability_config is not None:
|
@@ -6768,7 +6768,7 @@ class ClusterMonitoringConfig(dict):
|
|
6768
6768
|
@pulumi.getter(name="enableComponents")
|
6769
6769
|
def enable_components(self) -> Optional[Sequence[str]]:
|
6770
6770
|
"""
|
6771
|
-
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR` and `
|
6771
|
+
The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET`, `CADVISOR`, `DCGM` and `JOBSET`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above. `JOBSET` is only supported in GKE 1.32.1-gke.1357001 and above.
|
6772
6772
|
"""
|
6773
6773
|
return pulumi.get(self, "enable_components")
|
6774
6774
|
|
@@ -17471,7 +17471,7 @@ class GetClusterLoggingConfigResult(dict):
|
|
17471
17471
|
def __init__(__self__, *,
|
17472
17472
|
enable_components: Sequence[str]):
|
17473
17473
|
"""
|
17474
|
-
:param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
|
17474
|
+
:param Sequence[str] enable_components: GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, KCP_HPA, SCHEDULER, and WORKLOADS.
|
17475
17475
|
"""
|
17476
17476
|
pulumi.set(__self__, "enable_components", enable_components)
|
17477
17477
|
|
@@ -17479,7 +17479,7 @@ class GetClusterLoggingConfigResult(dict):
|
|
17479
17479
|
@pulumi.getter(name="enableComponents")
|
17480
17480
|
def enable_components(self) -> Sequence[str]:
|
17481
17481
|
"""
|
17482
|
-
GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, SCHEDULER, and WORKLOADS.
|
17482
|
+
GKE components exposing logs. Valid values include SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, KCP_CONNECTION, KCP_SSHD, KCP_HPA, SCHEDULER, and WORKLOADS.
|
17483
17483
|
"""
|
17484
17484
|
return pulumi.get(self, "enable_components")
|
17485
17485
|
|
@@ -17790,7 +17790,7 @@ class GetClusterMonitoringConfigResult(dict):
|
|
17790
17790
|
managed_prometheuses: Sequence['outputs.GetClusterMonitoringConfigManagedPrometheusResult']):
|
17791
17791
|
"""
|
17792
17792
|
:param Sequence['GetClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs'] advanced_datapath_observability_configs: Configuration of Advanced Datapath Observability features.
|
17793
|
-
:param Sequence[str] enable_components: GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET, CADVISOR and
|
17793
|
+
:param Sequence[str] enable_components: GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET, CADVISOR, DCGM and JOBSET.
|
17794
17794
|
:param Sequence['GetClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheuses: Configuration for Google Cloud Managed Services for Prometheus.
|
17795
17795
|
"""
|
17796
17796
|
pulumi.set(__self__, "advanced_datapath_observability_configs", advanced_datapath_observability_configs)
|
@@ -17809,7 +17809,7 @@ class GetClusterMonitoringConfigResult(dict):
|
|
17809
17809
|
@pulumi.getter(name="enableComponents")
|
17810
17810
|
def enable_components(self) -> Sequence[str]:
|
17811
17811
|
"""
|
17812
|
-
GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET, CADVISOR and
|
17812
|
+
GKE components exposing metrics. Valid values include SYSTEM_COMPONENTS, APISERVER, SCHEDULER, CONTROLLER_MANAGER, STORAGE, HPA, POD, DAEMONSET, DEPLOYMENT, STATEFULSET, WORKLOADS, KUBELET, CADVISOR, DCGM and JOBSET.
|
17813
17813
|
"""
|
17814
17814
|
return pulumi.get(self, "enable_components")
|
17815
17815
|
|
@@ -21,6 +21,7 @@ __all__ = ['RepositoryArgs', 'Repository']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class RepositoryArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
+
deletion_policy: Optional[pulumi.Input[str]] = None,
|
24
25
|
display_name: Optional[pulumi.Input[str]] = None,
|
25
26
|
git_remote_settings: Optional[pulumi.Input['RepositoryGitRemoteSettingsArgs']] = None,
|
26
27
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
@@ -33,6 +34,7 @@ class RepositoryArgs:
|
|
33
34
|
workspace_compilation_overrides: Optional[pulumi.Input['RepositoryWorkspaceCompilationOverridesArgs']] = None):
|
34
35
|
"""
|
35
36
|
The set of arguments for constructing a Repository resource.
|
37
|
+
:param pulumi.Input[str] deletion_policy: Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
36
38
|
:param pulumi.Input[str] display_name: Optional. The repository's user-friendly name.
|
37
39
|
:param pulumi.Input['RepositoryGitRemoteSettingsArgs'] git_remote_settings: Optional. If set, configures this repository to be linked to a Git remote.
|
38
40
|
Structure is documented below.
|
@@ -55,6 +57,8 @@ class RepositoryArgs:
|
|
55
57
|
:param pulumi.Input['RepositoryWorkspaceCompilationOverridesArgs'] workspace_compilation_overrides: If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results.
|
56
58
|
Structure is documented below.
|
57
59
|
"""
|
60
|
+
if deletion_policy is not None:
|
61
|
+
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
58
62
|
if display_name is not None:
|
59
63
|
pulumi.set(__self__, "display_name", display_name)
|
60
64
|
if git_remote_settings is not None:
|
@@ -76,6 +80,18 @@ class RepositoryArgs:
|
|
76
80
|
if workspace_compilation_overrides is not None:
|
77
81
|
pulumi.set(__self__, "workspace_compilation_overrides", workspace_compilation_overrides)
|
78
82
|
|
83
|
+
@property
|
84
|
+
@pulumi.getter(name="deletionPolicy")
|
85
|
+
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
86
|
+
"""
|
87
|
+
Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "deletion_policy")
|
90
|
+
|
91
|
+
@deletion_policy.setter
|
92
|
+
def deletion_policy(self, value: Optional[pulumi.Input[str]]):
|
93
|
+
pulumi.set(self, "deletion_policy", value)
|
94
|
+
|
79
95
|
@property
|
80
96
|
@pulumi.getter(name="displayName")
|
81
97
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -211,6 +227,7 @@ class RepositoryArgs:
|
|
211
227
|
@pulumi.input_type
|
212
228
|
class _RepositoryState:
|
213
229
|
def __init__(__self__, *,
|
230
|
+
deletion_policy: Optional[pulumi.Input[str]] = None,
|
214
231
|
display_name: Optional[pulumi.Input[str]] = None,
|
215
232
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
216
233
|
git_remote_settings: Optional[pulumi.Input['RepositoryGitRemoteSettingsArgs']] = None,
|
@@ -225,6 +242,7 @@ class _RepositoryState:
|
|
225
242
|
workspace_compilation_overrides: Optional[pulumi.Input['RepositoryWorkspaceCompilationOverridesArgs']] = None):
|
226
243
|
"""
|
227
244
|
Input properties used for looking up and filtering Repository resources.
|
245
|
+
:param pulumi.Input[str] deletion_policy: Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
228
246
|
:param pulumi.Input[str] display_name: Optional. The repository's user-friendly name.
|
229
247
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
230
248
|
:param pulumi.Input['RepositoryGitRemoteSettingsArgs'] git_remote_settings: Optional. If set, configures this repository to be linked to a Git remote.
|
@@ -250,6 +268,8 @@ class _RepositoryState:
|
|
250
268
|
:param pulumi.Input['RepositoryWorkspaceCompilationOverridesArgs'] workspace_compilation_overrides: If set, fields of workspaceCompilationOverrides override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results.
|
251
269
|
Structure is documented below.
|
252
270
|
"""
|
271
|
+
if deletion_policy is not None:
|
272
|
+
pulumi.set(__self__, "deletion_policy", deletion_policy)
|
253
273
|
if display_name is not None:
|
254
274
|
pulumi.set(__self__, "display_name", display_name)
|
255
275
|
if effective_labels is not None:
|
@@ -275,6 +295,18 @@ class _RepositoryState:
|
|
275
295
|
if workspace_compilation_overrides is not None:
|
276
296
|
pulumi.set(__self__, "workspace_compilation_overrides", workspace_compilation_overrides)
|
277
297
|
|
298
|
+
@property
|
299
|
+
@pulumi.getter(name="deletionPolicy")
|
300
|
+
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
301
|
+
"""
|
302
|
+
Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
303
|
+
"""
|
304
|
+
return pulumi.get(self, "deletion_policy")
|
305
|
+
|
306
|
+
@deletion_policy.setter
|
307
|
+
def deletion_policy(self, value: Optional[pulumi.Input[str]]):
|
308
|
+
pulumi.set(self, "deletion_policy", value)
|
309
|
+
|
278
310
|
@property
|
279
311
|
@pulumi.getter(name="displayName")
|
280
312
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -437,6 +469,7 @@ class Repository(pulumi.CustomResource):
|
|
437
469
|
def __init__(__self__,
|
438
470
|
resource_name: str,
|
439
471
|
opts: Optional[pulumi.ResourceOptions] = None,
|
472
|
+
deletion_policy: Optional[pulumi.Input[str]] = None,
|
440
473
|
display_name: Optional[pulumi.Input[str]] = None,
|
441
474
|
git_remote_settings: Optional[pulumi.Input[Union['RepositoryGitRemoteSettingsArgs', 'RepositoryGitRemoteSettingsArgsDict']]] = None,
|
442
475
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
@@ -480,6 +513,7 @@ class Repository(pulumi.CustomResource):
|
|
480
513
|
display_name="dataform_repository",
|
481
514
|
npmrc_environment_variables_secret_version=secret_version.id,
|
482
515
|
kms_key_name=example_key.id,
|
516
|
+
deletion_policy="FORCE",
|
483
517
|
labels={
|
484
518
|
"label_foo1": "label-bar1",
|
485
519
|
},
|
@@ -528,6 +562,7 @@ class Repository(pulumi.CustomResource):
|
|
528
562
|
|
529
563
|
:param str resource_name: The name of the resource.
|
530
564
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
565
|
+
:param pulumi.Input[str] deletion_policy: Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
531
566
|
:param pulumi.Input[str] display_name: Optional. The repository's user-friendly name.
|
532
567
|
:param pulumi.Input[Union['RepositoryGitRemoteSettingsArgs', 'RepositoryGitRemoteSettingsArgsDict']] git_remote_settings: Optional. If set, configures this repository to be linked to a Git remote.
|
533
568
|
Structure is documented below.
|
@@ -588,6 +623,7 @@ class Repository(pulumi.CustomResource):
|
|
588
623
|
display_name="dataform_repository",
|
589
624
|
npmrc_environment_variables_secret_version=secret_version.id,
|
590
625
|
kms_key_name=example_key.id,
|
626
|
+
deletion_policy="FORCE",
|
591
627
|
labels={
|
592
628
|
"label_foo1": "label-bar1",
|
593
629
|
},
|
@@ -649,6 +685,7 @@ class Repository(pulumi.CustomResource):
|
|
649
685
|
def _internal_init(__self__,
|
650
686
|
resource_name: str,
|
651
687
|
opts: Optional[pulumi.ResourceOptions] = None,
|
688
|
+
deletion_policy: Optional[pulumi.Input[str]] = None,
|
652
689
|
display_name: Optional[pulumi.Input[str]] = None,
|
653
690
|
git_remote_settings: Optional[pulumi.Input[Union['RepositoryGitRemoteSettingsArgs', 'RepositoryGitRemoteSettingsArgsDict']]] = None,
|
654
691
|
kms_key_name: Optional[pulumi.Input[str]] = None,
|
@@ -668,6 +705,7 @@ class Repository(pulumi.CustomResource):
|
|
668
705
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
669
706
|
__props__ = RepositoryArgs.__new__(RepositoryArgs)
|
670
707
|
|
708
|
+
__props__.__dict__["deletion_policy"] = deletion_policy
|
671
709
|
__props__.__dict__["display_name"] = display_name
|
672
710
|
__props__.__dict__["git_remote_settings"] = git_remote_settings
|
673
711
|
__props__.__dict__["kms_key_name"] = kms_key_name
|
@@ -692,6 +730,7 @@ class Repository(pulumi.CustomResource):
|
|
692
730
|
def get(resource_name: str,
|
693
731
|
id: pulumi.Input[str],
|
694
732
|
opts: Optional[pulumi.ResourceOptions] = None,
|
733
|
+
deletion_policy: Optional[pulumi.Input[str]] = None,
|
695
734
|
display_name: Optional[pulumi.Input[str]] = None,
|
696
735
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
697
736
|
git_remote_settings: Optional[pulumi.Input[Union['RepositoryGitRemoteSettingsArgs', 'RepositoryGitRemoteSettingsArgsDict']]] = None,
|
@@ -711,6 +750,7 @@ class Repository(pulumi.CustomResource):
|
|
711
750
|
:param str resource_name: The unique name of the resulting resource.
|
712
751
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
713
752
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
753
|
+
:param pulumi.Input[str] deletion_policy: Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
714
754
|
:param pulumi.Input[str] display_name: Optional. The repository's user-friendly name.
|
715
755
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
716
756
|
:param pulumi.Input[Union['RepositoryGitRemoteSettingsArgs', 'RepositoryGitRemoteSettingsArgsDict']] git_remote_settings: Optional. If set, configures this repository to be linked to a Git remote.
|
@@ -740,6 +780,7 @@ class Repository(pulumi.CustomResource):
|
|
740
780
|
|
741
781
|
__props__ = _RepositoryState.__new__(_RepositoryState)
|
742
782
|
|
783
|
+
__props__.__dict__["deletion_policy"] = deletion_policy
|
743
784
|
__props__.__dict__["display_name"] = display_name
|
744
785
|
__props__.__dict__["effective_labels"] = effective_labels
|
745
786
|
__props__.__dict__["git_remote_settings"] = git_remote_settings
|
@@ -754,6 +795,14 @@ class Repository(pulumi.CustomResource):
|
|
754
795
|
__props__.__dict__["workspace_compilation_overrides"] = workspace_compilation_overrides
|
755
796
|
return Repository(resource_name, opts=opts, __props__=__props__)
|
756
797
|
|
798
|
+
@property
|
799
|
+
@pulumi.getter(name="deletionPolicy")
|
800
|
+
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
801
|
+
"""
|
802
|
+
Policy to control how the repository and its child resources are deleted. When set to `FORCE`, any child resources of this repository will also be deleted. Possible values: `DELETE`, `FORCE`. Defaults to `DELETE`.
|
803
|
+
"""
|
804
|
+
return pulumi.get(self, "deletion_policy")
|
805
|
+
|
757
806
|
@property
|
758
807
|
@pulumi.getter(name="displayName")
|
759
808
|
def display_name(self) -> pulumi.Output[Optional[str]]:
|
@@ -27,10 +27,13 @@ class GetMetastoreServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getMetastoreService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, artifact_gcs_uri=None, database_type=None, deletion_protection=None, effective_labels=None, encryption_configs=None, endpoint_uri=None, hive_metastore_configs=None, id=None, labels=None, location=None, maintenance_windows=None, metadata_integrations=None, name=None, network=None, network_configs=None, port=None, project=None, pulumi_labels=None, release_channel=None, scaling_configs=None, scheduled_backups=None, service_id=None, state=None, state_message=None, telemetry_configs=None, tier=None, uid=None):
|
30
|
+
def __init__(__self__, artifact_gcs_uri=None, create_time=None, database_type=None, deletion_protection=None, effective_labels=None, encryption_configs=None, endpoint_uri=None, hive_metastore_configs=None, id=None, labels=None, location=None, maintenance_windows=None, metadata_integrations=None, name=None, network=None, network_configs=None, port=None, project=None, pulumi_labels=None, release_channel=None, scaling_configs=None, scheduled_backups=None, service_id=None, state=None, state_message=None, telemetry_configs=None, tier=None, uid=None, update_time=None):
|
31
31
|
if artifact_gcs_uri and not isinstance(artifact_gcs_uri, str):
|
32
32
|
raise TypeError("Expected argument 'artifact_gcs_uri' to be a str")
|
33
33
|
pulumi.set(__self__, "artifact_gcs_uri", artifact_gcs_uri)
|
34
|
+
if create_time and not isinstance(create_time, str):
|
35
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
36
|
+
pulumi.set(__self__, "create_time", create_time)
|
34
37
|
if database_type and not isinstance(database_type, str):
|
35
38
|
raise TypeError("Expected argument 'database_type' to be a str")
|
36
39
|
pulumi.set(__self__, "database_type", database_type)
|
@@ -109,12 +112,20 @@ class GetMetastoreServiceResult:
|
|
109
112
|
if uid and not isinstance(uid, str):
|
110
113
|
raise TypeError("Expected argument 'uid' to be a str")
|
111
114
|
pulumi.set(__self__, "uid", uid)
|
115
|
+
if update_time and not isinstance(update_time, str):
|
116
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
117
|
+
pulumi.set(__self__, "update_time", update_time)
|
112
118
|
|
113
119
|
@property
|
114
120
|
@pulumi.getter(name="artifactGcsUri")
|
115
121
|
def artifact_gcs_uri(self) -> str:
|
116
122
|
return pulumi.get(self, "artifact_gcs_uri")
|
117
123
|
|
124
|
+
@property
|
125
|
+
@pulumi.getter(name="createTime")
|
126
|
+
def create_time(self) -> str:
|
127
|
+
return pulumi.get(self, "create_time")
|
128
|
+
|
118
129
|
@property
|
119
130
|
@pulumi.getter(name="databaseType")
|
120
131
|
def database_type(self) -> str:
|
@@ -248,6 +259,11 @@ class GetMetastoreServiceResult:
|
|
248
259
|
def uid(self) -> str:
|
249
260
|
return pulumi.get(self, "uid")
|
250
261
|
|
262
|
+
@property
|
263
|
+
@pulumi.getter(name="updateTime")
|
264
|
+
def update_time(self) -> str:
|
265
|
+
return pulumi.get(self, "update_time")
|
266
|
+
|
251
267
|
|
252
268
|
class AwaitableGetMetastoreServiceResult(GetMetastoreServiceResult):
|
253
269
|
# pylint: disable=using-constant-test
|
@@ -256,6 +272,7 @@ class AwaitableGetMetastoreServiceResult(GetMetastoreServiceResult):
|
|
256
272
|
yield self
|
257
273
|
return GetMetastoreServiceResult(
|
258
274
|
artifact_gcs_uri=self.artifact_gcs_uri,
|
275
|
+
create_time=self.create_time,
|
259
276
|
database_type=self.database_type,
|
260
277
|
deletion_protection=self.deletion_protection,
|
261
278
|
effective_labels=self.effective_labels,
|
@@ -281,7 +298,8 @@ class AwaitableGetMetastoreServiceResult(GetMetastoreServiceResult):
|
|
281
298
|
state_message=self.state_message,
|
282
299
|
telemetry_configs=self.telemetry_configs,
|
283
300
|
tier=self.tier,
|
284
|
-
uid=self.uid
|
301
|
+
uid=self.uid,
|
302
|
+
update_time=self.update_time)
|
285
303
|
|
286
304
|
|
287
305
|
def get_metastore_service(location: Optional[str] = None,
|
@@ -318,6 +336,7 @@ def get_metastore_service(location: Optional[str] = None,
|
|
318
336
|
|
319
337
|
return AwaitableGetMetastoreServiceResult(
|
320
338
|
artifact_gcs_uri=pulumi.get(__ret__, 'artifact_gcs_uri'),
|
339
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
321
340
|
database_type=pulumi.get(__ret__, 'database_type'),
|
322
341
|
deletion_protection=pulumi.get(__ret__, 'deletion_protection'),
|
323
342
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
@@ -343,7 +362,8 @@ def get_metastore_service(location: Optional[str] = None,
|
|
343
362
|
state_message=pulumi.get(__ret__, 'state_message'),
|
344
363
|
telemetry_configs=pulumi.get(__ret__, 'telemetry_configs'),
|
345
364
|
tier=pulumi.get(__ret__, 'tier'),
|
346
|
-
uid=pulumi.get(__ret__, 'uid')
|
365
|
+
uid=pulumi.get(__ret__, 'uid'),
|
366
|
+
update_time=pulumi.get(__ret__, 'update_time'))
|
347
367
|
def get_metastore_service_output(location: Optional[pulumi.Input[str]] = None,
|
348
368
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
349
369
|
service_id: Optional[pulumi.Input[str]] = None,
|
@@ -377,6 +397,7 @@ def get_metastore_service_output(location: Optional[pulumi.Input[str]] = None,
|
|
377
397
|
__ret__ = pulumi.runtime.invoke_output('gcp:dataproc/getMetastoreService:getMetastoreService', __args__, opts=opts, typ=GetMetastoreServiceResult)
|
378
398
|
return __ret__.apply(lambda __response__: GetMetastoreServiceResult(
|
379
399
|
artifact_gcs_uri=pulumi.get(__response__, 'artifact_gcs_uri'),
|
400
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
380
401
|
database_type=pulumi.get(__response__, 'database_type'),
|
381
402
|
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
382
403
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
@@ -402,4 +423,5 @@ def get_metastore_service_output(location: Optional[pulumi.Input[str]] = None,
|
|
402
423
|
state_message=pulumi.get(__response__, 'state_message'),
|
403
424
|
telemetry_configs=pulumi.get(__response__, 'telemetry_configs'),
|
404
425
|
tier=pulumi.get(__response__, 'tier'),
|
405
|
-
uid=pulumi.get(__response__, 'uid')
|
426
|
+
uid=pulumi.get(__response__, 'uid'),
|
427
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -129,6 +129,7 @@ class MetastoreFederationArgs:
|
|
129
129
|
class _MetastoreFederationState:
|
130
130
|
def __init__(__self__, *,
|
131
131
|
backend_metastores: Optional[pulumi.Input[Sequence[pulumi.Input['MetastoreFederationBackendMetastoreArgs']]]] = None,
|
132
|
+
create_time: Optional[pulumi.Input[str]] = None,
|
132
133
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
133
134
|
endpoint_uri: Optional[pulumi.Input[str]] = None,
|
134
135
|
federation_id: Optional[pulumi.Input[str]] = None,
|
@@ -140,11 +141,13 @@ class _MetastoreFederationState:
|
|
140
141
|
state: Optional[pulumi.Input[str]] = None,
|
141
142
|
state_message: Optional[pulumi.Input[str]] = None,
|
142
143
|
uid: Optional[pulumi.Input[str]] = None,
|
144
|
+
update_time: Optional[pulumi.Input[str]] = None,
|
143
145
|
version: Optional[pulumi.Input[str]] = None):
|
144
146
|
"""
|
145
147
|
Input properties used for looking up and filtering MetastoreFederation resources.
|
146
148
|
:param pulumi.Input[Sequence[pulumi.Input['MetastoreFederationBackendMetastoreArgs']]] backend_metastores: A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.
|
147
149
|
Structure is documented below.
|
150
|
+
:param pulumi.Input[str] create_time: Output only. The time when the metastore federation was created.
|
148
151
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
149
152
|
:param pulumi.Input[str] endpoint_uri: The URI of the endpoint used to access the metastore federation.
|
150
153
|
:param pulumi.Input[str] federation_id: The ID of the metastore federation. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
@@ -160,10 +163,13 @@ class _MetastoreFederationState:
|
|
160
163
|
:param pulumi.Input[str] state: The current state of the metastore federation.
|
161
164
|
:param pulumi.Input[str] state_message: Additional information about the current state of the metastore federation, if available.
|
162
165
|
:param pulumi.Input[str] uid: The globally unique resource identifier of the metastore federation.
|
166
|
+
:param pulumi.Input[str] update_time: Output only. The time when the metastore federation was last updated.
|
163
167
|
:param pulumi.Input[str] version: The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.
|
164
168
|
"""
|
165
169
|
if backend_metastores is not None:
|
166
170
|
pulumi.set(__self__, "backend_metastores", backend_metastores)
|
171
|
+
if create_time is not None:
|
172
|
+
pulumi.set(__self__, "create_time", create_time)
|
167
173
|
if effective_labels is not None:
|
168
174
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
169
175
|
if endpoint_uri is not None:
|
@@ -186,6 +192,8 @@ class _MetastoreFederationState:
|
|
186
192
|
pulumi.set(__self__, "state_message", state_message)
|
187
193
|
if uid is not None:
|
188
194
|
pulumi.set(__self__, "uid", uid)
|
195
|
+
if update_time is not None:
|
196
|
+
pulumi.set(__self__, "update_time", update_time)
|
189
197
|
if version is not None:
|
190
198
|
pulumi.set(__self__, "version", version)
|
191
199
|
|
@@ -202,6 +210,18 @@ class _MetastoreFederationState:
|
|
202
210
|
def backend_metastores(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetastoreFederationBackendMetastoreArgs']]]]):
|
203
211
|
pulumi.set(self, "backend_metastores", value)
|
204
212
|
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="createTime")
|
215
|
+
def create_time(self) -> Optional[pulumi.Input[str]]:
|
216
|
+
"""
|
217
|
+
Output only. The time when the metastore federation was created.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "create_time")
|
220
|
+
|
221
|
+
@create_time.setter
|
222
|
+
def create_time(self, value: Optional[pulumi.Input[str]]):
|
223
|
+
pulumi.set(self, "create_time", value)
|
224
|
+
|
205
225
|
@property
|
206
226
|
@pulumi.getter(name="effectiveLabels")
|
207
227
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -336,6 +356,18 @@ class _MetastoreFederationState:
|
|
336
356
|
def uid(self, value: Optional[pulumi.Input[str]]):
|
337
357
|
pulumi.set(self, "uid", value)
|
338
358
|
|
359
|
+
@property
|
360
|
+
@pulumi.getter(name="updateTime")
|
361
|
+
def update_time(self) -> Optional[pulumi.Input[str]]:
|
362
|
+
"""
|
363
|
+
Output only. The time when the metastore federation was last updated.
|
364
|
+
"""
|
365
|
+
return pulumi.get(self, "update_time")
|
366
|
+
|
367
|
+
@update_time.setter
|
368
|
+
def update_time(self, value: Optional[pulumi.Input[str]]):
|
369
|
+
pulumi.set(self, "update_time", value)
|
370
|
+
|
339
371
|
@property
|
340
372
|
@pulumi.getter
|
341
373
|
def version(self) -> Optional[pulumi.Input[str]]:
|
@@ -594,6 +626,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
594
626
|
if version is None and not opts.urn:
|
595
627
|
raise TypeError("Missing required property 'version'")
|
596
628
|
__props__.__dict__["version"] = version
|
629
|
+
__props__.__dict__["create_time"] = None
|
597
630
|
__props__.__dict__["effective_labels"] = None
|
598
631
|
__props__.__dict__["endpoint_uri"] = None
|
599
632
|
__props__.__dict__["name"] = None
|
@@ -601,6 +634,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
601
634
|
__props__.__dict__["state"] = None
|
602
635
|
__props__.__dict__["state_message"] = None
|
603
636
|
__props__.__dict__["uid"] = None
|
637
|
+
__props__.__dict__["update_time"] = None
|
604
638
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
|
605
639
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
606
640
|
super(MetastoreFederation, __self__).__init__(
|
@@ -614,6 +648,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
614
648
|
id: pulumi.Input[str],
|
615
649
|
opts: Optional[pulumi.ResourceOptions] = None,
|
616
650
|
backend_metastores: Optional[pulumi.Input[Sequence[pulumi.Input[Union['MetastoreFederationBackendMetastoreArgs', 'MetastoreFederationBackendMetastoreArgsDict']]]]] = None,
|
651
|
+
create_time: Optional[pulumi.Input[str]] = None,
|
617
652
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
618
653
|
endpoint_uri: Optional[pulumi.Input[str]] = None,
|
619
654
|
federation_id: Optional[pulumi.Input[str]] = None,
|
@@ -625,6 +660,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
625
660
|
state: Optional[pulumi.Input[str]] = None,
|
626
661
|
state_message: Optional[pulumi.Input[str]] = None,
|
627
662
|
uid: Optional[pulumi.Input[str]] = None,
|
663
|
+
update_time: Optional[pulumi.Input[str]] = None,
|
628
664
|
version: Optional[pulumi.Input[str]] = None) -> 'MetastoreFederation':
|
629
665
|
"""
|
630
666
|
Get an existing MetastoreFederation resource's state with the given name, id, and optional extra
|
@@ -635,6 +671,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
635
671
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
636
672
|
:param pulumi.Input[Sequence[pulumi.Input[Union['MetastoreFederationBackendMetastoreArgs', 'MetastoreFederationBackendMetastoreArgsDict']]]] backend_metastores: A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.
|
637
673
|
Structure is documented below.
|
674
|
+
:param pulumi.Input[str] create_time: Output only. The time when the metastore federation was created.
|
638
675
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
639
676
|
:param pulumi.Input[str] endpoint_uri: The URI of the endpoint used to access the metastore federation.
|
640
677
|
:param pulumi.Input[str] federation_id: The ID of the metastore federation. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_),
|
@@ -650,6 +687,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
650
687
|
:param pulumi.Input[str] state: The current state of the metastore federation.
|
651
688
|
:param pulumi.Input[str] state_message: Additional information about the current state of the metastore federation, if available.
|
652
689
|
:param pulumi.Input[str] uid: The globally unique resource identifier of the metastore federation.
|
690
|
+
:param pulumi.Input[str] update_time: Output only. The time when the metastore federation was last updated.
|
653
691
|
:param pulumi.Input[str] version: The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.
|
654
692
|
"""
|
655
693
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -657,6 +695,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
657
695
|
__props__ = _MetastoreFederationState.__new__(_MetastoreFederationState)
|
658
696
|
|
659
697
|
__props__.__dict__["backend_metastores"] = backend_metastores
|
698
|
+
__props__.__dict__["create_time"] = create_time
|
660
699
|
__props__.__dict__["effective_labels"] = effective_labels
|
661
700
|
__props__.__dict__["endpoint_uri"] = endpoint_uri
|
662
701
|
__props__.__dict__["federation_id"] = federation_id
|
@@ -668,6 +707,7 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
668
707
|
__props__.__dict__["state"] = state
|
669
708
|
__props__.__dict__["state_message"] = state_message
|
670
709
|
__props__.__dict__["uid"] = uid
|
710
|
+
__props__.__dict__["update_time"] = update_time
|
671
711
|
__props__.__dict__["version"] = version
|
672
712
|
return MetastoreFederation(resource_name, opts=opts, __props__=__props__)
|
673
713
|
|
@@ -680,6 +720,14 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
680
720
|
"""
|
681
721
|
return pulumi.get(self, "backend_metastores")
|
682
722
|
|
723
|
+
@property
|
724
|
+
@pulumi.getter(name="createTime")
|
725
|
+
def create_time(self) -> pulumi.Output[str]:
|
726
|
+
"""
|
727
|
+
Output only. The time when the metastore federation was created.
|
728
|
+
"""
|
729
|
+
return pulumi.get(self, "create_time")
|
730
|
+
|
683
731
|
@property
|
684
732
|
@pulumi.getter(name="effectiveLabels")
|
685
733
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
@@ -770,6 +818,14 @@ class MetastoreFederation(pulumi.CustomResource):
|
|
770
818
|
"""
|
771
819
|
return pulumi.get(self, "uid")
|
772
820
|
|
821
|
+
@property
|
822
|
+
@pulumi.getter(name="updateTime")
|
823
|
+
def update_time(self) -> pulumi.Output[str]:
|
824
|
+
"""
|
825
|
+
Output only. The time when the metastore federation was last updated.
|
826
|
+
"""
|
827
|
+
return pulumi.get(self, "update_time")
|
828
|
+
|
773
829
|
@property
|
774
830
|
@pulumi.getter
|
775
831
|
def version(self) -> pulumi.Output[str]:
|