pulumi-gcp 8.14.0a1736836474__py3-none-any.whl → 8.14.0a1736952890__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 +32 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +2 -0
- pulumi_gcp/chronicle/_inputs.py +388 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +322 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/compute/_inputs.py +33 -33
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/outputs.py +22 -22
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- {pulumi_gcp-8.14.0a1736836474.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736836474.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/RECORD +62 -58
- {pulumi_gcp-8.14.0a1736836474.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736836474.dist-info → pulumi_gcp-8.14.0a1736952890.dist-info}/top_level.txt +0 -0
@@ -820,7 +820,7 @@ class ConfigSignInAnonymous(dict):
|
|
820
820
|
"""
|
821
821
|
:param bool enabled: Whether anonymous user auth is enabled for the project or not.
|
822
822
|
|
823
|
-
<a name="
|
823
|
+
<a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
|
824
824
|
"""
|
825
825
|
pulumi.set(__self__, "enabled", enabled)
|
826
826
|
|
@@ -830,7 +830,7 @@ class ConfigSignInAnonymous(dict):
|
|
830
830
|
"""
|
831
831
|
Whether anonymous user auth is enabled for the project or not.
|
832
832
|
|
833
|
-
<a name="
|
833
|
+
<a name="nested_sign_in_hash_config"></a>The `hash_config` block contains:
|
834
834
|
"""
|
835
835
|
return pulumi.get(self, "enabled")
|
836
836
|
|
@@ -1294,7 +1294,7 @@ class InboundSamlConfigSpConfig(dict):
|
|
1294
1294
|
Structure is documented below.
|
1295
1295
|
|
1296
1296
|
|
1297
|
-
<a name="
|
1297
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1298
1298
|
:param str sp_entity_id: Unique identifier for all SAML entities.
|
1299
1299
|
"""
|
1300
1300
|
if callback_uri is not None:
|
@@ -1321,7 +1321,7 @@ class InboundSamlConfigSpConfig(dict):
|
|
1321
1321
|
Structure is documented below.
|
1322
1322
|
|
1323
1323
|
|
1324
|
-
<a name="
|
1324
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1325
1325
|
"""
|
1326
1326
|
return pulumi.get(self, "sp_certificates")
|
1327
1327
|
|
@@ -1518,7 +1518,7 @@ class TenantInboundSamlConfigSpConfig(dict):
|
|
1518
1518
|
Structure is documented below.
|
1519
1519
|
|
1520
1520
|
|
1521
|
-
<a name="
|
1521
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1522
1522
|
"""
|
1523
1523
|
pulumi.set(__self__, "callback_uri", callback_uri)
|
1524
1524
|
pulumi.set(__self__, "sp_entity_id", sp_entity_id)
|
@@ -1550,7 +1550,7 @@ class TenantInboundSamlConfigSpConfig(dict):
|
|
1550
1550
|
Structure is documented below.
|
1551
1551
|
|
1552
1552
|
|
1553
|
-
<a name="
|
1553
|
+
<a name="nested_sp_config_sp_certificates"></a>The `sp_certificates` block contains:
|
1554
1554
|
"""
|
1555
1555
|
return pulumi.get(self, "sp_certificates")
|
1556
1556
|
|
@@ -864,7 +864,7 @@ if not MYPY:
|
|
864
864
|
"""
|
865
865
|
Value for the "aud" claim.
|
866
866
|
|
867
|
-
<a name="
|
867
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
868
868
|
"""
|
869
869
|
issuer: NotRequired[pulumi.Input[str]]
|
870
870
|
"""
|
@@ -886,7 +886,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs:
|
|
886
886
|
"""
|
887
887
|
:param pulumi.Input[str] audience: Value for the "aud" claim.
|
888
888
|
|
889
|
-
<a name="
|
889
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
890
890
|
:param pulumi.Input[str] issuer: Value for the "iss" claim.
|
891
891
|
:param pulumi.Input[str] subject: Value for the "sub" claim.
|
892
892
|
"""
|
@@ -903,7 +903,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs:
|
|
903
903
|
"""
|
904
904
|
Value for the "aud" claim.
|
905
905
|
|
906
|
-
<a name="
|
906
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
907
907
|
"""
|
908
908
|
return pulumi.get(self, "audience")
|
909
909
|
|
@@ -1074,7 +1074,7 @@ if not MYPY:
|
|
1074
1074
|
The resource name of the secret version in the format,
|
1075
1075
|
format as: projects/*/secrets/*/versions/*.
|
1076
1076
|
|
1077
|
-
<a name="
|
1077
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1078
1078
|
"""
|
1079
1079
|
elif False:
|
1080
1080
|
ConnectionAuthConfigSshPublicKeySshClientCertPassArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1087,7 +1087,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPassArgs:
|
|
1087
1087
|
:param pulumi.Input[str] secret_version: The resource name of the secret version in the format,
|
1088
1088
|
format as: projects/*/secrets/*/versions/*.
|
1089
1089
|
|
1090
|
-
<a name="
|
1090
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1091
1091
|
"""
|
1092
1092
|
pulumi.set(__self__, "secret_version", secret_version)
|
1093
1093
|
|
@@ -1098,7 +1098,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPassArgs:
|
|
1098
1098
|
The resource name of the secret version in the format,
|
1099
1099
|
format as: projects/*/secrets/*/versions/*.
|
1100
1100
|
|
1101
|
-
<a name="
|
1101
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
1102
1102
|
"""
|
1103
1103
|
return pulumi.get(self, "secret_version")
|
1104
1104
|
|
@@ -721,7 +721,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaims(dict):
|
|
721
721
|
"""
|
722
722
|
:param str audience: Value for the "aud" claim.
|
723
723
|
|
724
|
-
<a name="
|
724
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
725
725
|
:param str issuer: Value for the "iss" claim.
|
726
726
|
:param str subject: Value for the "sub" claim.
|
727
727
|
"""
|
@@ -738,7 +738,7 @@ class ConnectionAuthConfigOauth2JwtBearerJwtClaims(dict):
|
|
738
738
|
"""
|
739
739
|
Value for the "aud" claim.
|
740
740
|
|
741
|
-
<a name="
|
741
|
+
<a name="nested_auth_config_oauth2_client_credentials"></a>The `oauth2_client_credentials` block supports:
|
742
742
|
"""
|
743
743
|
return pulumi.get(self, "audience")
|
744
744
|
|
@@ -900,7 +900,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPass(dict):
|
|
900
900
|
:param str secret_version: The resource name of the secret version in the format,
|
901
901
|
format as: projects/*/secrets/*/versions/*.
|
902
902
|
|
903
|
-
<a name="
|
903
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
904
904
|
"""
|
905
905
|
pulumi.set(__self__, "secret_version", secret_version)
|
906
906
|
|
@@ -911,7 +911,7 @@ class ConnectionAuthConfigSshPublicKeySshClientCertPass(dict):
|
|
911
911
|
The resource name of the secret version in the format,
|
912
912
|
format as: projects/*/secrets/*/versions/*.
|
913
913
|
|
914
|
-
<a name="
|
914
|
+
<a name="nested_auth_config_oauth2_auth_code_flow"></a>The `oauth2_auth_code_flow` block supports:
|
915
915
|
"""
|
916
916
|
return pulumi.get(self, "secret_version")
|
917
917
|
|
pulumi_gcp/monitoring/_inputs.py
CHANGED
@@ -5868,7 +5868,7 @@ if not MYPY:
|
|
5868
5868
|
Structure is documented below.
|
5869
5869
|
|
5870
5870
|
|
5871
|
-
<a name="
|
5871
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5872
5872
|
"""
|
5873
5873
|
elif False:
|
5874
5874
|
UptimeCheckConfigSyntheticMonitorArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -5882,7 +5882,7 @@ class UptimeCheckConfigSyntheticMonitorArgs:
|
|
5882
5882
|
Structure is documented below.
|
5883
5883
|
|
5884
5884
|
|
5885
|
-
<a name="
|
5885
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5886
5886
|
"""
|
5887
5887
|
pulumi.set(__self__, "cloud_function_v2", cloud_function_v2)
|
5888
5888
|
|
@@ -5894,7 +5894,7 @@ class UptimeCheckConfigSyntheticMonitorArgs:
|
|
5894
5894
|
Structure is documented below.
|
5895
5895
|
|
5896
5896
|
|
5897
|
-
<a name="
|
5897
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
5898
5898
|
"""
|
5899
5899
|
return pulumi.get(self, "cloud_function_v2")
|
5900
5900
|
|
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -4367,7 +4367,7 @@ class UptimeCheckConfigSyntheticMonitor(dict):
|
|
4367
4367
|
Structure is documented below.
|
4368
4368
|
|
4369
4369
|
|
4370
|
-
<a name="
|
4370
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
4371
4371
|
"""
|
4372
4372
|
pulumi.set(__self__, "cloud_function_v2", cloud_function_v2)
|
4373
4373
|
|
@@ -4379,7 +4379,7 @@ class UptimeCheckConfigSyntheticMonitor(dict):
|
|
4379
4379
|
Structure is documented below.
|
4380
4380
|
|
4381
4381
|
|
4382
|
-
<a name="
|
4382
|
+
<a name="nested_synthetic_monitor_cloud_function_v2"></a>The `cloud_function_v2` block supports:
|
4383
4383
|
"""
|
4384
4384
|
return pulumi.get(self, "cloud_function_v2")
|
4385
4385
|
|
@@ -2370,7 +2370,7 @@ if not MYPY:
|
|
2370
2370
|
The email address used by Oracle to send notifications regarding databases
|
2371
2371
|
and infrastructure.
|
2372
2372
|
|
2373
|
-
<a name="
|
2373
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2374
2374
|
"""
|
2375
2375
|
elif False:
|
2376
2376
|
AutonomousDatabasePropertiesCustomerContactArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2383,7 +2383,7 @@ class AutonomousDatabasePropertiesCustomerContactArgs:
|
|
2383
2383
|
:param pulumi.Input[str] email: The email address used by Oracle to send notifications regarding databases
|
2384
2384
|
and infrastructure.
|
2385
2385
|
|
2386
|
-
<a name="
|
2386
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2387
2387
|
"""
|
2388
2388
|
pulumi.set(__self__, "email", email)
|
2389
2389
|
|
@@ -2394,7 +2394,7 @@ class AutonomousDatabasePropertiesCustomerContactArgs:
|
|
2394
2394
|
The email address used by Oracle to send notifications regarding databases
|
2395
2395
|
and infrastructure.
|
2396
2396
|
|
2397
|
-
<a name="
|
2397
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
2398
2398
|
"""
|
2399
2399
|
return pulumi.get(self, "email")
|
2400
2400
|
|
@@ -1721,7 +1721,7 @@ class AutonomousDatabasePropertiesCustomerContact(dict):
|
|
1721
1721
|
:param str email: The email address used by Oracle to send notifications regarding databases
|
1722
1722
|
and infrastructure.
|
1723
1723
|
|
1724
|
-
<a name="
|
1724
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
1725
1725
|
"""
|
1726
1726
|
pulumi.set(__self__, "email", email)
|
1727
1727
|
|
@@ -1732,7 +1732,7 @@ class AutonomousDatabasePropertiesCustomerContact(dict):
|
|
1732
1732
|
The email address used by Oracle to send notifications regarding databases
|
1733
1733
|
and infrastructure.
|
1734
1734
|
|
1735
|
-
<a name="
|
1735
|
+
<a name="nested_properties_apex_details"></a>The `apex_details` block contains:
|
1736
1736
|
"""
|
1737
1737
|
return pulumi.get(self, "email")
|
1738
1738
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
pulumi_gcp/sql/_inputs.py
CHANGED
@@ -1870,6 +1870,10 @@ if not MYPY:
|
|
1870
1870
|
"""
|
1871
1871
|
Specify how the server certificate's Certificate Authority is hosted. Supported values are `GOOGLE_MANAGED_INTERNAL_CA` and `GOOGLE_MANAGED_CAS_CA`.
|
1872
1872
|
"""
|
1873
|
+
server_ca_pool: NotRequired[pulumi.Input[str]]
|
1874
|
+
"""
|
1875
|
+
The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1876
|
+
"""
|
1873
1877
|
ssl_mode: NotRequired[pulumi.Input[str]]
|
1874
1878
|
"""
|
1875
1879
|
Specify how SSL connection should be enforced in DB connections. Supported values are `ALLOW_UNENCRYPTED_AND_ENCRYPTED`, `ENCRYPTED_ONLY`, and `TRUSTED_CLIENT_CERTIFICATE_REQUIRED` (not supported for SQL Server). See [API reference doc](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances#ipconfiguration) for details.
|
@@ -1887,6 +1891,7 @@ class DatabaseInstanceSettingsIpConfigurationArgs:
|
|
1887
1891
|
private_network: Optional[pulumi.Input[str]] = None,
|
1888
1892
|
psc_configs: Optional[pulumi.Input[Sequence[pulumi.Input['DatabaseInstanceSettingsIpConfigurationPscConfigArgs']]]] = None,
|
1889
1893
|
server_ca_mode: Optional[pulumi.Input[str]] = None,
|
1894
|
+
server_ca_pool: Optional[pulumi.Input[str]] = None,
|
1890
1895
|
ssl_mode: Optional[pulumi.Input[str]] = None):
|
1891
1896
|
"""
|
1892
1897
|
:param pulumi.Input[str] allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -1901,6 +1906,7 @@ class DatabaseInstanceSettingsIpConfigurationArgs:
|
|
1901
1906
|
This setting can be updated, but it cannot be removed after it is set.
|
1902
1907
|
:param pulumi.Input[Sequence[pulumi.Input['DatabaseInstanceSettingsIpConfigurationPscConfigArgs']]] psc_configs: PSC settings for a Cloud SQL instance.
|
1903
1908
|
:param pulumi.Input[str] server_ca_mode: Specify how the server certificate's Certificate Authority is hosted. Supported values are `GOOGLE_MANAGED_INTERNAL_CA` and `GOOGLE_MANAGED_CAS_CA`.
|
1909
|
+
:param pulumi.Input[str] server_ca_pool: The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1904
1910
|
:param pulumi.Input[str] ssl_mode: Specify how SSL connection should be enforced in DB connections. Supported values are `ALLOW_UNENCRYPTED_AND_ENCRYPTED`, `ENCRYPTED_ONLY`, and `TRUSTED_CLIENT_CERTIFICATE_REQUIRED` (not supported for SQL Server). See [API reference doc](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances#ipconfiguration) for details.
|
1905
1911
|
"""
|
1906
1912
|
if allocated_ip_range is not None:
|
@@ -1917,6 +1923,8 @@ class DatabaseInstanceSettingsIpConfigurationArgs:
|
|
1917
1923
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
1918
1924
|
if server_ca_mode is not None:
|
1919
1925
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
1926
|
+
if server_ca_pool is not None:
|
1927
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
1920
1928
|
if ssl_mode is not None:
|
1921
1929
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1922
1930
|
|
@@ -2007,6 +2015,18 @@ class DatabaseInstanceSettingsIpConfigurationArgs:
|
|
2007
2015
|
def server_ca_mode(self, value: Optional[pulumi.Input[str]]):
|
2008
2016
|
pulumi.set(self, "server_ca_mode", value)
|
2009
2017
|
|
2018
|
+
@property
|
2019
|
+
@pulumi.getter(name="serverCaPool")
|
2020
|
+
def server_ca_pool(self) -> Optional[pulumi.Input[str]]:
|
2021
|
+
"""
|
2022
|
+
The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
2023
|
+
"""
|
2024
|
+
return pulumi.get(self, "server_ca_pool")
|
2025
|
+
|
2026
|
+
@server_ca_pool.setter
|
2027
|
+
def server_ca_pool(self, value: Optional[pulumi.Input[str]]):
|
2028
|
+
pulumi.set(self, "server_ca_pool", value)
|
2029
|
+
|
2010
2030
|
@property
|
2011
2031
|
@pulumi.getter(name="sslMode")
|
2012
2032
|
def ssl_mode(self) -> Optional[pulumi.Input[str]]:
|
@@ -835,7 +835,7 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
835
835
|
settings: Optional[pulumi.Input[Union['DatabaseInstanceSettingsArgs', 'DatabaseInstanceSettingsArgsDict']]] = None,
|
836
836
|
__props__=None):
|
837
837
|
"""
|
838
|
-
Creates a new Google SQL Database Instance. For more information, see the [official documentation](https://cloud.google.com/sql/),
|
838
|
+
Creates a new Google SQL Database Instance. For more information, see the [official documentation](https://cloud.google.com/sql/docs/mysql/create-instance),
|
839
839
|
or the [JSON API](https://cloud.google.com/sql/docs/admin-api/v1beta4/instances).
|
840
840
|
|
841
841
|
> **NOTE on `sql.DatabaseInstance`:** - Second-generation instances include a
|
@@ -1093,7 +1093,7 @@ class DatabaseInstance(pulumi.CustomResource):
|
|
1093
1093
|
args: DatabaseInstanceArgs,
|
1094
1094
|
opts: Optional[pulumi.ResourceOptions] = None):
|
1095
1095
|
"""
|
1096
|
-
Creates a new Google SQL Database Instance. For more information, see the [official documentation](https://cloud.google.com/sql/),
|
1096
|
+
Creates a new Google SQL Database Instance. For more information, see the [official documentation](https://cloud.google.com/sql/docs/mysql/create-instance),
|
1097
1097
|
or the [JSON API](https://cloud.google.com/sql/docs/admin-api/v1beta4/instances).
|
1098
1098
|
|
1099
1099
|
> **NOTE on `sql.DatabaseInstance`:** - Second-generation instances include a
|
pulumi_gcp/sql/outputs.py
CHANGED
@@ -1480,6 +1480,8 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1480
1480
|
suggest = "psc_configs"
|
1481
1481
|
elif key == "serverCaMode":
|
1482
1482
|
suggest = "server_ca_mode"
|
1483
|
+
elif key == "serverCaPool":
|
1484
|
+
suggest = "server_ca_pool"
|
1483
1485
|
elif key == "sslMode":
|
1484
1486
|
suggest = "ssl_mode"
|
1485
1487
|
|
@@ -1502,6 +1504,7 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1502
1504
|
private_network: Optional[str] = None,
|
1503
1505
|
psc_configs: Optional[Sequence['outputs.DatabaseInstanceSettingsIpConfigurationPscConfig']] = None,
|
1504
1506
|
server_ca_mode: Optional[str] = None,
|
1507
|
+
server_ca_pool: Optional[str] = None,
|
1505
1508
|
ssl_mode: Optional[str] = None):
|
1506
1509
|
"""
|
1507
1510
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -1516,6 +1519,7 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1516
1519
|
This setting can be updated, but it cannot be removed after it is set.
|
1517
1520
|
:param Sequence['DatabaseInstanceSettingsIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
1518
1521
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted. Supported values are `GOOGLE_MANAGED_INTERNAL_CA` and `GOOGLE_MANAGED_CAS_CA`.
|
1522
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1519
1523
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections. Supported values are `ALLOW_UNENCRYPTED_AND_ENCRYPTED`, `ENCRYPTED_ONLY`, and `TRUSTED_CLIENT_CERTIFICATE_REQUIRED` (not supported for SQL Server). See [API reference doc](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances#ipconfiguration) for details.
|
1520
1524
|
"""
|
1521
1525
|
if allocated_ip_range is not None:
|
@@ -1532,6 +1536,8 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1532
1536
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
1533
1537
|
if server_ca_mode is not None:
|
1534
1538
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
1539
|
+
if server_ca_pool is not None:
|
1540
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
1535
1541
|
if ssl_mode is not None:
|
1536
1542
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
1537
1543
|
|
@@ -1594,6 +1600,14 @@ class DatabaseInstanceSettingsIpConfiguration(dict):
|
|
1594
1600
|
"""
|
1595
1601
|
return pulumi.get(self, "server_ca_mode")
|
1596
1602
|
|
1603
|
+
@property
|
1604
|
+
@pulumi.getter(name="serverCaPool")
|
1605
|
+
def server_ca_pool(self) -> Optional[str]:
|
1606
|
+
"""
|
1607
|
+
The resource name of the server CA pool for an instance with `CUSTOMER_MANAGED_CAS_CA` as the `server_ca_mode`.
|
1608
|
+
"""
|
1609
|
+
return pulumi.get(self, "server_ca_pool")
|
1610
|
+
|
1597
1611
|
@property
|
1598
1612
|
@pulumi.getter(name="sslMode")
|
1599
1613
|
def ssl_mode(self) -> Optional[str]:
|
@@ -3249,6 +3263,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3249
3263
|
private_network: str,
|
3250
3264
|
psc_configs: Sequence['outputs.GetDatabaseInstanceSettingIpConfigurationPscConfigResult'],
|
3251
3265
|
server_ca_mode: str,
|
3266
|
+
server_ca_pool: str,
|
3252
3267
|
ssl_mode: str):
|
3253
3268
|
"""
|
3254
3269
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -3257,6 +3272,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3257
3272
|
:param str private_network: The VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default. Specifying a network enables private IP. At least ipv4_enabled must be enabled or a private_network must be configured. This setting can be updated, but it cannot be removed after it is set.
|
3258
3273
|
:param Sequence['GetDatabaseInstanceSettingIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
3259
3274
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted.
|
3275
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
3260
3276
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections.
|
3261
3277
|
"""
|
3262
3278
|
pulumi.set(__self__, "allocated_ip_range", allocated_ip_range)
|
@@ -3266,6 +3282,7 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3266
3282
|
pulumi.set(__self__, "private_network", private_network)
|
3267
3283
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
3268
3284
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
3285
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
3269
3286
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
3270
3287
|
|
3271
3288
|
@property
|
@@ -3321,6 +3338,14 @@ class GetDatabaseInstanceSettingIpConfigurationResult(dict):
|
|
3321
3338
|
"""
|
3322
3339
|
return pulumi.get(self, "server_ca_mode")
|
3323
3340
|
|
3341
|
+
@property
|
3342
|
+
@pulumi.getter(name="serverCaPool")
|
3343
|
+
def server_ca_pool(self) -> str:
|
3344
|
+
"""
|
3345
|
+
The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
3346
|
+
"""
|
3347
|
+
return pulumi.get(self, "server_ca_pool")
|
3348
|
+
|
3324
3349
|
@property
|
3325
3350
|
@pulumi.getter(name="sslMode")
|
3326
3351
|
def ssl_mode(self) -> str:
|
@@ -4814,6 +4839,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4814
4839
|
private_network: str,
|
4815
4840
|
psc_configs: Sequence['outputs.GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigResult'],
|
4816
4841
|
server_ca_mode: str,
|
4842
|
+
server_ca_pool: str,
|
4817
4843
|
ssl_mode: str):
|
4818
4844
|
"""
|
4819
4845
|
:param str allocated_ip_range: The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
|
@@ -4822,6 +4848,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4822
4848
|
:param str private_network: The VPC network from which the Cloud SQL instance is accessible for private IP. For example, projects/myProject/global/networks/default. Specifying a network enables private IP. At least ipv4_enabled must be enabled or a private_network must be configured. This setting can be updated, but it cannot be removed after it is set.
|
4823
4849
|
:param Sequence['GetDatabaseInstancesInstanceSettingIpConfigurationPscConfigArgs'] psc_configs: PSC settings for a Cloud SQL instance.
|
4824
4850
|
:param str server_ca_mode: Specify how the server certificate's Certificate Authority is hosted.
|
4851
|
+
:param str server_ca_pool: The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
4825
4852
|
:param str ssl_mode: Specify how SSL connection should be enforced in DB connections.
|
4826
4853
|
"""
|
4827
4854
|
pulumi.set(__self__, "allocated_ip_range", allocated_ip_range)
|
@@ -4831,6 +4858,7 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4831
4858
|
pulumi.set(__self__, "private_network", private_network)
|
4832
4859
|
pulumi.set(__self__, "psc_configs", psc_configs)
|
4833
4860
|
pulumi.set(__self__, "server_ca_mode", server_ca_mode)
|
4861
|
+
pulumi.set(__self__, "server_ca_pool", server_ca_pool)
|
4834
4862
|
pulumi.set(__self__, "ssl_mode", ssl_mode)
|
4835
4863
|
|
4836
4864
|
@property
|
@@ -4886,6 +4914,14 @@ class GetDatabaseInstancesInstanceSettingIpConfigurationResult(dict):
|
|
4886
4914
|
"""
|
4887
4915
|
return pulumi.get(self, "server_ca_mode")
|
4888
4916
|
|
4917
|
+
@property
|
4918
|
+
@pulumi.getter(name="serverCaPool")
|
4919
|
+
def server_ca_pool(self) -> str:
|
4920
|
+
"""
|
4921
|
+
The resource name of the server CA pool for an instance with "CUSTOMER_MANAGED_CAS_CA" as the "server_ca_mode".
|
4922
|
+
"""
|
4923
|
+
return pulumi.get(self, "server_ca_pool")
|
4924
|
+
|
4889
4925
|
@property
|
4890
4926
|
@pulumi.getter(name="sslMode")
|
4891
4927
|
def ssl_mode(self) -> str:
|
pulumi_gcp/transcoder/_inputs.py
CHANGED
@@ -682,7 +682,7 @@ if not MYPY:
|
|
682
682
|
Structure is documented below.
|
683
683
|
|
684
684
|
|
685
|
-
<a name="
|
685
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
686
686
|
"""
|
687
687
|
elif False:
|
688
688
|
JobConfigElementaryStreamVideoStreamArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -696,7 +696,7 @@ class JobConfigElementaryStreamVideoStreamArgs:
|
|
696
696
|
Structure is documented below.
|
697
697
|
|
698
698
|
|
699
|
-
<a name="
|
699
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
700
700
|
"""
|
701
701
|
if h264 is not None:
|
702
702
|
pulumi.set(__self__, "h264", h264)
|
@@ -709,7 +709,7 @@ class JobConfigElementaryStreamVideoStreamArgs:
|
|
709
709
|
Structure is documented below.
|
710
710
|
|
711
711
|
|
712
|
-
<a name="
|
712
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
713
713
|
"""
|
714
714
|
return pulumi.get(self, "h264")
|
715
715
|
|
@@ -2607,7 +2607,7 @@ if not MYPY:
|
|
2607
2607
|
Structure is documented below.
|
2608
2608
|
|
2609
2609
|
|
2610
|
-
<a name="
|
2610
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2611
2611
|
"""
|
2612
2612
|
elif False:
|
2613
2613
|
JobTemplateConfigElementaryStreamVideoStreamArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -2621,7 +2621,7 @@ class JobTemplateConfigElementaryStreamVideoStreamArgs:
|
|
2621
2621
|
Structure is documented below.
|
2622
2622
|
|
2623
2623
|
|
2624
|
-
<a name="
|
2624
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2625
2625
|
"""
|
2626
2626
|
if h264 is not None:
|
2627
2627
|
pulumi.set(__self__, "h264", h264)
|
@@ -2634,7 +2634,7 @@ class JobTemplateConfigElementaryStreamVideoStreamArgs:
|
|
2634
2634
|
Structure is documented below.
|
2635
2635
|
|
2636
2636
|
|
2637
|
-
<a name="
|
2637
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
2638
2638
|
"""
|
2639
2639
|
return pulumi.get(self, "h264")
|
2640
2640
|
|
pulumi_gcp/transcoder/outputs.py
CHANGED
@@ -510,7 +510,7 @@ class JobConfigElementaryStreamVideoStream(dict):
|
|
510
510
|
Structure is documented below.
|
511
511
|
|
512
512
|
|
513
|
-
<a name="
|
513
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
514
514
|
"""
|
515
515
|
if h264 is not None:
|
516
516
|
pulumi.set(__self__, "h264", h264)
|
@@ -523,7 +523,7 @@ class JobConfigElementaryStreamVideoStream(dict):
|
|
523
523
|
Structure is documented below.
|
524
524
|
|
525
525
|
|
526
|
-
<a name="
|
526
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
527
527
|
"""
|
528
528
|
return pulumi.get(self, "h264")
|
529
529
|
|
@@ -1929,7 +1929,7 @@ class JobTemplateConfigElementaryStreamVideoStream(dict):
|
|
1929
1929
|
Structure is documented below.
|
1930
1930
|
|
1931
1931
|
|
1932
|
-
<a name="
|
1932
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
1933
1933
|
"""
|
1934
1934
|
if h264 is not None:
|
1935
1935
|
pulumi.set(__self__, "h264", h264)
|
@@ -1942,7 +1942,7 @@ class JobTemplateConfigElementaryStreamVideoStream(dict):
|
|
1942
1942
|
Structure is documented below.
|
1943
1943
|
|
1944
1944
|
|
1945
|
-
<a name="
|
1945
|
+
<a name="nested_config_elementary_streams_elementary_streams_video_stream_h264"></a>The `h264` block supports:
|
1946
1946
|
"""
|
1947
1947
|
return pulumi.get(self, "h264")
|
1948
1948
|
|