pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -2352,18 +2352,36 @@ if not MYPY:
|
|
2352
2352
|
"""
|
2353
2353
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
2354
2354
|
"""
|
2355
|
+
resource: NotRequired[pulumi.Input[str]]
|
2356
|
+
"""
|
2357
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
2358
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
2359
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
2360
|
+
The resource may be in any Google Cloud organization, not just the
|
2361
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
2362
|
+
case of allowing all Google Cloud resources only is not supported.
|
2363
|
+
"""
|
2355
2364
|
elif False:
|
2356
2365
|
ServicePerimeterDryRunEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
2357
2366
|
|
2358
2367
|
@pulumi.input_type
|
2359
2368
|
class ServicePerimeterDryRunEgressPolicyEgressFromSourceArgs:
|
2360
2369
|
def __init__(__self__, *,
|
2361
|
-
access_level: Optional[pulumi.Input[str]] = None
|
2370
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
2371
|
+
resource: Optional[pulumi.Input[str]] = None):
|
2362
2372
|
"""
|
2363
2373
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
2374
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
2375
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
2376
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
2377
|
+
The resource may be in any Google Cloud organization, not just the
|
2378
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
2379
|
+
case of allowing all Google Cloud resources only is not supported.
|
2364
2380
|
"""
|
2365
2381
|
if access_level is not None:
|
2366
2382
|
pulumi.set(__self__, "access_level", access_level)
|
2383
|
+
if resource is not None:
|
2384
|
+
pulumi.set(__self__, "resource", resource)
|
2367
2385
|
|
2368
2386
|
@property
|
2369
2387
|
@pulumi.getter(name="accessLevel")
|
@@ -2377,6 +2395,23 @@ class ServicePerimeterDryRunEgressPolicyEgressFromSourceArgs:
|
|
2377
2395
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
2378
2396
|
pulumi.set(self, "access_level", value)
|
2379
2397
|
|
2398
|
+
@property
|
2399
|
+
@pulumi.getter
|
2400
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
2401
|
+
"""
|
2402
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
2403
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
2404
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
2405
|
+
The resource may be in any Google Cloud organization, not just the
|
2406
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
2407
|
+
case of allowing all Google Cloud resources only is not supported.
|
2408
|
+
"""
|
2409
|
+
return pulumi.get(self, "resource")
|
2410
|
+
|
2411
|
+
@resource.setter
|
2412
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
2413
|
+
pulumi.set(self, "resource", value)
|
2414
|
+
|
2380
2415
|
|
2381
2416
|
if not MYPY:
|
2382
2417
|
class ServicePerimeterDryRunEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -3124,18 +3159,36 @@ if not MYPY:
|
|
3124
3159
|
"""
|
3125
3160
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
3126
3161
|
"""
|
3162
|
+
resource: NotRequired[pulumi.Input[str]]
|
3163
|
+
"""
|
3164
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
3165
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
3166
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
3167
|
+
The resource may be in any Google Cloud organization, not just the
|
3168
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
3169
|
+
case of allowing all Google Cloud resources only is not supported.
|
3170
|
+
"""
|
3127
3171
|
elif False:
|
3128
3172
|
ServicePerimeterEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
3129
3173
|
|
3130
3174
|
@pulumi.input_type
|
3131
3175
|
class ServicePerimeterEgressPolicyEgressFromSourceArgs:
|
3132
3176
|
def __init__(__self__, *,
|
3133
|
-
access_level: Optional[pulumi.Input[str]] = None
|
3177
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
3178
|
+
resource: Optional[pulumi.Input[str]] = None):
|
3134
3179
|
"""
|
3135
3180
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
3181
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
3182
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
3183
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
3184
|
+
The resource may be in any Google Cloud organization, not just the
|
3185
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
3186
|
+
case of allowing all Google Cloud resources only is not supported.
|
3136
3187
|
"""
|
3137
3188
|
if access_level is not None:
|
3138
3189
|
pulumi.set(__self__, "access_level", access_level)
|
3190
|
+
if resource is not None:
|
3191
|
+
pulumi.set(__self__, "resource", resource)
|
3139
3192
|
|
3140
3193
|
@property
|
3141
3194
|
@pulumi.getter(name="accessLevel")
|
@@ -3149,6 +3202,23 @@ class ServicePerimeterEgressPolicyEgressFromSourceArgs:
|
|
3149
3202
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
3150
3203
|
pulumi.set(self, "access_level", value)
|
3151
3204
|
|
3205
|
+
@property
|
3206
|
+
@pulumi.getter
|
3207
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
3208
|
+
"""
|
3209
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
3210
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
3211
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
3212
|
+
The resource may be in any Google Cloud organization, not just the
|
3213
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
3214
|
+
case of allowing all Google Cloud resources only is not supported.
|
3215
|
+
"""
|
3216
|
+
return pulumi.get(self, "resource")
|
3217
|
+
|
3218
|
+
@resource.setter
|
3219
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
3220
|
+
pulumi.set(self, "resource", value)
|
3221
|
+
|
3152
3222
|
|
3153
3223
|
if not MYPY:
|
3154
3224
|
class ServicePerimeterEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -4164,18 +4234,36 @@ if not MYPY:
|
|
4164
4234
|
"""
|
4165
4235
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
4166
4236
|
"""
|
4237
|
+
resource: NotRequired[pulumi.Input[str]]
|
4238
|
+
"""
|
4239
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
4240
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4241
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4242
|
+
The resource may be in any Google Cloud organization, not just the
|
4243
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4244
|
+
case of allowing all Google Cloud resources only is not supported.
|
4245
|
+
"""
|
4167
4246
|
elif False:
|
4168
4247
|
ServicePerimeterSpecEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
4169
4248
|
|
4170
4249
|
@pulumi.input_type
|
4171
4250
|
class ServicePerimeterSpecEgressPolicyEgressFromSourceArgs:
|
4172
4251
|
def __init__(__self__, *,
|
4173
|
-
access_level: Optional[pulumi.Input[str]] = None
|
4252
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
4253
|
+
resource: Optional[pulumi.Input[str]] = None):
|
4174
4254
|
"""
|
4175
4255
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
4256
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
4257
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4258
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4259
|
+
The resource may be in any Google Cloud organization, not just the
|
4260
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4261
|
+
case of allowing all Google Cloud resources only is not supported.
|
4176
4262
|
"""
|
4177
4263
|
if access_level is not None:
|
4178
4264
|
pulumi.set(__self__, "access_level", access_level)
|
4265
|
+
if resource is not None:
|
4266
|
+
pulumi.set(__self__, "resource", resource)
|
4179
4267
|
|
4180
4268
|
@property
|
4181
4269
|
@pulumi.getter(name="accessLevel")
|
@@ -4189,6 +4277,23 @@ class ServicePerimeterSpecEgressPolicyEgressFromSourceArgs:
|
|
4189
4277
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
4190
4278
|
pulumi.set(self, "access_level", value)
|
4191
4279
|
|
4280
|
+
@property
|
4281
|
+
@pulumi.getter
|
4282
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
4283
|
+
"""
|
4284
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
4285
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4286
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4287
|
+
The resource may be in any Google Cloud organization, not just the
|
4288
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4289
|
+
case of allowing all Google Cloud resources only is not supported.
|
4290
|
+
"""
|
4291
|
+
return pulumi.get(self, "resource")
|
4292
|
+
|
4293
|
+
@resource.setter
|
4294
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
4295
|
+
pulumi.set(self, "resource", value)
|
4296
|
+
|
4192
4297
|
|
4193
4298
|
if not MYPY:
|
4194
4299
|
class ServicePerimeterSpecEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -4579,12 +4684,12 @@ if not MYPY:
|
|
4579
4684
|
"""
|
4580
4685
|
resource: NotRequired[pulumi.Input[str]]
|
4581
4686
|
"""
|
4582
|
-
A Google Cloud resource that is allowed to
|
4583
|
-
Requests from these resources
|
4584
|
-
Currently only projects are allowed.
|
4585
|
-
The
|
4586
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
4587
|
-
of allowing all Google Cloud resources only is not supported.
|
4687
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
4688
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4689
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4690
|
+
The resource may be in any Google Cloud organization, not just the
|
4691
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4692
|
+
case of allowing all Google Cloud resources only is not supported.
|
4588
4693
|
"""
|
4589
4694
|
elif False:
|
4590
4695
|
ServicePerimeterSpecIngressPolicyIngressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -4596,12 +4701,12 @@ class ServicePerimeterSpecIngressPolicyIngressFromSourceArgs:
|
|
4596
4701
|
resource: Optional[pulumi.Input[str]] = None):
|
4597
4702
|
"""
|
4598
4703
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
4599
|
-
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to
|
4600
|
-
Requests from these resources
|
4601
|
-
Currently only projects are allowed.
|
4602
|
-
The
|
4603
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
4604
|
-
of allowing all Google Cloud resources only is not supported.
|
4704
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
4705
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4706
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4707
|
+
The resource may be in any Google Cloud organization, not just the
|
4708
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4709
|
+
case of allowing all Google Cloud resources only is not supported.
|
4605
4710
|
"""
|
4606
4711
|
if access_level is not None:
|
4607
4712
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -4624,12 +4729,12 @@ class ServicePerimeterSpecIngressPolicyIngressFromSourceArgs:
|
|
4624
4729
|
@pulumi.getter
|
4625
4730
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
4626
4731
|
"""
|
4627
|
-
A Google Cloud resource that is allowed to
|
4628
|
-
Requests from these resources
|
4629
|
-
Currently only projects are allowed.
|
4630
|
-
The
|
4631
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
4632
|
-
of allowing all Google Cloud resources only is not supported.
|
4732
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
4733
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
4734
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
4735
|
+
The resource may be in any Google Cloud organization, not just the
|
4736
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
4737
|
+
case of allowing all Google Cloud resources only is not supported.
|
4633
4738
|
"""
|
4634
4739
|
return pulumi.get(self, "resource")
|
4635
4740
|
|
@@ -5290,18 +5395,36 @@ if not MYPY:
|
|
5290
5395
|
"""
|
5291
5396
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
5292
5397
|
"""
|
5398
|
+
resource: NotRequired[pulumi.Input[str]]
|
5399
|
+
"""
|
5400
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
5401
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5402
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5403
|
+
The resource may be in any Google Cloud organization, not just the
|
5404
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5405
|
+
case of allowing all Google Cloud resources only is not supported.
|
5406
|
+
"""
|
5293
5407
|
elif False:
|
5294
5408
|
ServicePerimeterStatusEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
5295
5409
|
|
5296
5410
|
@pulumi.input_type
|
5297
5411
|
class ServicePerimeterStatusEgressPolicyEgressFromSourceArgs:
|
5298
5412
|
def __init__(__self__, *,
|
5299
|
-
access_level: Optional[pulumi.Input[str]] = None
|
5413
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
5414
|
+
resource: Optional[pulumi.Input[str]] = None):
|
5300
5415
|
"""
|
5301
5416
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
5417
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
5418
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5419
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5420
|
+
The resource may be in any Google Cloud organization, not just the
|
5421
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5422
|
+
case of allowing all Google Cloud resources only is not supported.
|
5302
5423
|
"""
|
5303
5424
|
if access_level is not None:
|
5304
5425
|
pulumi.set(__self__, "access_level", access_level)
|
5426
|
+
if resource is not None:
|
5427
|
+
pulumi.set(__self__, "resource", resource)
|
5305
5428
|
|
5306
5429
|
@property
|
5307
5430
|
@pulumi.getter(name="accessLevel")
|
@@ -5315,6 +5438,23 @@ class ServicePerimeterStatusEgressPolicyEgressFromSourceArgs:
|
|
5315
5438
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
5316
5439
|
pulumi.set(self, "access_level", value)
|
5317
5440
|
|
5441
|
+
@property
|
5442
|
+
@pulumi.getter
|
5443
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
5444
|
+
"""
|
5445
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
5446
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5447
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5448
|
+
The resource may be in any Google Cloud organization, not just the
|
5449
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5450
|
+
case of allowing all Google Cloud resources only is not supported.
|
5451
|
+
"""
|
5452
|
+
return pulumi.get(self, "resource")
|
5453
|
+
|
5454
|
+
@resource.setter
|
5455
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
5456
|
+
pulumi.set(self, "resource", value)
|
5457
|
+
|
5318
5458
|
|
5319
5459
|
if not MYPY:
|
5320
5460
|
class ServicePerimeterStatusEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -5705,12 +5845,12 @@ if not MYPY:
|
|
5705
5845
|
"""
|
5706
5846
|
resource: NotRequired[pulumi.Input[str]]
|
5707
5847
|
"""
|
5708
|
-
A Google Cloud resource that is allowed to
|
5709
|
-
Requests from these resources
|
5710
|
-
Currently only projects are allowed.
|
5711
|
-
The
|
5712
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
5713
|
-
of allowing all Google Cloud resources only is not supported.
|
5848
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
5849
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5850
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5851
|
+
The resource may be in any Google Cloud organization, not just the
|
5852
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5853
|
+
case of allowing all Google Cloud resources only is not supported.
|
5714
5854
|
"""
|
5715
5855
|
elif False:
|
5716
5856
|
ServicePerimeterStatusIngressPolicyIngressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -5722,12 +5862,12 @@ class ServicePerimeterStatusIngressPolicyIngressFromSourceArgs:
|
|
5722
5862
|
resource: Optional[pulumi.Input[str]] = None):
|
5723
5863
|
"""
|
5724
5864
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
5725
|
-
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to
|
5726
|
-
Requests from these resources
|
5727
|
-
Currently only projects are allowed.
|
5728
|
-
The
|
5729
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
5730
|
-
of allowing all Google Cloud resources only is not supported.
|
5865
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
5866
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5867
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5868
|
+
The resource may be in any Google Cloud organization, not just the
|
5869
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5870
|
+
case of allowing all Google Cloud resources only is not supported.
|
5731
5871
|
"""
|
5732
5872
|
if access_level is not None:
|
5733
5873
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -5750,12 +5890,12 @@ class ServicePerimeterStatusIngressPolicyIngressFromSourceArgs:
|
|
5750
5890
|
@pulumi.getter
|
5751
5891
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
5752
5892
|
"""
|
5753
|
-
A Google Cloud resource that is allowed to
|
5754
|
-
Requests from these resources
|
5755
|
-
Currently only projects are allowed.
|
5756
|
-
The
|
5757
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
5758
|
-
of allowing all Google Cloud resources only is not supported.
|
5893
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
5894
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
5895
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
5896
|
+
The resource may be in any Google Cloud organization, not just the
|
5897
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
5898
|
+
case of allowing all Google Cloud resources only is not supported.
|
5759
5899
|
"""
|
5760
5900
|
return pulumi.get(self, "resource")
|
5761
5901
|
|
@@ -6717,18 +6857,36 @@ if not MYPY:
|
|
6717
6857
|
"""
|
6718
6858
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
6719
6859
|
"""
|
6860
|
+
resource: NotRequired[pulumi.Input[str]]
|
6861
|
+
"""
|
6862
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
6863
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
6864
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
6865
|
+
The resource may be in any Google Cloud organization, not just the
|
6866
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
6867
|
+
case of allowing all Google Cloud resources only is not supported.
|
6868
|
+
"""
|
6720
6869
|
elif False:
|
6721
6870
|
ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
6722
6871
|
|
6723
6872
|
@pulumi.input_type
|
6724
6873
|
class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgs:
|
6725
6874
|
def __init__(__self__, *,
|
6726
|
-
access_level: Optional[pulumi.Input[str]] = None
|
6875
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
6876
|
+
resource: Optional[pulumi.Input[str]] = None):
|
6727
6877
|
"""
|
6728
6878
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
6879
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
6880
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
6881
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
6882
|
+
The resource may be in any Google Cloud organization, not just the
|
6883
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
6884
|
+
case of allowing all Google Cloud resources only is not supported.
|
6729
6885
|
"""
|
6730
6886
|
if access_level is not None:
|
6731
6887
|
pulumi.set(__self__, "access_level", access_level)
|
6888
|
+
if resource is not None:
|
6889
|
+
pulumi.set(__self__, "resource", resource)
|
6732
6890
|
|
6733
6891
|
@property
|
6734
6892
|
@pulumi.getter(name="accessLevel")
|
@@ -6742,6 +6900,23 @@ class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromSourceArgs:
|
|
6742
6900
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
6743
6901
|
pulumi.set(self, "access_level", value)
|
6744
6902
|
|
6903
|
+
@property
|
6904
|
+
@pulumi.getter
|
6905
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
6906
|
+
"""
|
6907
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
6908
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
6909
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
6910
|
+
The resource may be in any Google Cloud organization, not just the
|
6911
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
6912
|
+
case of allowing all Google Cloud resources only is not supported.
|
6913
|
+
"""
|
6914
|
+
return pulumi.get(self, "resource")
|
6915
|
+
|
6916
|
+
@resource.setter
|
6917
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
6918
|
+
pulumi.set(self, "resource", value)
|
6919
|
+
|
6745
6920
|
|
6746
6921
|
if not MYPY:
|
6747
6922
|
class ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -7132,12 +7307,12 @@ if not MYPY:
|
|
7132
7307
|
"""
|
7133
7308
|
resource: NotRequired[pulumi.Input[str]]
|
7134
7309
|
"""
|
7135
|
-
A Google Cloud resource that is allowed to
|
7136
|
-
Requests from these resources
|
7137
|
-
Currently only projects are allowed.
|
7138
|
-
The
|
7139
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
7140
|
-
of allowing all Google Cloud resources only is not supported.
|
7310
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
7311
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
7312
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
7313
|
+
The resource may be in any Google Cloud organization, not just the
|
7314
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
7315
|
+
case of allowing all Google Cloud resources only is not supported.
|
7141
7316
|
"""
|
7142
7317
|
elif False:
|
7143
7318
|
ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -7149,12 +7324,12 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSourceArgs:
|
|
7149
7324
|
resource: Optional[pulumi.Input[str]] = None):
|
7150
7325
|
"""
|
7151
7326
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
7152
|
-
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to
|
7153
|
-
Requests from these resources
|
7154
|
-
Currently only projects are allowed.
|
7155
|
-
The
|
7156
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
7157
|
-
of allowing all Google Cloud resources only is not supported.
|
7327
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
7328
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
7329
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
7330
|
+
The resource may be in any Google Cloud organization, not just the
|
7331
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
7332
|
+
case of allowing all Google Cloud resources only is not supported.
|
7158
7333
|
"""
|
7159
7334
|
if access_level is not None:
|
7160
7335
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -7177,12 +7352,12 @@ class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromSourceArgs:
|
|
7177
7352
|
@pulumi.getter
|
7178
7353
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
7179
7354
|
"""
|
7180
|
-
A Google Cloud resource that is allowed to
|
7181
|
-
Requests from these resources
|
7182
|
-
Currently only projects are allowed.
|
7183
|
-
The
|
7184
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
7185
|
-
of allowing all Google Cloud resources only is not supported.
|
7355
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
7356
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
7357
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
7358
|
+
The resource may be in any Google Cloud organization, not just the
|
7359
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
7360
|
+
case of allowing all Google Cloud resources only is not supported.
|
7186
7361
|
"""
|
7187
7362
|
return pulumi.get(self, "resource")
|
7188
7363
|
|
@@ -7849,18 +8024,36 @@ if not MYPY:
|
|
7849
8024
|
"""
|
7850
8025
|
An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
7851
8026
|
"""
|
8027
|
+
resource: NotRequired[pulumi.Input[str]]
|
8028
|
+
"""
|
8029
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
8030
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8031
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8032
|
+
The resource may be in any Google Cloud organization, not just the
|
8033
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8034
|
+
case of allowing all Google Cloud resources only is not supported.
|
8035
|
+
"""
|
7852
8036
|
elif False:
|
7853
8037
|
ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
7854
8038
|
|
7855
8039
|
@pulumi.input_type
|
7856
8040
|
class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgs:
|
7857
8041
|
def __init__(__self__, *,
|
7858
|
-
access_level: Optional[pulumi.Input[str]] = None
|
8042
|
+
access_level: Optional[pulumi.Input[str]] = None,
|
8043
|
+
resource: Optional[pulumi.Input[str]] = None):
|
7859
8044
|
"""
|
7860
8045
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
8046
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
8047
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8048
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8049
|
+
The resource may be in any Google Cloud organization, not just the
|
8050
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8051
|
+
case of allowing all Google Cloud resources only is not supported.
|
7861
8052
|
"""
|
7862
8053
|
if access_level is not None:
|
7863
8054
|
pulumi.set(__self__, "access_level", access_level)
|
8055
|
+
if resource is not None:
|
8056
|
+
pulumi.set(__self__, "resource", resource)
|
7864
8057
|
|
7865
8058
|
@property
|
7866
8059
|
@pulumi.getter(name="accessLevel")
|
@@ -7874,6 +8067,23 @@ class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromSourceArgs:
|
|
7874
8067
|
def access_level(self, value: Optional[pulumi.Input[str]]):
|
7875
8068
|
pulumi.set(self, "access_level", value)
|
7876
8069
|
|
8070
|
+
@property
|
8071
|
+
@pulumi.getter
|
8072
|
+
def resource(self) -> Optional[pulumi.Input[str]]:
|
8073
|
+
"""
|
8074
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
8075
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8076
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8077
|
+
The resource may be in any Google Cloud organization, not just the
|
8078
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8079
|
+
case of allowing all Google Cloud resources only is not supported.
|
8080
|
+
"""
|
8081
|
+
return pulumi.get(self, "resource")
|
8082
|
+
|
8083
|
+
@resource.setter
|
8084
|
+
def resource(self, value: Optional[pulumi.Input[str]]):
|
8085
|
+
pulumi.set(self, "resource", value)
|
8086
|
+
|
7877
8087
|
|
7878
8088
|
if not MYPY:
|
7879
8089
|
class ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgsDict(TypedDict):
|
@@ -8264,12 +8474,12 @@ if not MYPY:
|
|
8264
8474
|
"""
|
8265
8475
|
resource: NotRequired[pulumi.Input[str]]
|
8266
8476
|
"""
|
8267
|
-
A Google Cloud resource that is allowed to
|
8268
|
-
Requests from these resources
|
8269
|
-
Currently only projects are allowed.
|
8270
|
-
The
|
8271
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
8272
|
-
of allowing all Google Cloud resources only is not supported.
|
8477
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
8478
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8479
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8480
|
+
The resource may be in any Google Cloud organization, not just the
|
8481
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8482
|
+
case of allowing all Google Cloud resources only is not supported.
|
8273
8483
|
"""
|
8274
8484
|
elif False:
|
8275
8485
|
ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -8281,12 +8491,12 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSourceArgs:
|
|
8281
8491
|
resource: Optional[pulumi.Input[str]] = None):
|
8282
8492
|
"""
|
8283
8493
|
:param pulumi.Input[str] access_level: An AccessLevel resource name that allows resources outside the ServicePerimeter to be accessed from the inside.
|
8284
|
-
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to
|
8285
|
-
Requests from these resources
|
8286
|
-
Currently only projects are allowed.
|
8287
|
-
The
|
8288
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
8289
|
-
of allowing all Google Cloud resources only is not supported.
|
8494
|
+
:param pulumi.Input[str] resource: A Google Cloud resource that is allowed to egress the perimeter.
|
8495
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8496
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8497
|
+
The resource may be in any Google Cloud organization, not just the
|
8498
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8499
|
+
case of allowing all Google Cloud resources only is not supported.
|
8290
8500
|
"""
|
8291
8501
|
if access_level is not None:
|
8292
8502
|
pulumi.set(__self__, "access_level", access_level)
|
@@ -8309,12 +8519,12 @@ class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromSourceArgs:
|
|
8309
8519
|
@pulumi.getter
|
8310
8520
|
def resource(self) -> Optional[pulumi.Input[str]]:
|
8311
8521
|
"""
|
8312
|
-
A Google Cloud resource that is allowed to
|
8313
|
-
Requests from these resources
|
8314
|
-
Currently only projects are allowed.
|
8315
|
-
The
|
8316
|
-
organization that the perimeter is defined in. `*` is not allowed, the
|
8317
|
-
of allowing all Google Cloud resources only is not supported.
|
8522
|
+
A Google Cloud resource that is allowed to egress the perimeter.
|
8523
|
+
Requests from these resources are allowed to access data outside the perimeter.
|
8524
|
+
Currently only projects are allowed. Project format: `projects/{project_number}`.
|
8525
|
+
The resource may be in any Google Cloud organization, not just the
|
8526
|
+
organization that the perimeter is defined in. `*` is not allowed, the
|
8527
|
+
case of allowing all Google Cloud resources only is not supported.
|
8318
8528
|
"""
|
8319
8529
|
return pulumi.get(self, "resource")
|
8320
8530
|
|