pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -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/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- 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/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- 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 +213 -9
- 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/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- 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/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- 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/firestore/field.py +60 -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/gkehub/_inputs.py +20 -0
- 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/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- 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/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,7 @@ class WorkloadArgs:
|
|
38
38
|
workload_options: Optional[pulumi.Input['WorkloadWorkloadOptionsArgs']] = None):
|
39
39
|
"""
|
40
40
|
The set of arguments for constructing a Workload resource.
|
41
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
41
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
42
42
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
43
43
|
:param pulumi.Input[str] location: The location for the resource
|
44
44
|
:param pulumi.Input[str] organization: The organization for the resource
|
@@ -92,7 +92,7 @@ class WorkloadArgs:
|
|
92
92
|
@pulumi.getter(name="complianceRegime")
|
93
93
|
def compliance_regime(self) -> pulumi.Input[str]:
|
94
94
|
"""
|
95
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
95
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
96
96
|
"""
|
97
97
|
return pulumi.get(self, "compliance_regime")
|
98
98
|
|
@@ -307,7 +307,7 @@ class _WorkloadState:
|
|
307
307
|
"""
|
308
308
|
Input properties used for looking up and filtering Workload resources.
|
309
309
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
310
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
310
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
311
311
|
:param pulumi.Input[Sequence[pulumi.Input['WorkloadComplianceStatusArgs']]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
312
312
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
313
313
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -406,7 +406,7 @@ class _WorkloadState:
|
|
406
406
|
@pulumi.getter(name="complianceRegime")
|
407
407
|
def compliance_regime(self) -> Optional[pulumi.Input[str]]:
|
408
408
|
"""
|
409
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
409
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
410
410
|
"""
|
411
411
|
return pulumi.get(self, "compliance_regime")
|
412
412
|
|
@@ -853,7 +853,7 @@ class Workload(pulumi.CustomResource):
|
|
853
853
|
:param str resource_name: The name of the resource.
|
854
854
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
855
855
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
856
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
856
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
857
857
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
858
858
|
:param pulumi.Input[bool] enable_sovereign_controls: Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
|
859
859
|
:param pulumi.Input[Union['WorkloadKmsSettingsArgs', 'WorkloadKmsSettingsArgsDict']] kms_settings: **DEPRECATED** Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
|
@@ -1129,7 +1129,7 @@ class Workload(pulumi.CustomResource):
|
|
1129
1129
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1130
1130
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1131
1131
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
1132
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
1132
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
1133
1133
|
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkloadComplianceStatusArgs', 'WorkloadComplianceStatusArgsDict']]]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
1134
1134
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
1135
1135
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -1204,7 +1204,7 @@ class Workload(pulumi.CustomResource):
|
|
1204
1204
|
@pulumi.getter(name="complianceRegime")
|
1205
1205
|
def compliance_regime(self) -> pulumi.Output[str]:
|
1206
1206
|
"""
|
1207
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS,
|
1207
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_US_SUPPORT, IRS_1075
|
1208
1208
|
"""
|
1209
1209
|
return pulumi.get(self, "compliance_regime")
|
1210
1210
|
|
@@ -8,9 +8,18 @@ import typing
|
|
8
8
|
from .app_connection import *
|
9
9
|
from .app_connector import *
|
10
10
|
from .app_gateway import *
|
11
|
+
from .application import *
|
12
|
+
from .application_iam_binding import *
|
13
|
+
from .application_iam_member import *
|
14
|
+
from .application_iam_policy import *
|
11
15
|
from .get_app_connection import *
|
12
16
|
from .get_app_connector import *
|
13
17
|
from .get_app_gateway import *
|
18
|
+
from .get_application_iam_policy import *
|
19
|
+
from .get_security_gateway_iam_policy import *
|
14
20
|
from .security_gateway import *
|
21
|
+
from .security_gateway_iam_binding import *
|
22
|
+
from .security_gateway_iam_member import *
|
23
|
+
from .security_gateway_iam_policy import *
|
15
24
|
from ._inputs import *
|
16
25
|
from . import outputs
|
pulumi_gcp/beyondcorp/_inputs.py
CHANGED
@@ -25,10 +25,20 @@ __all__ = [
|
|
25
25
|
'AppConnectorPrincipalInfoServiceAccountArgsDict',
|
26
26
|
'AppGatewayAllocatedConnectionArgs',
|
27
27
|
'AppGatewayAllocatedConnectionArgsDict',
|
28
|
+
'ApplicationEndpointMatcherArgs',
|
29
|
+
'ApplicationEndpointMatcherArgsDict',
|
30
|
+
'ApplicationIamBindingConditionArgs',
|
31
|
+
'ApplicationIamBindingConditionArgsDict',
|
32
|
+
'ApplicationIamMemberConditionArgs',
|
33
|
+
'ApplicationIamMemberConditionArgsDict',
|
28
34
|
'SecurityGatewayHubArgs',
|
29
35
|
'SecurityGatewayHubArgsDict',
|
30
36
|
'SecurityGatewayHubInternetGatewayArgs',
|
31
37
|
'SecurityGatewayHubInternetGatewayArgsDict',
|
38
|
+
'SecurityGatewayIamBindingConditionArgs',
|
39
|
+
'SecurityGatewayIamBindingConditionArgsDict',
|
40
|
+
'SecurityGatewayIamMemberConditionArgs',
|
41
|
+
'SecurityGatewayIamMemberConditionArgsDict',
|
32
42
|
]
|
33
43
|
|
34
44
|
MYPY = False
|
@@ -315,6 +325,189 @@ class AppGatewayAllocatedConnectionArgs:
|
|
315
325
|
pulumi.set(self, "psc_uri", value)
|
316
326
|
|
317
327
|
|
328
|
+
if not MYPY:
|
329
|
+
class ApplicationEndpointMatcherArgsDict(TypedDict):
|
330
|
+
hostname: pulumi.Input[str]
|
331
|
+
"""
|
332
|
+
Required. Hostname of the application.
|
333
|
+
"""
|
334
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
335
|
+
"""
|
336
|
+
Optional. Ports of the application.
|
337
|
+
|
338
|
+
- - -
|
339
|
+
"""
|
340
|
+
elif False:
|
341
|
+
ApplicationEndpointMatcherArgsDict: TypeAlias = Mapping[str, Any]
|
342
|
+
|
343
|
+
@pulumi.input_type
|
344
|
+
class ApplicationEndpointMatcherArgs:
|
345
|
+
def __init__(__self__, *,
|
346
|
+
hostname: pulumi.Input[str],
|
347
|
+
ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
348
|
+
"""
|
349
|
+
:param pulumi.Input[str] hostname: Required. Hostname of the application.
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] ports: Optional. Ports of the application.
|
351
|
+
|
352
|
+
- - -
|
353
|
+
"""
|
354
|
+
pulumi.set(__self__, "hostname", hostname)
|
355
|
+
if ports is not None:
|
356
|
+
pulumi.set(__self__, "ports", ports)
|
357
|
+
|
358
|
+
@property
|
359
|
+
@pulumi.getter
|
360
|
+
def hostname(self) -> pulumi.Input[str]:
|
361
|
+
"""
|
362
|
+
Required. Hostname of the application.
|
363
|
+
"""
|
364
|
+
return pulumi.get(self, "hostname")
|
365
|
+
|
366
|
+
@hostname.setter
|
367
|
+
def hostname(self, value: pulumi.Input[str]):
|
368
|
+
pulumi.set(self, "hostname", value)
|
369
|
+
|
370
|
+
@property
|
371
|
+
@pulumi.getter
|
372
|
+
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
373
|
+
"""
|
374
|
+
Optional. Ports of the application.
|
375
|
+
|
376
|
+
- - -
|
377
|
+
"""
|
378
|
+
return pulumi.get(self, "ports")
|
379
|
+
|
380
|
+
@ports.setter
|
381
|
+
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
382
|
+
pulumi.set(self, "ports", value)
|
383
|
+
|
384
|
+
|
385
|
+
if not MYPY:
|
386
|
+
class ApplicationIamBindingConditionArgsDict(TypedDict):
|
387
|
+
expression: pulumi.Input[str]
|
388
|
+
"""
|
389
|
+
Textual representation of an expression in Common Expression Language syntax.
|
390
|
+
"""
|
391
|
+
title: pulumi.Input[str]
|
392
|
+
"""
|
393
|
+
A title for the expression, i.e. a short string describing its purpose.
|
394
|
+
"""
|
395
|
+
description: NotRequired[pulumi.Input[str]]
|
396
|
+
elif False:
|
397
|
+
ApplicationIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
398
|
+
|
399
|
+
@pulumi.input_type
|
400
|
+
class ApplicationIamBindingConditionArgs:
|
401
|
+
def __init__(__self__, *,
|
402
|
+
expression: pulumi.Input[str],
|
403
|
+
title: pulumi.Input[str],
|
404
|
+
description: Optional[pulumi.Input[str]] = None):
|
405
|
+
"""
|
406
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
407
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
408
|
+
"""
|
409
|
+
pulumi.set(__self__, "expression", expression)
|
410
|
+
pulumi.set(__self__, "title", title)
|
411
|
+
if description is not None:
|
412
|
+
pulumi.set(__self__, "description", description)
|
413
|
+
|
414
|
+
@property
|
415
|
+
@pulumi.getter
|
416
|
+
def expression(self) -> pulumi.Input[str]:
|
417
|
+
"""
|
418
|
+
Textual representation of an expression in Common Expression Language syntax.
|
419
|
+
"""
|
420
|
+
return pulumi.get(self, "expression")
|
421
|
+
|
422
|
+
@expression.setter
|
423
|
+
def expression(self, value: pulumi.Input[str]):
|
424
|
+
pulumi.set(self, "expression", value)
|
425
|
+
|
426
|
+
@property
|
427
|
+
@pulumi.getter
|
428
|
+
def title(self) -> pulumi.Input[str]:
|
429
|
+
"""
|
430
|
+
A title for the expression, i.e. a short string describing its purpose.
|
431
|
+
"""
|
432
|
+
return pulumi.get(self, "title")
|
433
|
+
|
434
|
+
@title.setter
|
435
|
+
def title(self, value: pulumi.Input[str]):
|
436
|
+
pulumi.set(self, "title", value)
|
437
|
+
|
438
|
+
@property
|
439
|
+
@pulumi.getter
|
440
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
441
|
+
return pulumi.get(self, "description")
|
442
|
+
|
443
|
+
@description.setter
|
444
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
445
|
+
pulumi.set(self, "description", value)
|
446
|
+
|
447
|
+
|
448
|
+
if not MYPY:
|
449
|
+
class ApplicationIamMemberConditionArgsDict(TypedDict):
|
450
|
+
expression: pulumi.Input[str]
|
451
|
+
"""
|
452
|
+
Textual representation of an expression in Common Expression Language syntax.
|
453
|
+
"""
|
454
|
+
title: pulumi.Input[str]
|
455
|
+
"""
|
456
|
+
A title for the expression, i.e. a short string describing its purpose.
|
457
|
+
"""
|
458
|
+
description: NotRequired[pulumi.Input[str]]
|
459
|
+
elif False:
|
460
|
+
ApplicationIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
461
|
+
|
462
|
+
@pulumi.input_type
|
463
|
+
class ApplicationIamMemberConditionArgs:
|
464
|
+
def __init__(__self__, *,
|
465
|
+
expression: pulumi.Input[str],
|
466
|
+
title: pulumi.Input[str],
|
467
|
+
description: Optional[pulumi.Input[str]] = None):
|
468
|
+
"""
|
469
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
470
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
471
|
+
"""
|
472
|
+
pulumi.set(__self__, "expression", expression)
|
473
|
+
pulumi.set(__self__, "title", title)
|
474
|
+
if description is not None:
|
475
|
+
pulumi.set(__self__, "description", description)
|
476
|
+
|
477
|
+
@property
|
478
|
+
@pulumi.getter
|
479
|
+
def expression(self) -> pulumi.Input[str]:
|
480
|
+
"""
|
481
|
+
Textual representation of an expression in Common Expression Language syntax.
|
482
|
+
"""
|
483
|
+
return pulumi.get(self, "expression")
|
484
|
+
|
485
|
+
@expression.setter
|
486
|
+
def expression(self, value: pulumi.Input[str]):
|
487
|
+
pulumi.set(self, "expression", value)
|
488
|
+
|
489
|
+
@property
|
490
|
+
@pulumi.getter
|
491
|
+
def title(self) -> pulumi.Input[str]:
|
492
|
+
"""
|
493
|
+
A title for the expression, i.e. a short string describing its purpose.
|
494
|
+
"""
|
495
|
+
return pulumi.get(self, "title")
|
496
|
+
|
497
|
+
@title.setter
|
498
|
+
def title(self, value: pulumi.Input[str]):
|
499
|
+
pulumi.set(self, "title", value)
|
500
|
+
|
501
|
+
@property
|
502
|
+
@pulumi.getter
|
503
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
504
|
+
return pulumi.get(self, "description")
|
505
|
+
|
506
|
+
@description.setter
|
507
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
508
|
+
pulumi.set(self, "description", value)
|
509
|
+
|
510
|
+
|
318
511
|
if not MYPY:
|
319
512
|
class SecurityGatewayHubArgsDict(TypedDict):
|
320
513
|
region: pulumi.Input[str]
|
@@ -404,3 +597,129 @@ class SecurityGatewayHubInternetGatewayArgs:
|
|
404
597
|
pulumi.set(self, "assigned_ips", value)
|
405
598
|
|
406
599
|
|
600
|
+
if not MYPY:
|
601
|
+
class SecurityGatewayIamBindingConditionArgsDict(TypedDict):
|
602
|
+
expression: pulumi.Input[str]
|
603
|
+
"""
|
604
|
+
Textual representation of an expression in Common Expression Language syntax.
|
605
|
+
"""
|
606
|
+
title: pulumi.Input[str]
|
607
|
+
"""
|
608
|
+
A title for the expression, i.e. a short string describing its purpose.
|
609
|
+
"""
|
610
|
+
description: NotRequired[pulumi.Input[str]]
|
611
|
+
elif False:
|
612
|
+
SecurityGatewayIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
613
|
+
|
614
|
+
@pulumi.input_type
|
615
|
+
class SecurityGatewayIamBindingConditionArgs:
|
616
|
+
def __init__(__self__, *,
|
617
|
+
expression: pulumi.Input[str],
|
618
|
+
title: pulumi.Input[str],
|
619
|
+
description: Optional[pulumi.Input[str]] = None):
|
620
|
+
"""
|
621
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
622
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
623
|
+
"""
|
624
|
+
pulumi.set(__self__, "expression", expression)
|
625
|
+
pulumi.set(__self__, "title", title)
|
626
|
+
if description is not None:
|
627
|
+
pulumi.set(__self__, "description", description)
|
628
|
+
|
629
|
+
@property
|
630
|
+
@pulumi.getter
|
631
|
+
def expression(self) -> pulumi.Input[str]:
|
632
|
+
"""
|
633
|
+
Textual representation of an expression in Common Expression Language syntax.
|
634
|
+
"""
|
635
|
+
return pulumi.get(self, "expression")
|
636
|
+
|
637
|
+
@expression.setter
|
638
|
+
def expression(self, value: pulumi.Input[str]):
|
639
|
+
pulumi.set(self, "expression", value)
|
640
|
+
|
641
|
+
@property
|
642
|
+
@pulumi.getter
|
643
|
+
def title(self) -> pulumi.Input[str]:
|
644
|
+
"""
|
645
|
+
A title for the expression, i.e. a short string describing its purpose.
|
646
|
+
"""
|
647
|
+
return pulumi.get(self, "title")
|
648
|
+
|
649
|
+
@title.setter
|
650
|
+
def title(self, value: pulumi.Input[str]):
|
651
|
+
pulumi.set(self, "title", value)
|
652
|
+
|
653
|
+
@property
|
654
|
+
@pulumi.getter
|
655
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
656
|
+
return pulumi.get(self, "description")
|
657
|
+
|
658
|
+
@description.setter
|
659
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
660
|
+
pulumi.set(self, "description", value)
|
661
|
+
|
662
|
+
|
663
|
+
if not MYPY:
|
664
|
+
class SecurityGatewayIamMemberConditionArgsDict(TypedDict):
|
665
|
+
expression: pulumi.Input[str]
|
666
|
+
"""
|
667
|
+
Textual representation of an expression in Common Expression Language syntax.
|
668
|
+
"""
|
669
|
+
title: pulumi.Input[str]
|
670
|
+
"""
|
671
|
+
A title for the expression, i.e. a short string describing its purpose.
|
672
|
+
"""
|
673
|
+
description: NotRequired[pulumi.Input[str]]
|
674
|
+
elif False:
|
675
|
+
SecurityGatewayIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
676
|
+
|
677
|
+
@pulumi.input_type
|
678
|
+
class SecurityGatewayIamMemberConditionArgs:
|
679
|
+
def __init__(__self__, *,
|
680
|
+
expression: pulumi.Input[str],
|
681
|
+
title: pulumi.Input[str],
|
682
|
+
description: Optional[pulumi.Input[str]] = None):
|
683
|
+
"""
|
684
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
685
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
686
|
+
"""
|
687
|
+
pulumi.set(__self__, "expression", expression)
|
688
|
+
pulumi.set(__self__, "title", title)
|
689
|
+
if description is not None:
|
690
|
+
pulumi.set(__self__, "description", description)
|
691
|
+
|
692
|
+
@property
|
693
|
+
@pulumi.getter
|
694
|
+
def expression(self) -> pulumi.Input[str]:
|
695
|
+
"""
|
696
|
+
Textual representation of an expression in Common Expression Language syntax.
|
697
|
+
"""
|
698
|
+
return pulumi.get(self, "expression")
|
699
|
+
|
700
|
+
@expression.setter
|
701
|
+
def expression(self, value: pulumi.Input[str]):
|
702
|
+
pulumi.set(self, "expression", value)
|
703
|
+
|
704
|
+
@property
|
705
|
+
@pulumi.getter
|
706
|
+
def title(self) -> pulumi.Input[str]:
|
707
|
+
"""
|
708
|
+
A title for the expression, i.e. a short string describing its purpose.
|
709
|
+
"""
|
710
|
+
return pulumi.get(self, "title")
|
711
|
+
|
712
|
+
@title.setter
|
713
|
+
def title(self, value: pulumi.Input[str]):
|
714
|
+
pulumi.set(self, "title", value)
|
715
|
+
|
716
|
+
@property
|
717
|
+
@pulumi.getter
|
718
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
719
|
+
return pulumi.get(self, "description")
|
720
|
+
|
721
|
+
@description.setter
|
722
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
723
|
+
pulumi.set(self, "description", value)
|
724
|
+
|
725
|
+
|