pulumi-gcp 7.16.0a1711520590__py3-none-any.whl → 7.17.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 +35 -0
- pulumi_gcp/accesscontextmanager/__init__.py +1 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
- pulumi_gcp/apphub/__init__.py +1 -0
- pulumi_gcp/apphub/get_application.py +220 -0
- pulumi_gcp/apphub/outputs.py +214 -0
- pulumi_gcp/applicationintegration/__init__.py +10 -0
- pulumi_gcp/applicationintegration/_inputs.py +119 -0
- pulumi_gcp/applicationintegration/client.py +566 -0
- pulumi_gcp/applicationintegration/outputs.py +122 -0
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/outputs.py +14 -0
- pulumi_gcp/bigquery/routine.py +98 -0
- pulumi_gcp/bigtable/_inputs.py +4 -4
- pulumi_gcp/bigtable/gc_policy.py +8 -0
- pulumi_gcp/bigtable/outputs.py +4 -4
- pulumi_gcp/billing/_inputs.py +4 -4
- pulumi_gcp/billing/outputs.py +4 -4
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
- pulumi_gcp/cloudquota/__init__.py +3 -0
- pulumi_gcp/cloudquota/_inputs.py +131 -0
- pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
- pulumi_gcp/cloudquota/outputs.py +388 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +777 -0
- pulumi_gcp/cloudrunv2/_inputs.py +59 -2
- pulumi_gcp/cloudrunv2/outputs.py +107 -4
- pulumi_gcp/cloudrunv2/service.py +13 -13
- pulumi_gcp/composer/_inputs.py +30 -4
- pulumi_gcp/composer/outputs.py +45 -10
- pulumi_gcp/compute/_inputs.py +145 -51
- pulumi_gcp/compute/autoscaler.py +14 -14
- pulumi_gcp/compute/interconnect_attachment.py +64 -0
- pulumi_gcp/compute/network_endpoint.py +8 -0
- pulumi_gcp/compute/network_endpoint_list.py +8 -0
- pulumi_gcp/compute/outputs.py +202 -69
- pulumi_gcp/compute/region_autoscaler.py +14 -14
- pulumi_gcp/compute/region_backend_service.py +28 -0
- pulumi_gcp/compute/region_url_map.py +152 -0
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +148 -16
- pulumi_gcp/container/outputs.py +148 -16
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/dataflow/flex_template_job.py +84 -112
- pulumi_gcp/dataform/repository.py +4 -74
- pulumi_gcp/dataloss/_inputs.py +6 -6
- pulumi_gcp/dataloss/outputs.py +6 -6
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/_inputs.py +85 -10
- pulumi_gcp/dataproc/get_metastore_service.py +11 -1
- pulumi_gcp/dataproc/metastore_service.py +120 -0
- pulumi_gcp/dataproc/outputs.py +142 -10
- pulumi_gcp/firebase/android_app.py +41 -40
- pulumi_gcp/firebase/app_check_service_config.py +2 -2
- pulumi_gcp/firestore/backup_schedule.py +14 -14
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/firestore/index.py +34 -48
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iam/_inputs.py +76 -0
- pulumi_gcp/iam/outputs.py +76 -0
- pulumi_gcp/iam/workforce_pool_provider.py +35 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +140 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/kms/_inputs.py +46 -0
- pulumi_gcp/kms/crypto_key.py +54 -0
- pulumi_gcp/kms/crypto_key_version.py +54 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/outputs.py +54 -0
- pulumi_gcp/logging/_inputs.py +8 -8
- pulumi_gcp/logging/metric.py +7 -7
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/monitoring/_inputs.py +4 -2
- pulumi_gcp/monitoring/outputs.py +4 -2
- pulumi_gcp/monitoring/slo.py +4 -4
- pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
- pulumi_gcp/networkservices/_inputs.py +6 -6
- pulumi_gcp/networkservices/outputs.py +6 -6
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/_inputs.py +108 -0
- pulumi_gcp/pubsub/get_topic.py +11 -1
- pulumi_gcp/pubsub/outputs.py +213 -0
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/topic.py +92 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
- pulumi_gcp/sql/_inputs.py +20 -2
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +20 -2
- pulumi_gcp/storage/_inputs.py +42 -2
- pulumi_gcp/storage/bucket.py +54 -0
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/outputs.py +83 -2
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +175 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +477 -0
- pulumi_gcp/vertex/outputs.py +202 -10
- pulumi_gcp/vpcaccess/connector.py +77 -28
- pulumi_gcp/workstations/_inputs.py +113 -0
- pulumi_gcp/workstations/outputs.py +109 -1
- pulumi_gcp/workstations/workstation_config.py +106 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/RECORD +113 -103
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -27,6 +27,7 @@ __all__ = [
|
|
27
27
|
'JobTemplateTemplateVolumeArgs',
|
28
28
|
'JobTemplateTemplateVolumeCloudSqlInstanceArgs',
|
29
29
|
'JobTemplateTemplateVolumeEmptyDirArgs',
|
30
|
+
'JobTemplateTemplateVolumeGcsArgs',
|
30
31
|
'JobTemplateTemplateVolumeSecretArgs',
|
31
32
|
'JobTemplateTemplateVolumeSecretItemArgs',
|
32
33
|
'JobTemplateTemplateVpcAccessArgs',
|
@@ -1033,6 +1034,7 @@ class JobTemplateTemplateVolumeArgs:
|
|
1033
1034
|
name: pulumi.Input[str],
|
1034
1035
|
cloud_sql_instance: Optional[pulumi.Input['JobTemplateTemplateVolumeCloudSqlInstanceArgs']] = None,
|
1035
1036
|
empty_dir: Optional[pulumi.Input['JobTemplateTemplateVolumeEmptyDirArgs']] = None,
|
1037
|
+
gcs: Optional[pulumi.Input['JobTemplateTemplateVolumeGcsArgs']] = None,
|
1036
1038
|
secret: Optional[pulumi.Input['JobTemplateTemplateVolumeSecretArgs']] = None):
|
1037
1039
|
"""
|
1038
1040
|
:param pulumi.Input[str] name: Volume's name.
|
@@ -1040,6 +1042,8 @@ class JobTemplateTemplateVolumeArgs:
|
|
1040
1042
|
Structure is documented below.
|
1041
1043
|
:param pulumi.Input['JobTemplateTemplateVolumeEmptyDirArgs'] empty_dir: Ephemeral storage used as a shared volume.
|
1042
1044
|
Structure is documented below.
|
1045
|
+
:param pulumi.Input['JobTemplateTemplateVolumeGcsArgs'] gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
1046
|
+
Structure is documented below.
|
1043
1047
|
:param pulumi.Input['JobTemplateTemplateVolumeSecretArgs'] secret: Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
1044
1048
|
Structure is documented below.
|
1045
1049
|
"""
|
@@ -1048,6 +1052,8 @@ class JobTemplateTemplateVolumeArgs:
|
|
1048
1052
|
pulumi.set(__self__, "cloud_sql_instance", cloud_sql_instance)
|
1049
1053
|
if empty_dir is not None:
|
1050
1054
|
pulumi.set(__self__, "empty_dir", empty_dir)
|
1055
|
+
if gcs is not None:
|
1056
|
+
pulumi.set(__self__, "gcs", gcs)
|
1051
1057
|
if secret is not None:
|
1052
1058
|
pulumi.set(__self__, "secret", secret)
|
1053
1059
|
|
@@ -1089,6 +1095,19 @@ class JobTemplateTemplateVolumeArgs:
|
|
1089
1095
|
def empty_dir(self, value: Optional[pulumi.Input['JobTemplateTemplateVolumeEmptyDirArgs']]):
|
1090
1096
|
pulumi.set(self, "empty_dir", value)
|
1091
1097
|
|
1098
|
+
@property
|
1099
|
+
@pulumi.getter
|
1100
|
+
def gcs(self) -> Optional[pulumi.Input['JobTemplateTemplateVolumeGcsArgs']]:
|
1101
|
+
"""
|
1102
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
1103
|
+
Structure is documented below.
|
1104
|
+
"""
|
1105
|
+
return pulumi.get(self, "gcs")
|
1106
|
+
|
1107
|
+
@gcs.setter
|
1108
|
+
def gcs(self, value: Optional[pulumi.Input['JobTemplateTemplateVolumeGcsArgs']]):
|
1109
|
+
pulumi.set(self, "gcs", value)
|
1110
|
+
|
1092
1111
|
@property
|
1093
1112
|
@pulumi.getter
|
1094
1113
|
def secret(self) -> Optional[pulumi.Input['JobTemplateTemplateVolumeSecretArgs']]:
|
@@ -1169,6 +1188,44 @@ class JobTemplateTemplateVolumeEmptyDirArgs:
|
|
1169
1188
|
pulumi.set(self, "size_limit", value)
|
1170
1189
|
|
1171
1190
|
|
1191
|
+
@pulumi.input_type
|
1192
|
+
class JobTemplateTemplateVolumeGcsArgs:
|
1193
|
+
def __init__(__self__, *,
|
1194
|
+
bucket: pulumi.Input[str],
|
1195
|
+
read_only: Optional[pulumi.Input[bool]] = None):
|
1196
|
+
"""
|
1197
|
+
:param pulumi.Input[str] bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
1198
|
+
:param pulumi.Input[bool] read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
1199
|
+
"""
|
1200
|
+
pulumi.set(__self__, "bucket", bucket)
|
1201
|
+
if read_only is not None:
|
1202
|
+
pulumi.set(__self__, "read_only", read_only)
|
1203
|
+
|
1204
|
+
@property
|
1205
|
+
@pulumi.getter
|
1206
|
+
def bucket(self) -> pulumi.Input[str]:
|
1207
|
+
"""
|
1208
|
+
Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
1209
|
+
"""
|
1210
|
+
return pulumi.get(self, "bucket")
|
1211
|
+
|
1212
|
+
@bucket.setter
|
1213
|
+
def bucket(self, value: pulumi.Input[str]):
|
1214
|
+
pulumi.set(self, "bucket", value)
|
1215
|
+
|
1216
|
+
@property
|
1217
|
+
@pulumi.getter(name="readOnly")
|
1218
|
+
def read_only(self) -> Optional[pulumi.Input[bool]]:
|
1219
|
+
"""
|
1220
|
+
If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
1221
|
+
"""
|
1222
|
+
return pulumi.get(self, "read_only")
|
1223
|
+
|
1224
|
+
@read_only.setter
|
1225
|
+
def read_only(self, value: Optional[pulumi.Input[bool]]):
|
1226
|
+
pulumi.set(self, "read_only", value)
|
1227
|
+
|
1228
|
+
|
1172
1229
|
@pulumi.input_type
|
1173
1230
|
class JobTemplateTemplateVolumeSecretArgs:
|
1174
1231
|
def __init__(__self__, *,
|
@@ -3190,7 +3247,7 @@ class ServiceTemplateVolumeArgs:
|
|
3190
3247
|
Structure is documented below.
|
3191
3248
|
:param pulumi.Input['ServiceTemplateVolumeEmptyDirArgs'] empty_dir: Ephemeral storage used as a shared volume.
|
3192
3249
|
Structure is documented below.
|
3193
|
-
:param pulumi.Input['ServiceTemplateVolumeGcsArgs'] gcs:
|
3250
|
+
:param pulumi.Input['ServiceTemplateVolumeGcsArgs'] gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
3194
3251
|
Structure is documented below.
|
3195
3252
|
:param pulumi.Input['ServiceTemplateVolumeNfsArgs'] nfs: Represents an NFS mount.
|
3196
3253
|
Structure is documented below.
|
@@ -3251,7 +3308,7 @@ class ServiceTemplateVolumeArgs:
|
|
3251
3308
|
@pulumi.getter
|
3252
3309
|
def gcs(self) -> Optional[pulumi.Input['ServiceTemplateVolumeGcsArgs']]:
|
3253
3310
|
"""
|
3254
|
-
|
3311
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
3255
3312
|
Structure is documented below.
|
3256
3313
|
"""
|
3257
3314
|
return pulumi.get(self, "gcs")
|
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -28,6 +28,7 @@ __all__ = [
|
|
28
28
|
'JobTemplateTemplateVolume',
|
29
29
|
'JobTemplateTemplateVolumeCloudSqlInstance',
|
30
30
|
'JobTemplateTemplateVolumeEmptyDir',
|
31
|
+
'JobTemplateTemplateVolumeGcs',
|
31
32
|
'JobTemplateTemplateVolumeSecret',
|
32
33
|
'JobTemplateTemplateVolumeSecretItem',
|
33
34
|
'JobTemplateTemplateVpcAccess',
|
@@ -84,6 +85,7 @@ __all__ = [
|
|
84
85
|
'GetJobTemplateTemplateVolumeResult',
|
85
86
|
'GetJobTemplateTemplateVolumeCloudSqlInstanceResult',
|
86
87
|
'GetJobTemplateTemplateVolumeEmptyDirResult',
|
88
|
+
'GetJobTemplateTemplateVolumeGcResult',
|
87
89
|
'GetJobTemplateTemplateVolumeSecretResult',
|
88
90
|
'GetJobTemplateTemplateVolumeSecretItemResult',
|
89
91
|
'GetJobTemplateTemplateVpcAccessResult',
|
@@ -1087,6 +1089,7 @@ class JobTemplateTemplateVolume(dict):
|
|
1087
1089
|
name: str,
|
1088
1090
|
cloud_sql_instance: Optional['outputs.JobTemplateTemplateVolumeCloudSqlInstance'] = None,
|
1089
1091
|
empty_dir: Optional['outputs.JobTemplateTemplateVolumeEmptyDir'] = None,
|
1092
|
+
gcs: Optional['outputs.JobTemplateTemplateVolumeGcs'] = None,
|
1090
1093
|
secret: Optional['outputs.JobTemplateTemplateVolumeSecret'] = None):
|
1091
1094
|
"""
|
1092
1095
|
:param str name: Volume's name.
|
@@ -1094,6 +1097,8 @@ class JobTemplateTemplateVolume(dict):
|
|
1094
1097
|
Structure is documented below.
|
1095
1098
|
:param 'JobTemplateTemplateVolumeEmptyDirArgs' empty_dir: Ephemeral storage used as a shared volume.
|
1096
1099
|
Structure is documented below.
|
1100
|
+
:param 'JobTemplateTemplateVolumeGcsArgs' gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
1101
|
+
Structure is documented below.
|
1097
1102
|
:param 'JobTemplateTemplateVolumeSecretArgs' secret: Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
1098
1103
|
Structure is documented below.
|
1099
1104
|
"""
|
@@ -1102,6 +1107,8 @@ class JobTemplateTemplateVolume(dict):
|
|
1102
1107
|
pulumi.set(__self__, "cloud_sql_instance", cloud_sql_instance)
|
1103
1108
|
if empty_dir is not None:
|
1104
1109
|
pulumi.set(__self__, "empty_dir", empty_dir)
|
1110
|
+
if gcs is not None:
|
1111
|
+
pulumi.set(__self__, "gcs", gcs)
|
1105
1112
|
if secret is not None:
|
1106
1113
|
pulumi.set(__self__, "secret", secret)
|
1107
1114
|
|
@@ -1131,6 +1138,15 @@ class JobTemplateTemplateVolume(dict):
|
|
1131
1138
|
"""
|
1132
1139
|
return pulumi.get(self, "empty_dir")
|
1133
1140
|
|
1141
|
+
@property
|
1142
|
+
@pulumi.getter
|
1143
|
+
def gcs(self) -> Optional['outputs.JobTemplateTemplateVolumeGcs']:
|
1144
|
+
"""
|
1145
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
1146
|
+
Structure is documented below.
|
1147
|
+
"""
|
1148
|
+
return pulumi.get(self, "gcs")
|
1149
|
+
|
1134
1150
|
@property
|
1135
1151
|
@pulumi.getter
|
1136
1152
|
def secret(self) -> Optional['outputs.JobTemplateTemplateVolumeSecret']:
|
@@ -1212,6 +1228,53 @@ class JobTemplateTemplateVolumeEmptyDir(dict):
|
|
1212
1228
|
return pulumi.get(self, "size_limit")
|
1213
1229
|
|
1214
1230
|
|
1231
|
+
@pulumi.output_type
|
1232
|
+
class JobTemplateTemplateVolumeGcs(dict):
|
1233
|
+
@staticmethod
|
1234
|
+
def __key_warning(key: str):
|
1235
|
+
suggest = None
|
1236
|
+
if key == "readOnly":
|
1237
|
+
suggest = "read_only"
|
1238
|
+
|
1239
|
+
if suggest:
|
1240
|
+
pulumi.log.warn(f"Key '{key}' not found in JobTemplateTemplateVolumeGcs. Access the value via the '{suggest}' property getter instead.")
|
1241
|
+
|
1242
|
+
def __getitem__(self, key: str) -> Any:
|
1243
|
+
JobTemplateTemplateVolumeGcs.__key_warning(key)
|
1244
|
+
return super().__getitem__(key)
|
1245
|
+
|
1246
|
+
def get(self, key: str, default = None) -> Any:
|
1247
|
+
JobTemplateTemplateVolumeGcs.__key_warning(key)
|
1248
|
+
return super().get(key, default)
|
1249
|
+
|
1250
|
+
def __init__(__self__, *,
|
1251
|
+
bucket: str,
|
1252
|
+
read_only: Optional[bool] = None):
|
1253
|
+
"""
|
1254
|
+
:param str bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
1255
|
+
:param bool read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
1256
|
+
"""
|
1257
|
+
pulumi.set(__self__, "bucket", bucket)
|
1258
|
+
if read_only is not None:
|
1259
|
+
pulumi.set(__self__, "read_only", read_only)
|
1260
|
+
|
1261
|
+
@property
|
1262
|
+
@pulumi.getter
|
1263
|
+
def bucket(self) -> str:
|
1264
|
+
"""
|
1265
|
+
Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
1266
|
+
"""
|
1267
|
+
return pulumi.get(self, "bucket")
|
1268
|
+
|
1269
|
+
@property
|
1270
|
+
@pulumi.getter(name="readOnly")
|
1271
|
+
def read_only(self) -> Optional[bool]:
|
1272
|
+
"""
|
1273
|
+
If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
1274
|
+
"""
|
1275
|
+
return pulumi.get(self, "read_only")
|
1276
|
+
|
1277
|
+
|
1215
1278
|
@pulumi.output_type
|
1216
1279
|
class JobTemplateTemplateVolumeSecret(dict):
|
1217
1280
|
@staticmethod
|
@@ -3182,7 +3245,7 @@ class ServiceTemplateVolume(dict):
|
|
3182
3245
|
Structure is documented below.
|
3183
3246
|
:param 'ServiceTemplateVolumeEmptyDirArgs' empty_dir: Ephemeral storage used as a shared volume.
|
3184
3247
|
Structure is documented below.
|
3185
|
-
:param 'ServiceTemplateVolumeGcsArgs' gcs:
|
3248
|
+
:param 'ServiceTemplateVolumeGcsArgs' gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
3186
3249
|
Structure is documented below.
|
3187
3250
|
:param 'ServiceTemplateVolumeNfsArgs' nfs: Represents an NFS mount.
|
3188
3251
|
Structure is documented below.
|
@@ -3231,7 +3294,7 @@ class ServiceTemplateVolume(dict):
|
|
3231
3294
|
@pulumi.getter
|
3232
3295
|
def gcs(self) -> Optional['outputs.ServiceTemplateVolumeGcs']:
|
3233
3296
|
"""
|
3234
|
-
|
3297
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
3235
3298
|
Structure is documented below.
|
3236
3299
|
"""
|
3237
3300
|
return pulumi.get(self, "gcs")
|
@@ -4558,16 +4621,19 @@ class GetJobTemplateTemplateVolumeResult(dict):
|
|
4558
4621
|
def __init__(__self__, *,
|
4559
4622
|
cloud_sql_instances: Sequence['outputs.GetJobTemplateTemplateVolumeCloudSqlInstanceResult'],
|
4560
4623
|
empty_dirs: Sequence['outputs.GetJobTemplateTemplateVolumeEmptyDirResult'],
|
4624
|
+
gcs: Sequence['outputs.GetJobTemplateTemplateVolumeGcResult'],
|
4561
4625
|
name: str,
|
4562
4626
|
secrets: Sequence['outputs.GetJobTemplateTemplateVolumeSecretResult']):
|
4563
4627
|
"""
|
4564
4628
|
:param Sequence['GetJobTemplateTemplateVolumeCloudSqlInstanceArgs'] cloud_sql_instances: For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
4565
4629
|
:param Sequence['GetJobTemplateTemplateVolumeEmptyDirArgs'] empty_dirs: Ephemeral storage used as a shared volume.
|
4630
|
+
:param Sequence['GetJobTemplateTemplateVolumeGcArgs'] gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
4566
4631
|
:param str name: The name of the Cloud Run v2 Job.
|
4567
4632
|
:param Sequence['GetJobTemplateTemplateVolumeSecretArgs'] secrets: Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
4568
4633
|
"""
|
4569
4634
|
pulumi.set(__self__, "cloud_sql_instances", cloud_sql_instances)
|
4570
4635
|
pulumi.set(__self__, "empty_dirs", empty_dirs)
|
4636
|
+
pulumi.set(__self__, "gcs", gcs)
|
4571
4637
|
pulumi.set(__self__, "name", name)
|
4572
4638
|
pulumi.set(__self__, "secrets", secrets)
|
4573
4639
|
|
@@ -4587,6 +4653,14 @@ class GetJobTemplateTemplateVolumeResult(dict):
|
|
4587
4653
|
"""
|
4588
4654
|
return pulumi.get(self, "empty_dirs")
|
4589
4655
|
|
4656
|
+
@property
|
4657
|
+
@pulumi.getter
|
4658
|
+
def gcs(self) -> Sequence['outputs.GetJobTemplateTemplateVolumeGcResult']:
|
4659
|
+
"""
|
4660
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature requires the launch stage to be set to ALPHA or BETA.
|
4661
|
+
"""
|
4662
|
+
return pulumi.get(self, "gcs")
|
4663
|
+
|
4590
4664
|
@property
|
4591
4665
|
@pulumi.getter
|
4592
4666
|
def name(self) -> str:
|
@@ -4651,6 +4725,35 @@ class GetJobTemplateTemplateVolumeEmptyDirResult(dict):
|
|
4651
4725
|
return pulumi.get(self, "size_limit")
|
4652
4726
|
|
4653
4727
|
|
4728
|
+
@pulumi.output_type
|
4729
|
+
class GetJobTemplateTemplateVolumeGcResult(dict):
|
4730
|
+
def __init__(__self__, *,
|
4731
|
+
bucket: str,
|
4732
|
+
read_only: bool):
|
4733
|
+
"""
|
4734
|
+
:param str bucket: Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
4735
|
+
:param bool read_only: If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
4736
|
+
"""
|
4737
|
+
pulumi.set(__self__, "bucket", bucket)
|
4738
|
+
pulumi.set(__self__, "read_only", read_only)
|
4739
|
+
|
4740
|
+
@property
|
4741
|
+
@pulumi.getter
|
4742
|
+
def bucket(self) -> str:
|
4743
|
+
"""
|
4744
|
+
Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.
|
4745
|
+
"""
|
4746
|
+
return pulumi.get(self, "bucket")
|
4747
|
+
|
4748
|
+
@property
|
4749
|
+
@pulumi.getter(name="readOnly")
|
4750
|
+
def read_only(self) -> bool:
|
4751
|
+
"""
|
4752
|
+
If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.
|
4753
|
+
"""
|
4754
|
+
return pulumi.get(self, "read_only")
|
4755
|
+
|
4756
|
+
|
4654
4757
|
@pulumi.output_type
|
4655
4758
|
class GetJobTemplateTemplateVolumeSecretResult(dict):
|
4656
4759
|
def __init__(__self__, *,
|
@@ -6029,7 +6132,7 @@ class GetServiceTemplateVolumeResult(dict):
|
|
6029
6132
|
"""
|
6030
6133
|
:param Sequence['GetServiceTemplateVolumeCloudSqlInstanceArgs'] cloud_sql_instances: For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
6031
6134
|
:param Sequence['GetServiceTemplateVolumeEmptyDirArgs'] empty_dirs: Ephemeral storage used as a shared volume.
|
6032
|
-
:param Sequence['GetServiceTemplateVolumeGcArgs'] gcs:
|
6135
|
+
:param Sequence['GetServiceTemplateVolumeGcArgs'] gcs: Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
6033
6136
|
:param str name: The name of the Cloud Run v2 Service.
|
6034
6137
|
:param Sequence['GetServiceTemplateVolumeNfArgs'] nfs: Represents an NFS mount.
|
6035
6138
|
:param Sequence['GetServiceTemplateVolumeSecretArgs'] secrets: Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
@@ -6061,7 +6164,7 @@ class GetServiceTemplateVolumeResult(dict):
|
|
6061
6164
|
@pulumi.getter
|
6062
6165
|
def gcs(self) -> Sequence['outputs.GetServiceTemplateVolumeGcResult']:
|
6063
6166
|
"""
|
6064
|
-
|
6167
|
+
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment and requires launch-stage to be set to ALPHA or BETA.
|
6065
6168
|
"""
|
6066
6169
|
return pulumi.get(self, "gcs")
|
6067
6170
|
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -66,7 +66,7 @@ class ServiceArgs:
|
|
66
66
|
If it is not provided, the provider project is used.
|
67
67
|
:param pulumi.Input['ServiceScalingArgs'] scaling: Scaling settings that apply to the whole service
|
68
68
|
Structure is documented below.
|
69
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
69
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
70
70
|
Structure is documented below.
|
71
71
|
"""
|
72
72
|
pulumi.set(__self__, "location", location)
|
@@ -289,7 +289,7 @@ class ServiceArgs:
|
|
289
289
|
@pulumi.getter
|
290
290
|
def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
|
291
291
|
"""
|
292
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
292
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
293
293
|
Structure is documented below.
|
294
294
|
"""
|
295
295
|
return pulumi.get(self, "traffics")
|
@@ -397,7 +397,7 @@ class _ServiceState:
|
|
397
397
|
Structure is documented below.
|
398
398
|
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficStatusArgs']]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
399
399
|
Structure is documented below.
|
400
|
-
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
400
|
+
:param pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
401
401
|
Structure is documented below.
|
402
402
|
:param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
403
403
|
:param pulumi.Input[str] update_time: The last-modified time.
|
@@ -878,7 +878,7 @@ class _ServiceState:
|
|
878
878
|
@pulumi.getter
|
879
879
|
def traffics(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTrafficArgs']]]]:
|
880
880
|
"""
|
881
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
881
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
882
882
|
Structure is documented below.
|
883
883
|
"""
|
884
884
|
return pulumi.get(self, "traffics")
|
@@ -1231,9 +1231,9 @@ class Service(pulumi.CustomResource):
|
|
1231
1231
|
containers=[
|
1232
1232
|
gcp.cloudrunv2.ServiceTemplateContainerArgs(
|
1233
1233
|
name="hello-1",
|
1234
|
-
ports=
|
1235
|
-
|
1236
|
-
|
1234
|
+
ports={
|
1235
|
+
"containerPort": 8080,
|
1236
|
+
},
|
1237
1237
|
image="us-docker.pkg.dev/cloudrun/container/hello",
|
1238
1238
|
depends_ons=["hello-2"],
|
1239
1239
|
volume_mounts=[gcp.cloudrunv2.ServiceTemplateContainerVolumeMountArgs(
|
@@ -1408,7 +1408,7 @@ class Service(pulumi.CustomResource):
|
|
1408
1408
|
Structure is documented below.
|
1409
1409
|
:param pulumi.Input[pulumi.InputType['ServiceTemplateArgs']] template: The template used to create revisions for this Service.
|
1410
1410
|
Structure is documented below.
|
1411
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
1411
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
1412
1412
|
Structure is documented below.
|
1413
1413
|
"""
|
1414
1414
|
...
|
@@ -1702,9 +1702,9 @@ class Service(pulumi.CustomResource):
|
|
1702
1702
|
containers=[
|
1703
1703
|
gcp.cloudrunv2.ServiceTemplateContainerArgs(
|
1704
1704
|
name="hello-1",
|
1705
|
-
ports=
|
1706
|
-
|
1707
|
-
|
1705
|
+
ports={
|
1706
|
+
"containerPort": 8080,
|
1707
|
+
},
|
1708
1708
|
image="us-docker.pkg.dev/cloudrun/container/hello",
|
1709
1709
|
depends_ons=["hello-2"],
|
1710
1710
|
volume_mounts=[gcp.cloudrunv2.ServiceTemplateContainerVolumeMountArgs(
|
@@ -2034,7 +2034,7 @@ class Service(pulumi.CustomResource):
|
|
2034
2034
|
Structure is documented below.
|
2035
2035
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficStatusArgs']]]] traffic_statuses: Detailed status information for corresponding traffic targets. See comments in reconciling for additional information on reconciliation process in Cloud Run.
|
2036
2036
|
Structure is documented below.
|
2037
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
2037
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ServiceTrafficArgs']]]] traffics: Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
2038
2038
|
Structure is documented below.
|
2039
2039
|
:param pulumi.Input[str] uid: Server assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
2040
2040
|
:param pulumi.Input[str] update_time: The last-modified time.
|
@@ -2361,7 +2361,7 @@ class Service(pulumi.CustomResource):
|
|
2361
2361
|
@pulumi.getter
|
2362
2362
|
def traffics(self) -> pulumi.Output[Sequence['outputs.ServiceTraffic']]:
|
2363
2363
|
"""
|
2364
|
-
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100
|
2364
|
+
Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.
|
2365
2365
|
Structure is documented below.
|
2366
2366
|
"""
|
2367
2367
|
return pulumi.get(self, "traffics")
|
pulumi_gcp/composer/_inputs.py
CHANGED
@@ -61,8 +61,13 @@ class EnvironmentConfigArgs:
|
|
61
61
|
web_server_network_access_control: Optional[pulumi.Input['EnvironmentConfigWebServerNetworkAccessControlArgs']] = None,
|
62
62
|
workloads_config: Optional[pulumi.Input['EnvironmentConfigWorkloadsConfigArgs']] = None):
|
63
63
|
"""
|
64
|
-
:param pulumi.Input[str] airflow_uri: The URI of the Apache Airflow Web UI hosted within this
|
65
|
-
|
64
|
+
:param pulumi.Input[str] airflow_uri: The URI of the Apache Airflow Web UI hosted within this
|
65
|
+
environment.
|
66
|
+
:param pulumi.Input[str] dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment.
|
67
|
+
Although Cloud Storage objects reside in a flat namespace, a
|
68
|
+
hierarchical file tree can be simulated using '/'-delimited
|
69
|
+
object name prefixes. DAG objects for this environment
|
70
|
+
reside in a simulated directory with this prefix.
|
66
71
|
:param pulumi.Input['EnvironmentConfigDataRetentionConfigArgs'] data_retention_config: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
|
67
72
|
:param pulumi.Input['EnvironmentConfigDatabaseConfigArgs'] database_config: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
|
68
73
|
:param pulumi.Input[bool] enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
|
@@ -127,7 +132,8 @@ class EnvironmentConfigArgs:
|
|
127
132
|
@pulumi.getter(name="airflowUri")
|
128
133
|
def airflow_uri(self) -> Optional[pulumi.Input[str]]:
|
129
134
|
"""
|
130
|
-
The URI of the Apache Airflow Web UI hosted within this
|
135
|
+
The URI of the Apache Airflow Web UI hosted within this
|
136
|
+
environment.
|
131
137
|
"""
|
132
138
|
return pulumi.get(self, "airflow_uri")
|
133
139
|
|
@@ -139,7 +145,11 @@ class EnvironmentConfigArgs:
|
|
139
145
|
@pulumi.getter(name="dagGcsPrefix")
|
140
146
|
def dag_gcs_prefix(self) -> Optional[pulumi.Input[str]]:
|
141
147
|
"""
|
142
|
-
The Cloud Storage prefix of the DAGs for this environment.
|
148
|
+
The Cloud Storage prefix of the DAGs for this environment.
|
149
|
+
Although Cloud Storage objects reside in a flat namespace, a
|
150
|
+
hierarchical file tree can be simulated using '/'-delimited
|
151
|
+
object name prefixes. DAG objects for this environment
|
152
|
+
reside in a simulated directory with this prefix.
|
143
153
|
"""
|
144
154
|
return pulumi.get(self, "dag_gcs_prefix")
|
145
155
|
|
@@ -1458,14 +1468,18 @@ class EnvironmentConfigWorkloadsConfigArgs:
|
|
1458
1468
|
@pulumi.input_type
|
1459
1469
|
class EnvironmentConfigWorkloadsConfigDagProcessorArgs:
|
1460
1470
|
def __init__(__self__, *,
|
1471
|
+
count: Optional[pulumi.Input[int]] = None,
|
1461
1472
|
cpu: Optional[pulumi.Input[float]] = None,
|
1462
1473
|
memory_gb: Optional[pulumi.Input[float]] = None,
|
1463
1474
|
storage_gb: Optional[pulumi.Input[float]] = None):
|
1464
1475
|
"""
|
1476
|
+
:param pulumi.Input[int] count: Number of DAG processors.
|
1465
1477
|
:param pulumi.Input[float] cpu: CPU request and limit for DAG processor.
|
1466
1478
|
:param pulumi.Input[float] memory_gb: Memory (GB) request and limit for DAG processor.
|
1467
1479
|
:param pulumi.Input[float] storage_gb: Storage (GB) request and limit for DAG processor.
|
1468
1480
|
"""
|
1481
|
+
if count is not None:
|
1482
|
+
pulumi.set(__self__, "count", count)
|
1469
1483
|
if cpu is not None:
|
1470
1484
|
pulumi.set(__self__, "cpu", cpu)
|
1471
1485
|
if memory_gb is not None:
|
@@ -1473,6 +1487,18 @@ class EnvironmentConfigWorkloadsConfigDagProcessorArgs:
|
|
1473
1487
|
if storage_gb is not None:
|
1474
1488
|
pulumi.set(__self__, "storage_gb", storage_gb)
|
1475
1489
|
|
1490
|
+
@property
|
1491
|
+
@pulumi.getter
|
1492
|
+
def count(self) -> Optional[pulumi.Input[int]]:
|
1493
|
+
"""
|
1494
|
+
Number of DAG processors.
|
1495
|
+
"""
|
1496
|
+
return pulumi.get(self, "count")
|
1497
|
+
|
1498
|
+
@count.setter
|
1499
|
+
def count(self, value: Optional[pulumi.Input[int]]):
|
1500
|
+
pulumi.set(self, "count", value)
|
1501
|
+
|
1476
1502
|
@property
|
1477
1503
|
@pulumi.getter
|
1478
1504
|
def cpu(self) -> Optional[pulumi.Input[float]]:
|
pulumi_gcp/composer/outputs.py
CHANGED
@@ -143,8 +143,13 @@ class EnvironmentConfig(dict):
|
|
143
143
|
web_server_network_access_control: Optional['outputs.EnvironmentConfigWebServerNetworkAccessControl'] = None,
|
144
144
|
workloads_config: Optional['outputs.EnvironmentConfigWorkloadsConfig'] = None):
|
145
145
|
"""
|
146
|
-
:param str airflow_uri: The URI of the Apache Airflow Web UI hosted within this
|
147
|
-
|
146
|
+
:param str airflow_uri: The URI of the Apache Airflow Web UI hosted within this
|
147
|
+
environment.
|
148
|
+
:param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for this environment.
|
149
|
+
Although Cloud Storage objects reside in a flat namespace, a
|
150
|
+
hierarchical file tree can be simulated using '/'-delimited
|
151
|
+
object name prefixes. DAG objects for this environment
|
152
|
+
reside in a simulated directory with this prefix.
|
148
153
|
:param 'EnvironmentConfigDataRetentionConfigArgs' data_retention_config: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
|
149
154
|
:param 'EnvironmentConfigDatabaseConfigArgs' database_config: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
|
150
155
|
:param bool enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
|
@@ -209,7 +214,8 @@ class EnvironmentConfig(dict):
|
|
209
214
|
@pulumi.getter(name="airflowUri")
|
210
215
|
def airflow_uri(self) -> Optional[str]:
|
211
216
|
"""
|
212
|
-
The URI of the Apache Airflow Web UI hosted within this
|
217
|
+
The URI of the Apache Airflow Web UI hosted within this
|
218
|
+
environment.
|
213
219
|
"""
|
214
220
|
return pulumi.get(self, "airflow_uri")
|
215
221
|
|
@@ -217,7 +223,11 @@ class EnvironmentConfig(dict):
|
|
217
223
|
@pulumi.getter(name="dagGcsPrefix")
|
218
224
|
def dag_gcs_prefix(self) -> Optional[str]:
|
219
225
|
"""
|
220
|
-
The Cloud Storage prefix of the DAGs for this environment.
|
226
|
+
The Cloud Storage prefix of the DAGs for this environment.
|
227
|
+
Although Cloud Storage objects reside in a flat namespace, a
|
228
|
+
hierarchical file tree can be simulated using '/'-delimited
|
229
|
+
object name prefixes. DAG objects for this environment
|
230
|
+
reside in a simulated directory with this prefix.
|
221
231
|
"""
|
222
232
|
return pulumi.get(self, "dag_gcs_prefix")
|
223
233
|
|
@@ -1569,14 +1579,18 @@ class EnvironmentConfigWorkloadsConfigDagProcessor(dict):
|
|
1569
1579
|
return super().get(key, default)
|
1570
1580
|
|
1571
1581
|
def __init__(__self__, *,
|
1582
|
+
count: Optional[int] = None,
|
1572
1583
|
cpu: Optional[float] = None,
|
1573
1584
|
memory_gb: Optional[float] = None,
|
1574
1585
|
storage_gb: Optional[float] = None):
|
1575
1586
|
"""
|
1587
|
+
:param int count: Number of DAG processors.
|
1576
1588
|
:param float cpu: CPU request and limit for DAG processor.
|
1577
1589
|
:param float memory_gb: Memory (GB) request and limit for DAG processor.
|
1578
1590
|
:param float storage_gb: Storage (GB) request and limit for DAG processor.
|
1579
1591
|
"""
|
1592
|
+
if count is not None:
|
1593
|
+
pulumi.set(__self__, "count", count)
|
1580
1594
|
if cpu is not None:
|
1581
1595
|
pulumi.set(__self__, "cpu", cpu)
|
1582
1596
|
if memory_gb is not None:
|
@@ -1584,6 +1598,14 @@ class EnvironmentConfigWorkloadsConfigDagProcessor(dict):
|
|
1584
1598
|
if storage_gb is not None:
|
1585
1599
|
pulumi.set(__self__, "storage_gb", storage_gb)
|
1586
1600
|
|
1601
|
+
@property
|
1602
|
+
@pulumi.getter
|
1603
|
+
def count(self) -> Optional[int]:
|
1604
|
+
"""
|
1605
|
+
Number of DAG processors.
|
1606
|
+
"""
|
1607
|
+
return pulumi.get(self, "count")
|
1608
|
+
|
1587
1609
|
@property
|
1588
1610
|
@pulumi.getter
|
1589
1611
|
def cpu(self) -> Optional[float]:
|
@@ -1934,15 +1956,16 @@ class GetEnvironmentConfigResult(dict):
|
|
1934
1956
|
web_server_network_access_controls: Sequence['outputs.GetEnvironmentConfigWebServerNetworkAccessControlResult'],
|
1935
1957
|
workloads_configs: Sequence['outputs.GetEnvironmentConfigWorkloadsConfigResult']):
|
1936
1958
|
"""
|
1937
|
-
:param str airflow_uri: The URI of the Apache Airflow Web UI hosted within
|
1938
|
-
|
1959
|
+
:param str airflow_uri: The URI of the Apache Airflow Web UI hosted within the
|
1960
|
+
environment.
|
1961
|
+
:param str dag_gcs_prefix: The Cloud Storage prefix of the DAGs for the environment.
|
1939
1962
|
:param Sequence['GetEnvironmentConfigDataRetentionConfigArgs'] data_retention_configs: The configuration setting for Airflow data retention mechanism. This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4. or newer
|
1940
1963
|
:param Sequence['GetEnvironmentConfigDatabaseConfigArgs'] database_configs: The configuration of Cloud SQL instance that is used by the Apache Airflow software. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
|
1941
1964
|
:param bool enable_private_builds_only: Optional. If true, builds performed during operations that install Python packages have only private connectivity to Google services. If false, the builds also have access to the internet.
|
1942
1965
|
:param bool enable_private_environment: Optional. If true, a private Composer environment will be created.
|
1943
1966
|
:param Sequence['GetEnvironmentConfigEncryptionConfigArgs'] encryption_configs: The encryption options for the Composer environment and its dependencies.
|
1944
1967
|
:param str environment_size: The size of the Cloud Composer environment. This field is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.
|
1945
|
-
:param str gke_cluster: The Kubernetes Engine cluster used to run
|
1968
|
+
:param str gke_cluster: The Kubernetes Engine cluster used to run the environment.
|
1946
1969
|
:param Sequence['GetEnvironmentConfigMaintenanceWindowArgs'] maintenance_windows: The configuration for Cloud Composer maintenance window.
|
1947
1970
|
:param Sequence['GetEnvironmentConfigMasterAuthorizedNetworksConfigArgs'] master_authorized_networks_configs: Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
|
1948
1971
|
:param Sequence['GetEnvironmentConfigNodeConfigArgs'] node_configs: The configuration used for the Kubernetes Engine cluster.
|
@@ -1980,7 +2003,8 @@ class GetEnvironmentConfigResult(dict):
|
|
1980
2003
|
@pulumi.getter(name="airflowUri")
|
1981
2004
|
def airflow_uri(self) -> str:
|
1982
2005
|
"""
|
1983
|
-
The URI of the Apache Airflow Web UI hosted within
|
2006
|
+
The URI of the Apache Airflow Web UI hosted within the
|
2007
|
+
environment.
|
1984
2008
|
"""
|
1985
2009
|
return pulumi.get(self, "airflow_uri")
|
1986
2010
|
|
@@ -1988,7 +2012,7 @@ class GetEnvironmentConfigResult(dict):
|
|
1988
2012
|
@pulumi.getter(name="dagGcsPrefix")
|
1989
2013
|
def dag_gcs_prefix(self) -> str:
|
1990
2014
|
"""
|
1991
|
-
The Cloud Storage prefix of the DAGs for
|
2015
|
+
The Cloud Storage prefix of the DAGs for the environment.
|
1992
2016
|
"""
|
1993
2017
|
return pulumi.get(self, "dag_gcs_prefix")
|
1994
2018
|
|
@@ -2044,7 +2068,7 @@ class GetEnvironmentConfigResult(dict):
|
|
2044
2068
|
@pulumi.getter(name="gkeCluster")
|
2045
2069
|
def gke_cluster(self) -> str:
|
2046
2070
|
"""
|
2047
|
-
The Kubernetes Engine cluster used to run
|
2071
|
+
The Kubernetes Engine cluster used to run the environment.
|
2048
2072
|
"""
|
2049
2073
|
return pulumi.get(self, "gke_cluster")
|
2050
2074
|
|
@@ -2937,18 +2961,29 @@ class GetEnvironmentConfigWorkloadsConfigResult(dict):
|
|
2937
2961
|
@pulumi.output_type
|
2938
2962
|
class GetEnvironmentConfigWorkloadsConfigDagProcessorResult(dict):
|
2939
2963
|
def __init__(__self__, *,
|
2964
|
+
count: int,
|
2940
2965
|
cpu: float,
|
2941
2966
|
memory_gb: float,
|
2942
2967
|
storage_gb: float):
|
2943
2968
|
"""
|
2969
|
+
:param int count: Number of DAG processors.
|
2944
2970
|
:param float cpu: CPU request and limit for DAG processor.
|
2945
2971
|
:param float memory_gb: Memory (GB) request and limit for DAG processor.
|
2946
2972
|
:param float storage_gb: Storage (GB) request and limit for DAG processor.
|
2947
2973
|
"""
|
2974
|
+
pulumi.set(__self__, "count", count)
|
2948
2975
|
pulumi.set(__self__, "cpu", cpu)
|
2949
2976
|
pulumi.set(__self__, "memory_gb", memory_gb)
|
2950
2977
|
pulumi.set(__self__, "storage_gb", storage_gb)
|
2951
2978
|
|
2979
|
+
@property
|
2980
|
+
@pulumi.getter
|
2981
|
+
def count(self) -> int:
|
2982
|
+
"""
|
2983
|
+
Number of DAG processors.
|
2984
|
+
"""
|
2985
|
+
return pulumi.get(self, "count")
|
2986
|
+
|
2952
2987
|
@property
|
2953
2988
|
@pulumi.getter
|
2954
2989
|
def cpu(self) -> float:
|