pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
- pulumi_gcp/accesscontextmanager/outputs.py +104 -8
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/get_instance.py +466 -0
- pulumi_gcp/alloydb/outputs.py +352 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
- pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
- pulumi_gcp/bigquery/connection.py +2 -14
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +6 -3
- pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/outputs.py +4 -2
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
- pulumi_gcp/composer/_inputs.py +6 -6
- pulumi_gcp/composer/outputs.py +8 -8
- pulumi_gcp/compute/_inputs.py +756 -30
- pulumi_gcp/compute/firewall_policy_rule.py +0 -2
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
- pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
- pulumi_gcp/compute/get_image_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
- pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
- pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
- pulumi_gcp/compute/instance_template.py +14 -35
- pulumi_gcp/compute/outputs.py +796 -18
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +447 -3
- pulumi_gcp/container/outputs.py +469 -5
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
- pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
- pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
- pulumi_gcp/eventarc/_inputs.py +29 -8
- pulumi_gcp/eventarc/google_channel_config.py +58 -46
- pulumi_gcp/eventarc/outputs.py +20 -6
- pulumi_gcp/eventarc/trigger.py +95 -72
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/data_connect_service.py +937 -0
- pulumi_gcp/gemini/__init__.py +4 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
- pulumi_gcp/gemini/logging_setting.py +42 -54
- pulumi_gcp/gemini/logging_setting_binding.py +722 -0
- pulumi_gcp/gemini/release_channel_setting.py +39 -43
- pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
- pulumi_gcp/monitoring/_inputs.py +588 -0
- pulumi_gcp/monitoring/outputs.py +410 -0
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/volume_quota_rule.py +895 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
- pulumi_gcp/networkservices/authz_extension.py +8 -15
- pulumi_gcp/networkservices/mesh.py +79 -12
- pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/mute_config.py +136 -3
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
- pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/instance.py +0 -46
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/storage/bucket.py +30 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -3078,18 +3078,22 @@ class ServicePerimeterSpecEgressPolicy(dict):
|
|
3078
3078
|
|
3079
3079
|
def __init__(__self__, *,
|
3080
3080
|
egress_from: Optional['outputs.ServicePerimeterSpecEgressPolicyEgressFrom'] = None,
|
3081
|
-
egress_to: Optional['outputs.ServicePerimeterSpecEgressPolicyEgressTo'] = None
|
3081
|
+
egress_to: Optional['outputs.ServicePerimeterSpecEgressPolicyEgressTo'] = None,
|
3082
|
+
title: Optional[str] = None):
|
3082
3083
|
"""
|
3083
3084
|
:param 'ServicePerimeterSpecEgressPolicyEgressFromArgs' egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
|
3084
3085
|
Structure is documented below.
|
3085
3086
|
:param 'ServicePerimeterSpecEgressPolicyEgressToArgs' egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
3086
3087
|
cause this `EgressPolicy` to apply.
|
3087
3088
|
Structure is documented below.
|
3089
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
3088
3090
|
"""
|
3089
3091
|
if egress_from is not None:
|
3090
3092
|
pulumi.set(__self__, "egress_from", egress_from)
|
3091
3093
|
if egress_to is not None:
|
3092
3094
|
pulumi.set(__self__, "egress_to", egress_to)
|
3095
|
+
if title is not None:
|
3096
|
+
pulumi.set(__self__, "title", title)
|
3093
3097
|
|
3094
3098
|
@property
|
3095
3099
|
@pulumi.getter(name="egressFrom")
|
@@ -3110,6 +3114,14 @@ class ServicePerimeterSpecEgressPolicy(dict):
|
|
3110
3114
|
"""
|
3111
3115
|
return pulumi.get(self, "egress_to")
|
3112
3116
|
|
3117
|
+
@property
|
3118
|
+
@pulumi.getter
|
3119
|
+
def title(self) -> Optional[str]:
|
3120
|
+
"""
|
3121
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
3122
|
+
"""
|
3123
|
+
return pulumi.get(self, "title")
|
3124
|
+
|
3113
3125
|
|
3114
3126
|
@pulumi.output_type
|
3115
3127
|
class ServicePerimeterSpecEgressPolicyEgressFrom(dict):
|
@@ -3455,7 +3467,8 @@ class ServicePerimeterSpecIngressPolicy(dict):
|
|
3455
3467
|
|
3456
3468
|
def __init__(__self__, *,
|
3457
3469
|
ingress_from: Optional['outputs.ServicePerimeterSpecIngressPolicyIngressFrom'] = None,
|
3458
|
-
ingress_to: Optional['outputs.ServicePerimeterSpecIngressPolicyIngressTo'] = None
|
3470
|
+
ingress_to: Optional['outputs.ServicePerimeterSpecIngressPolicyIngressTo'] = None,
|
3471
|
+
title: Optional[str] = None):
|
3459
3472
|
"""
|
3460
3473
|
:param 'ServicePerimeterSpecIngressPolicyIngressFromArgs' ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
|
3461
3474
|
to apply.
|
@@ -3463,11 +3476,14 @@ class ServicePerimeterSpecIngressPolicy(dict):
|
|
3463
3476
|
:param 'ServicePerimeterSpecIngressPolicyIngressToArgs' ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
|
3464
3477
|
this `IngressPolicy` to apply.
|
3465
3478
|
Structure is documented below.
|
3479
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
3466
3480
|
"""
|
3467
3481
|
if ingress_from is not None:
|
3468
3482
|
pulumi.set(__self__, "ingress_from", ingress_from)
|
3469
3483
|
if ingress_to is not None:
|
3470
3484
|
pulumi.set(__self__, "ingress_to", ingress_to)
|
3485
|
+
if title is not None:
|
3486
|
+
pulumi.set(__self__, "title", title)
|
3471
3487
|
|
3472
3488
|
@property
|
3473
3489
|
@pulumi.getter(name="ingressFrom")
|
@@ -3489,6 +3505,14 @@ class ServicePerimeterSpecIngressPolicy(dict):
|
|
3489
3505
|
"""
|
3490
3506
|
return pulumi.get(self, "ingress_to")
|
3491
3507
|
|
3508
|
+
@property
|
3509
|
+
@pulumi.getter
|
3510
|
+
def title(self) -> Optional[str]:
|
3511
|
+
"""
|
3512
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
3513
|
+
"""
|
3514
|
+
return pulumi.get(self, "title")
|
3515
|
+
|
3492
3516
|
|
3493
3517
|
@pulumi.output_type
|
3494
3518
|
class ServicePerimeterSpecIngressPolicyIngressFrom(dict):
|
@@ -3997,18 +4021,22 @@ class ServicePerimeterStatusEgressPolicy(dict):
|
|
3997
4021
|
|
3998
4022
|
def __init__(__self__, *,
|
3999
4023
|
egress_from: Optional['outputs.ServicePerimeterStatusEgressPolicyEgressFrom'] = None,
|
4000
|
-
egress_to: Optional['outputs.ServicePerimeterStatusEgressPolicyEgressTo'] = None
|
4024
|
+
egress_to: Optional['outputs.ServicePerimeterStatusEgressPolicyEgressTo'] = None,
|
4025
|
+
title: Optional[str] = None):
|
4001
4026
|
"""
|
4002
4027
|
:param 'ServicePerimeterStatusEgressPolicyEgressFromArgs' egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
|
4003
4028
|
Structure is documented below.
|
4004
4029
|
:param 'ServicePerimeterStatusEgressPolicyEgressToArgs' egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
4005
4030
|
cause this `EgressPolicy` to apply.
|
4006
4031
|
Structure is documented below.
|
4032
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
4007
4033
|
"""
|
4008
4034
|
if egress_from is not None:
|
4009
4035
|
pulumi.set(__self__, "egress_from", egress_from)
|
4010
4036
|
if egress_to is not None:
|
4011
4037
|
pulumi.set(__self__, "egress_to", egress_to)
|
4038
|
+
if title is not None:
|
4039
|
+
pulumi.set(__self__, "title", title)
|
4012
4040
|
|
4013
4041
|
@property
|
4014
4042
|
@pulumi.getter(name="egressFrom")
|
@@ -4029,6 +4057,14 @@ class ServicePerimeterStatusEgressPolicy(dict):
|
|
4029
4057
|
"""
|
4030
4058
|
return pulumi.get(self, "egress_to")
|
4031
4059
|
|
4060
|
+
@property
|
4061
|
+
@pulumi.getter
|
4062
|
+
def title(self) -> Optional[str]:
|
4063
|
+
"""
|
4064
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
4065
|
+
"""
|
4066
|
+
return pulumi.get(self, "title")
|
4067
|
+
|
4032
4068
|
|
4033
4069
|
@pulumi.output_type
|
4034
4070
|
class ServicePerimeterStatusEgressPolicyEgressFrom(dict):
|
@@ -4374,7 +4410,8 @@ class ServicePerimeterStatusIngressPolicy(dict):
|
|
4374
4410
|
|
4375
4411
|
def __init__(__self__, *,
|
4376
4412
|
ingress_from: Optional['outputs.ServicePerimeterStatusIngressPolicyIngressFrom'] = None,
|
4377
|
-
ingress_to: Optional['outputs.ServicePerimeterStatusIngressPolicyIngressTo'] = None
|
4413
|
+
ingress_to: Optional['outputs.ServicePerimeterStatusIngressPolicyIngressTo'] = None,
|
4414
|
+
title: Optional[str] = None):
|
4378
4415
|
"""
|
4379
4416
|
:param 'ServicePerimeterStatusIngressPolicyIngressFromArgs' ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
|
4380
4417
|
to apply.
|
@@ -4382,11 +4419,14 @@ class ServicePerimeterStatusIngressPolicy(dict):
|
|
4382
4419
|
:param 'ServicePerimeterStatusIngressPolicyIngressToArgs' ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
|
4383
4420
|
this `IngressPolicy` to apply.
|
4384
4421
|
Structure is documented below.
|
4422
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
4385
4423
|
"""
|
4386
4424
|
if ingress_from is not None:
|
4387
4425
|
pulumi.set(__self__, "ingress_from", ingress_from)
|
4388
4426
|
if ingress_to is not None:
|
4389
4427
|
pulumi.set(__self__, "ingress_to", ingress_to)
|
4428
|
+
if title is not None:
|
4429
|
+
pulumi.set(__self__, "title", title)
|
4390
4430
|
|
4391
4431
|
@property
|
4392
4432
|
@pulumi.getter(name="ingressFrom")
|
@@ -4408,6 +4448,14 @@ class ServicePerimeterStatusIngressPolicy(dict):
|
|
4408
4448
|
"""
|
4409
4449
|
return pulumi.get(self, "ingress_to")
|
4410
4450
|
|
4451
|
+
@property
|
4452
|
+
@pulumi.getter
|
4453
|
+
def title(self) -> Optional[str]:
|
4454
|
+
"""
|
4455
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
4456
|
+
"""
|
4457
|
+
return pulumi.get(self, "title")
|
4458
|
+
|
4411
4459
|
|
4412
4460
|
@pulumi.output_type
|
4413
4461
|
class ServicePerimeterStatusIngressPolicyIngressFrom(dict):
|
@@ -5122,18 +5170,22 @@ class ServicePerimetersServicePerimeterSpecEgressPolicy(dict):
|
|
5122
5170
|
|
5123
5171
|
def __init__(__self__, *,
|
5124
5172
|
egress_from: Optional['outputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom'] = None,
|
5125
|
-
egress_to: Optional['outputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressTo'] = None
|
5173
|
+
egress_to: Optional['outputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressTo'] = None,
|
5174
|
+
title: Optional[str] = None):
|
5126
5175
|
"""
|
5127
5176
|
:param 'ServicePerimetersServicePerimeterSpecEgressPolicyEgressFromArgs' egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
|
5128
5177
|
Structure is documented below.
|
5129
5178
|
:param 'ServicePerimetersServicePerimeterSpecEgressPolicyEgressToArgs' egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
5130
5179
|
cause this `EgressPolicy` to apply.
|
5131
5180
|
Structure is documented below.
|
5181
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
5132
5182
|
"""
|
5133
5183
|
if egress_from is not None:
|
5134
5184
|
pulumi.set(__self__, "egress_from", egress_from)
|
5135
5185
|
if egress_to is not None:
|
5136
5186
|
pulumi.set(__self__, "egress_to", egress_to)
|
5187
|
+
if title is not None:
|
5188
|
+
pulumi.set(__self__, "title", title)
|
5137
5189
|
|
5138
5190
|
@property
|
5139
5191
|
@pulumi.getter(name="egressFrom")
|
@@ -5154,6 +5206,14 @@ class ServicePerimetersServicePerimeterSpecEgressPolicy(dict):
|
|
5154
5206
|
"""
|
5155
5207
|
return pulumi.get(self, "egress_to")
|
5156
5208
|
|
5209
|
+
@property
|
5210
|
+
@pulumi.getter
|
5211
|
+
def title(self) -> Optional[str]:
|
5212
|
+
"""
|
5213
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
5214
|
+
"""
|
5215
|
+
return pulumi.get(self, "title")
|
5216
|
+
|
5157
5217
|
|
5158
5218
|
@pulumi.output_type
|
5159
5219
|
class ServicePerimetersServicePerimeterSpecEgressPolicyEgressFrom(dict):
|
@@ -5503,7 +5563,8 @@ class ServicePerimetersServicePerimeterSpecIngressPolicy(dict):
|
|
5503
5563
|
|
5504
5564
|
def __init__(__self__, *,
|
5505
5565
|
ingress_from: Optional['outputs.ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom'] = None,
|
5506
|
-
ingress_to: Optional['outputs.ServicePerimetersServicePerimeterSpecIngressPolicyIngressTo'] = None
|
5566
|
+
ingress_to: Optional['outputs.ServicePerimetersServicePerimeterSpecIngressPolicyIngressTo'] = None,
|
5567
|
+
title: Optional[str] = None):
|
5507
5568
|
"""
|
5508
5569
|
:param 'ServicePerimetersServicePerimeterSpecIngressPolicyIngressFromArgs' ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
|
5509
5570
|
to apply.
|
@@ -5511,11 +5572,14 @@ class ServicePerimetersServicePerimeterSpecIngressPolicy(dict):
|
|
5511
5572
|
:param 'ServicePerimetersServicePerimeterSpecIngressPolicyIngressToArgs' ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
|
5512
5573
|
this `IngressPolicy` to apply.
|
5513
5574
|
Structure is documented below.
|
5575
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
5514
5576
|
"""
|
5515
5577
|
if ingress_from is not None:
|
5516
5578
|
pulumi.set(__self__, "ingress_from", ingress_from)
|
5517
5579
|
if ingress_to is not None:
|
5518
5580
|
pulumi.set(__self__, "ingress_to", ingress_to)
|
5581
|
+
if title is not None:
|
5582
|
+
pulumi.set(__self__, "title", title)
|
5519
5583
|
|
5520
5584
|
@property
|
5521
5585
|
@pulumi.getter(name="ingressFrom")
|
@@ -5537,6 +5601,14 @@ class ServicePerimetersServicePerimeterSpecIngressPolicy(dict):
|
|
5537
5601
|
"""
|
5538
5602
|
return pulumi.get(self, "ingress_to")
|
5539
5603
|
|
5604
|
+
@property
|
5605
|
+
@pulumi.getter
|
5606
|
+
def title(self) -> Optional[str]:
|
5607
|
+
"""
|
5608
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
5609
|
+
"""
|
5610
|
+
return pulumi.get(self, "title")
|
5611
|
+
|
5540
5612
|
|
5541
5613
|
@pulumi.output_type
|
5542
5614
|
class ServicePerimetersServicePerimeterSpecIngressPolicyIngressFrom(dict):
|
@@ -6045,18 +6117,22 @@ class ServicePerimetersServicePerimeterStatusEgressPolicy(dict):
|
|
6045
6117
|
|
6046
6118
|
def __init__(__self__, *,
|
6047
6119
|
egress_from: Optional['outputs.ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom'] = None,
|
6048
|
-
egress_to: Optional['outputs.ServicePerimetersServicePerimeterStatusEgressPolicyEgressTo'] = None
|
6120
|
+
egress_to: Optional['outputs.ServicePerimetersServicePerimeterStatusEgressPolicyEgressTo'] = None,
|
6121
|
+
title: Optional[str] = None):
|
6049
6122
|
"""
|
6050
6123
|
:param 'ServicePerimetersServicePerimeterStatusEgressPolicyEgressFromArgs' egress_from: Defines conditions on the source of a request causing this `EgressPolicy` to apply.
|
6051
6124
|
Structure is documented below.
|
6052
6125
|
:param 'ServicePerimetersServicePerimeterStatusEgressPolicyEgressToArgs' egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
6053
6126
|
cause this `EgressPolicy` to apply.
|
6054
6127
|
Structure is documented below.
|
6128
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
6055
6129
|
"""
|
6056
6130
|
if egress_from is not None:
|
6057
6131
|
pulumi.set(__self__, "egress_from", egress_from)
|
6058
6132
|
if egress_to is not None:
|
6059
6133
|
pulumi.set(__self__, "egress_to", egress_to)
|
6134
|
+
if title is not None:
|
6135
|
+
pulumi.set(__self__, "title", title)
|
6060
6136
|
|
6061
6137
|
@property
|
6062
6138
|
@pulumi.getter(name="egressFrom")
|
@@ -6077,6 +6153,14 @@ class ServicePerimetersServicePerimeterStatusEgressPolicy(dict):
|
|
6077
6153
|
"""
|
6078
6154
|
return pulumi.get(self, "egress_to")
|
6079
6155
|
|
6156
|
+
@property
|
6157
|
+
@pulumi.getter
|
6158
|
+
def title(self) -> Optional[str]:
|
6159
|
+
"""
|
6160
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
6161
|
+
"""
|
6162
|
+
return pulumi.get(self, "title")
|
6163
|
+
|
6080
6164
|
|
6081
6165
|
@pulumi.output_type
|
6082
6166
|
class ServicePerimetersServicePerimeterStatusEgressPolicyEgressFrom(dict):
|
@@ -6426,7 +6510,8 @@ class ServicePerimetersServicePerimeterStatusIngressPolicy(dict):
|
|
6426
6510
|
|
6427
6511
|
def __init__(__self__, *,
|
6428
6512
|
ingress_from: Optional['outputs.ServicePerimetersServicePerimeterStatusIngressPolicyIngressFrom'] = None,
|
6429
|
-
ingress_to: Optional['outputs.ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo'] = None
|
6513
|
+
ingress_to: Optional['outputs.ServicePerimetersServicePerimeterStatusIngressPolicyIngressTo'] = None,
|
6514
|
+
title: Optional[str] = None):
|
6430
6515
|
"""
|
6431
6516
|
:param 'ServicePerimetersServicePerimeterStatusIngressPolicyIngressFromArgs' ingress_from: Defines the conditions on the source of a request causing this `IngressPolicy`
|
6432
6517
|
to apply.
|
@@ -6434,11 +6519,14 @@ class ServicePerimetersServicePerimeterStatusIngressPolicy(dict):
|
|
6434
6519
|
:param 'ServicePerimetersServicePerimeterStatusIngressPolicyIngressToArgs' ingress_to: Defines the conditions on the `ApiOperation` and request destination that cause
|
6435
6520
|
this `IngressPolicy` to apply.
|
6436
6521
|
Structure is documented below.
|
6522
|
+
:param str title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
6437
6523
|
"""
|
6438
6524
|
if ingress_from is not None:
|
6439
6525
|
pulumi.set(__self__, "ingress_from", ingress_from)
|
6440
6526
|
if ingress_to is not None:
|
6441
6527
|
pulumi.set(__self__, "ingress_to", ingress_to)
|
6528
|
+
if title is not None:
|
6529
|
+
pulumi.set(__self__, "title", title)
|
6442
6530
|
|
6443
6531
|
@property
|
6444
6532
|
@pulumi.getter(name="ingressFrom")
|
@@ -6460,6 +6548,14 @@ class ServicePerimetersServicePerimeterStatusIngressPolicy(dict):
|
|
6460
6548
|
"""
|
6461
6549
|
return pulumi.get(self, "ingress_to")
|
6462
6550
|
|
6551
|
+
@property
|
6552
|
+
@pulumi.getter
|
6553
|
+
def title(self) -> Optional[str]:
|
6554
|
+
"""
|
6555
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
6556
|
+
"""
|
6557
|
+
return pulumi.get(self, "title")
|
6558
|
+
|
6463
6559
|
|
6464
6560
|
@pulumi.output_type
|
6465
6561
|
class ServicePerimetersServicePerimeterStatusIngressPolicyIngressFrom(dict):
|
@@ -23,7 +23,8 @@ class ServicePerimeterDryRunEgressPolicyArgs:
|
|
23
23
|
def __init__(__self__, *,
|
24
24
|
perimeter: pulumi.Input[str],
|
25
25
|
egress_from: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressFromArgs']] = None,
|
26
|
-
egress_to: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs']] = None
|
26
|
+
egress_to: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs']] = None,
|
27
|
+
title: Optional[pulumi.Input[str]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a ServicePerimeterDryRunEgressPolicy resource.
|
29
30
|
:param pulumi.Input[str] perimeter: The name of the Service Perimeter to add this resource to.
|
@@ -35,12 +36,15 @@ class ServicePerimeterDryRunEgressPolicyArgs:
|
|
35
36
|
:param pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
36
37
|
cause this `EgressPolicy` to apply.
|
37
38
|
Structure is documented below.
|
39
|
+
:param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
38
40
|
"""
|
39
41
|
pulumi.set(__self__, "perimeter", perimeter)
|
40
42
|
if egress_from is not None:
|
41
43
|
pulumi.set(__self__, "egress_from", egress_from)
|
42
44
|
if egress_to is not None:
|
43
45
|
pulumi.set(__self__, "egress_to", egress_to)
|
46
|
+
if title is not None:
|
47
|
+
pulumi.set(__self__, "title", title)
|
44
48
|
|
45
49
|
@property
|
46
50
|
@pulumi.getter
|
@@ -84,6 +88,18 @@ class ServicePerimeterDryRunEgressPolicyArgs:
|
|
84
88
|
def egress_to(self, value: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs']]):
|
85
89
|
pulumi.set(self, "egress_to", value)
|
86
90
|
|
91
|
+
@property
|
92
|
+
@pulumi.getter
|
93
|
+
def title(self) -> Optional[pulumi.Input[str]]:
|
94
|
+
"""
|
95
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "title")
|
98
|
+
|
99
|
+
@title.setter
|
100
|
+
def title(self, value: Optional[pulumi.Input[str]]):
|
101
|
+
pulumi.set(self, "title", value)
|
102
|
+
|
87
103
|
|
88
104
|
@pulumi.input_type
|
89
105
|
class _ServicePerimeterDryRunEgressPolicyState:
|
@@ -91,7 +107,9 @@ class _ServicePerimeterDryRunEgressPolicyState:
|
|
91
107
|
access_policy_id: Optional[pulumi.Input[str]] = None,
|
92
108
|
egress_from: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressFromArgs']] = None,
|
93
109
|
egress_to: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs']] = None,
|
94
|
-
|
110
|
+
etag: Optional[pulumi.Input[str]] = None,
|
111
|
+
perimeter: Optional[pulumi.Input[str]] = None,
|
112
|
+
title: Optional[pulumi.Input[str]] = None):
|
95
113
|
"""
|
96
114
|
Input properties used for looking up and filtering ServicePerimeterDryRunEgressPolicy resources.
|
97
115
|
:param pulumi.Input[str] access_policy_id: The name of the Access Policy this resource belongs to.
|
@@ -100,10 +118,12 @@ class _ServicePerimeterDryRunEgressPolicyState:
|
|
100
118
|
:param pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs'] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
101
119
|
cause this `EgressPolicy` to apply.
|
102
120
|
Structure is documented below.
|
121
|
+
:param pulumi.Input[str] etag: The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.
|
103
122
|
:param pulumi.Input[str] perimeter: The name of the Service Perimeter to add this resource to.
|
104
123
|
|
105
124
|
|
106
125
|
- - -
|
126
|
+
:param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
107
127
|
"""
|
108
128
|
if access_policy_id is not None:
|
109
129
|
pulumi.set(__self__, "access_policy_id", access_policy_id)
|
@@ -111,8 +131,12 @@ class _ServicePerimeterDryRunEgressPolicyState:
|
|
111
131
|
pulumi.set(__self__, "egress_from", egress_from)
|
112
132
|
if egress_to is not None:
|
113
133
|
pulumi.set(__self__, "egress_to", egress_to)
|
134
|
+
if etag is not None:
|
135
|
+
pulumi.set(__self__, "etag", etag)
|
114
136
|
if perimeter is not None:
|
115
137
|
pulumi.set(__self__, "perimeter", perimeter)
|
138
|
+
if title is not None:
|
139
|
+
pulumi.set(__self__, "title", title)
|
116
140
|
|
117
141
|
@property
|
118
142
|
@pulumi.getter(name="accessPolicyId")
|
@@ -153,6 +177,18 @@ class _ServicePerimeterDryRunEgressPolicyState:
|
|
153
177
|
def egress_to(self, value: Optional[pulumi.Input['ServicePerimeterDryRunEgressPolicyEgressToArgs']]):
|
154
178
|
pulumi.set(self, "egress_to", value)
|
155
179
|
|
180
|
+
@property
|
181
|
+
@pulumi.getter
|
182
|
+
def etag(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
"""
|
184
|
+
The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.
|
185
|
+
"""
|
186
|
+
return pulumi.get(self, "etag")
|
187
|
+
|
188
|
+
@etag.setter
|
189
|
+
def etag(self, value: Optional[pulumi.Input[str]]):
|
190
|
+
pulumi.set(self, "etag", value)
|
191
|
+
|
156
192
|
@property
|
157
193
|
@pulumi.getter
|
158
194
|
def perimeter(self) -> Optional[pulumi.Input[str]]:
|
@@ -168,6 +204,18 @@ class _ServicePerimeterDryRunEgressPolicyState:
|
|
168
204
|
def perimeter(self, value: Optional[pulumi.Input[str]]):
|
169
205
|
pulumi.set(self, "perimeter", value)
|
170
206
|
|
207
|
+
@property
|
208
|
+
@pulumi.getter
|
209
|
+
def title(self) -> Optional[pulumi.Input[str]]:
|
210
|
+
"""
|
211
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
212
|
+
"""
|
213
|
+
return pulumi.get(self, "title")
|
214
|
+
|
215
|
+
@title.setter
|
216
|
+
def title(self, value: Optional[pulumi.Input[str]]):
|
217
|
+
pulumi.set(self, "title", value)
|
218
|
+
|
171
219
|
|
172
220
|
class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
173
221
|
@overload
|
@@ -177,6 +225,7 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
177
225
|
egress_from: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressFromArgs', 'ServicePerimeterDryRunEgressPolicyEgressFromArgsDict']]] = None,
|
178
226
|
egress_to: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressToArgs', 'ServicePerimeterDryRunEgressPolicyEgressToArgsDict']]] = None,
|
179
227
|
perimeter: Optional[pulumi.Input[str]] = None,
|
228
|
+
title: Optional[pulumi.Input[str]] = None,
|
180
229
|
__props__=None):
|
181
230
|
"""
|
182
231
|
Manage a single EgressPolicy in the spec (dry-run) configuration for a service perimeter.
|
@@ -214,6 +263,7 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
214
263
|
|
215
264
|
|
216
265
|
- - -
|
266
|
+
:param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
217
267
|
"""
|
218
268
|
...
|
219
269
|
@overload
|
@@ -264,6 +314,7 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
264
314
|
egress_from: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressFromArgs', 'ServicePerimeterDryRunEgressPolicyEgressFromArgsDict']]] = None,
|
265
315
|
egress_to: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressToArgs', 'ServicePerimeterDryRunEgressPolicyEgressToArgsDict']]] = None,
|
266
316
|
perimeter: Optional[pulumi.Input[str]] = None,
|
317
|
+
title: Optional[pulumi.Input[str]] = None,
|
267
318
|
__props__=None):
|
268
319
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
269
320
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -278,7 +329,9 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
278
329
|
if perimeter is None and not opts.urn:
|
279
330
|
raise TypeError("Missing required property 'perimeter'")
|
280
331
|
__props__.__dict__["perimeter"] = perimeter
|
332
|
+
__props__.__dict__["title"] = title
|
281
333
|
__props__.__dict__["access_policy_id"] = None
|
334
|
+
__props__.__dict__["etag"] = None
|
282
335
|
super(ServicePerimeterDryRunEgressPolicy, __self__).__init__(
|
283
336
|
'gcp:accesscontextmanager/servicePerimeterDryRunEgressPolicy:ServicePerimeterDryRunEgressPolicy',
|
284
337
|
resource_name,
|
@@ -292,7 +345,9 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
292
345
|
access_policy_id: Optional[pulumi.Input[str]] = None,
|
293
346
|
egress_from: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressFromArgs', 'ServicePerimeterDryRunEgressPolicyEgressFromArgsDict']]] = None,
|
294
347
|
egress_to: Optional[pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressToArgs', 'ServicePerimeterDryRunEgressPolicyEgressToArgsDict']]] = None,
|
295
|
-
|
348
|
+
etag: Optional[pulumi.Input[str]] = None,
|
349
|
+
perimeter: Optional[pulumi.Input[str]] = None,
|
350
|
+
title: Optional[pulumi.Input[str]] = None) -> 'ServicePerimeterDryRunEgressPolicy':
|
296
351
|
"""
|
297
352
|
Get an existing ServicePerimeterDryRunEgressPolicy resource's state with the given name, id, and optional extra
|
298
353
|
properties used to qualify the lookup.
|
@@ -306,10 +361,12 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
306
361
|
:param pulumi.Input[Union['ServicePerimeterDryRunEgressPolicyEgressToArgs', 'ServicePerimeterDryRunEgressPolicyEgressToArgsDict']] egress_to: Defines the conditions on the `ApiOperation` and destination resources that
|
307
362
|
cause this `EgressPolicy` to apply.
|
308
363
|
Structure is documented below.
|
364
|
+
:param pulumi.Input[str] etag: The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.
|
309
365
|
:param pulumi.Input[str] perimeter: The name of the Service Perimeter to add this resource to.
|
310
366
|
|
311
367
|
|
312
368
|
- - -
|
369
|
+
:param pulumi.Input[str] title: Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
313
370
|
"""
|
314
371
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
315
372
|
|
@@ -318,7 +375,9 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
318
375
|
__props__.__dict__["access_policy_id"] = access_policy_id
|
319
376
|
__props__.__dict__["egress_from"] = egress_from
|
320
377
|
__props__.__dict__["egress_to"] = egress_to
|
378
|
+
__props__.__dict__["etag"] = etag
|
321
379
|
__props__.__dict__["perimeter"] = perimeter
|
380
|
+
__props__.__dict__["title"] = title
|
322
381
|
return ServicePerimeterDryRunEgressPolicy(resource_name, opts=opts, __props__=__props__)
|
323
382
|
|
324
383
|
@property
|
@@ -348,6 +407,14 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
348
407
|
"""
|
349
408
|
return pulumi.get(self, "egress_to")
|
350
409
|
|
410
|
+
@property
|
411
|
+
@pulumi.getter
|
412
|
+
def etag(self) -> pulumi.Output[str]:
|
413
|
+
"""
|
414
|
+
The perimeter etag is internally used to prevent overwriting the list of policies on PATCH calls. It is retrieved from the same GET perimeter API call that's used to get the current list of policies. The policy defined in this resource is added or removed from that list, and then this etag is sent with the PATCH call along with the updated policies.
|
415
|
+
"""
|
416
|
+
return pulumi.get(self, "etag")
|
417
|
+
|
351
418
|
@property
|
352
419
|
@pulumi.getter
|
353
420
|
def perimeter(self) -> pulumi.Output[str]:
|
@@ -359,3 +426,11 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
359
426
|
"""
|
360
427
|
return pulumi.get(self, "perimeter")
|
361
428
|
|
429
|
+
@property
|
430
|
+
@pulumi.getter
|
431
|
+
def title(self) -> pulumi.Output[Optional[str]]:
|
432
|
+
"""
|
433
|
+
Human readable title. Must be unique within the perimeter. Does not affect behavior.
|
434
|
+
"""
|
435
|
+
return pulumi.get(self, "title")
|
436
|
+
|