pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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 +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataplex/outputs.py
CHANGED
@@ -11,6 +11,8 @@ from .. import _utilities
|
|
11
11
|
from . import outputs
|
12
12
|
|
13
13
|
__all__ = [
|
14
|
+
'AspectTypeIamBindingCondition',
|
15
|
+
'AspectTypeIamMemberCondition',
|
14
16
|
'AssetDiscoverySpec',
|
15
17
|
'AssetDiscoverySpecCsvOptions',
|
16
18
|
'AssetDiscoverySpecJsonOptions',
|
@@ -46,6 +48,11 @@ __all__ = [
|
|
46
48
|
'DatascanExecutionStatus',
|
47
49
|
'DatascanIamBindingCondition',
|
48
50
|
'DatascanIamMemberCondition',
|
51
|
+
'EntryGroupIamBindingCondition',
|
52
|
+
'EntryGroupIamMemberCondition',
|
53
|
+
'EntryTypeIamBindingCondition',
|
54
|
+
'EntryTypeIamMemberCondition',
|
55
|
+
'EntryTypeRequiredAspect',
|
49
56
|
'LakeAssetStatus',
|
50
57
|
'LakeIamBindingCondition',
|
51
58
|
'LakeIamMemberCondition',
|
@@ -76,6 +83,60 @@ __all__ = [
|
|
76
83
|
'ZoneResourceSpec',
|
77
84
|
]
|
78
85
|
|
86
|
+
@pulumi.output_type
|
87
|
+
class AspectTypeIamBindingCondition(dict):
|
88
|
+
def __init__(__self__, *,
|
89
|
+
expression: str,
|
90
|
+
title: str,
|
91
|
+
description: Optional[str] = None):
|
92
|
+
pulumi.set(__self__, "expression", expression)
|
93
|
+
pulumi.set(__self__, "title", title)
|
94
|
+
if description is not None:
|
95
|
+
pulumi.set(__self__, "description", description)
|
96
|
+
|
97
|
+
@property
|
98
|
+
@pulumi.getter
|
99
|
+
def expression(self) -> str:
|
100
|
+
return pulumi.get(self, "expression")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter
|
104
|
+
def title(self) -> str:
|
105
|
+
return pulumi.get(self, "title")
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter
|
109
|
+
def description(self) -> Optional[str]:
|
110
|
+
return pulumi.get(self, "description")
|
111
|
+
|
112
|
+
|
113
|
+
@pulumi.output_type
|
114
|
+
class AspectTypeIamMemberCondition(dict):
|
115
|
+
def __init__(__self__, *,
|
116
|
+
expression: str,
|
117
|
+
title: str,
|
118
|
+
description: Optional[str] = None):
|
119
|
+
pulumi.set(__self__, "expression", expression)
|
120
|
+
pulumi.set(__self__, "title", title)
|
121
|
+
if description is not None:
|
122
|
+
pulumi.set(__self__, "description", description)
|
123
|
+
|
124
|
+
@property
|
125
|
+
@pulumi.getter
|
126
|
+
def expression(self) -> str:
|
127
|
+
return pulumi.get(self, "expression")
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter
|
131
|
+
def title(self) -> str:
|
132
|
+
return pulumi.get(self, "title")
|
133
|
+
|
134
|
+
@property
|
135
|
+
@pulumi.getter
|
136
|
+
def description(self) -> Optional[str]:
|
137
|
+
return pulumi.get(self, "description")
|
138
|
+
|
139
|
+
|
79
140
|
@pulumi.output_type
|
80
141
|
class AssetDiscoverySpec(dict):
|
81
142
|
@staticmethod
|
@@ -1911,6 +1972,133 @@ class DatascanIamMemberCondition(dict):
|
|
1911
1972
|
return pulumi.get(self, "description")
|
1912
1973
|
|
1913
1974
|
|
1975
|
+
@pulumi.output_type
|
1976
|
+
class EntryGroupIamBindingCondition(dict):
|
1977
|
+
def __init__(__self__, *,
|
1978
|
+
expression: str,
|
1979
|
+
title: str,
|
1980
|
+
description: Optional[str] = None):
|
1981
|
+
pulumi.set(__self__, "expression", expression)
|
1982
|
+
pulumi.set(__self__, "title", title)
|
1983
|
+
if description is not None:
|
1984
|
+
pulumi.set(__self__, "description", description)
|
1985
|
+
|
1986
|
+
@property
|
1987
|
+
@pulumi.getter
|
1988
|
+
def expression(self) -> str:
|
1989
|
+
return pulumi.get(self, "expression")
|
1990
|
+
|
1991
|
+
@property
|
1992
|
+
@pulumi.getter
|
1993
|
+
def title(self) -> str:
|
1994
|
+
return pulumi.get(self, "title")
|
1995
|
+
|
1996
|
+
@property
|
1997
|
+
@pulumi.getter
|
1998
|
+
def description(self) -> Optional[str]:
|
1999
|
+
return pulumi.get(self, "description")
|
2000
|
+
|
2001
|
+
|
2002
|
+
@pulumi.output_type
|
2003
|
+
class EntryGroupIamMemberCondition(dict):
|
2004
|
+
def __init__(__self__, *,
|
2005
|
+
expression: str,
|
2006
|
+
title: str,
|
2007
|
+
description: Optional[str] = None):
|
2008
|
+
pulumi.set(__self__, "expression", expression)
|
2009
|
+
pulumi.set(__self__, "title", title)
|
2010
|
+
if description is not None:
|
2011
|
+
pulumi.set(__self__, "description", description)
|
2012
|
+
|
2013
|
+
@property
|
2014
|
+
@pulumi.getter
|
2015
|
+
def expression(self) -> str:
|
2016
|
+
return pulumi.get(self, "expression")
|
2017
|
+
|
2018
|
+
@property
|
2019
|
+
@pulumi.getter
|
2020
|
+
def title(self) -> str:
|
2021
|
+
return pulumi.get(self, "title")
|
2022
|
+
|
2023
|
+
@property
|
2024
|
+
@pulumi.getter
|
2025
|
+
def description(self) -> Optional[str]:
|
2026
|
+
return pulumi.get(self, "description")
|
2027
|
+
|
2028
|
+
|
2029
|
+
@pulumi.output_type
|
2030
|
+
class EntryTypeIamBindingCondition(dict):
|
2031
|
+
def __init__(__self__, *,
|
2032
|
+
expression: str,
|
2033
|
+
title: str,
|
2034
|
+
description: Optional[str] = None):
|
2035
|
+
pulumi.set(__self__, "expression", expression)
|
2036
|
+
pulumi.set(__self__, "title", title)
|
2037
|
+
if description is not None:
|
2038
|
+
pulumi.set(__self__, "description", description)
|
2039
|
+
|
2040
|
+
@property
|
2041
|
+
@pulumi.getter
|
2042
|
+
def expression(self) -> str:
|
2043
|
+
return pulumi.get(self, "expression")
|
2044
|
+
|
2045
|
+
@property
|
2046
|
+
@pulumi.getter
|
2047
|
+
def title(self) -> str:
|
2048
|
+
return pulumi.get(self, "title")
|
2049
|
+
|
2050
|
+
@property
|
2051
|
+
@pulumi.getter
|
2052
|
+
def description(self) -> Optional[str]:
|
2053
|
+
return pulumi.get(self, "description")
|
2054
|
+
|
2055
|
+
|
2056
|
+
@pulumi.output_type
|
2057
|
+
class EntryTypeIamMemberCondition(dict):
|
2058
|
+
def __init__(__self__, *,
|
2059
|
+
expression: str,
|
2060
|
+
title: str,
|
2061
|
+
description: Optional[str] = None):
|
2062
|
+
pulumi.set(__self__, "expression", expression)
|
2063
|
+
pulumi.set(__self__, "title", title)
|
2064
|
+
if description is not None:
|
2065
|
+
pulumi.set(__self__, "description", description)
|
2066
|
+
|
2067
|
+
@property
|
2068
|
+
@pulumi.getter
|
2069
|
+
def expression(self) -> str:
|
2070
|
+
return pulumi.get(self, "expression")
|
2071
|
+
|
2072
|
+
@property
|
2073
|
+
@pulumi.getter
|
2074
|
+
def title(self) -> str:
|
2075
|
+
return pulumi.get(self, "title")
|
2076
|
+
|
2077
|
+
@property
|
2078
|
+
@pulumi.getter
|
2079
|
+
def description(self) -> Optional[str]:
|
2080
|
+
return pulumi.get(self, "description")
|
2081
|
+
|
2082
|
+
|
2083
|
+
@pulumi.output_type
|
2084
|
+
class EntryTypeRequiredAspect(dict):
|
2085
|
+
def __init__(__self__, *,
|
2086
|
+
type: Optional[str] = None):
|
2087
|
+
"""
|
2088
|
+
:param str type: Required aspect type for the entry type.
|
2089
|
+
"""
|
2090
|
+
if type is not None:
|
2091
|
+
pulumi.set(__self__, "type", type)
|
2092
|
+
|
2093
|
+
@property
|
2094
|
+
@pulumi.getter
|
2095
|
+
def type(self) -> Optional[str]:
|
2096
|
+
"""
|
2097
|
+
Required aspect type for the entry type.
|
2098
|
+
"""
|
2099
|
+
return pulumi.get(self, "type")
|
2100
|
+
|
2101
|
+
|
1914
2102
|
@pulumi.output_type
|
1915
2103
|
class LakeAssetStatus(dict):
|
1916
2104
|
@staticmethod
|
pulumi_gcp/dataplex/task.py
CHANGED
@@ -567,11 +567,11 @@ class Task(pulumi.CustomResource):
|
|
567
567
|
|
568
568
|
project = gcp.organizations.get_project()
|
569
569
|
example = gcp.dataplex.Lake("example",
|
570
|
-
name="tf-test-
|
570
|
+
name="tf-test-lake_91042",
|
571
571
|
location="us-central1",
|
572
572
|
project="my-project-name")
|
573
573
|
example_task = gcp.dataplex.Task("example",
|
574
|
-
task_id="tf-test-
|
574
|
+
task_id="tf-test-task_72490",
|
575
575
|
location="us-central1",
|
576
576
|
lake=example.name,
|
577
577
|
description="Test Task Basic",
|
@@ -605,15 +605,15 @@ class Task(pulumi.CustomResource):
|
|
605
605
|
|
606
606
|
# VPC network
|
607
607
|
default = gcp.compute.Network("default",
|
608
|
-
name="tf-test-workstation-
|
608
|
+
name="tf-test-workstation-cluster_89605",
|
609
609
|
auto_create_subnetworks=True)
|
610
610
|
project = gcp.organizations.get_project()
|
611
611
|
example_spark = gcp.dataplex.Lake("example_spark",
|
612
|
-
name="tf-test-
|
612
|
+
name="tf-test-lake_56730",
|
613
613
|
location="us-central1",
|
614
614
|
project="my-project-name")
|
615
615
|
example_spark_task = gcp.dataplex.Task("example_spark",
|
616
|
-
task_id="tf-test-
|
616
|
+
task_id="tf-test-task_95154",
|
617
617
|
location="us-central1",
|
618
618
|
lake=example_spark.name,
|
619
619
|
trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
|
@@ -661,15 +661,15 @@ class Task(pulumi.CustomResource):
|
|
661
661
|
|
662
662
|
# VPC network
|
663
663
|
default = gcp.compute.Network("default",
|
664
|
-
name="tf-test-workstation-
|
664
|
+
name="tf-test-workstation-cluster_64336",
|
665
665
|
auto_create_subnetworks=True)
|
666
666
|
project = gcp.organizations.get_project()
|
667
667
|
example_notebook = gcp.dataplex.Lake("example_notebook",
|
668
|
-
name="tf-test-
|
668
|
+
name="tf-test-lake_34962",
|
669
669
|
location="us-central1",
|
670
670
|
project="my-project-name")
|
671
671
|
example_notebook_task = gcp.dataplex.Task("example_notebook",
|
672
|
-
task_id="tf-test-
|
672
|
+
task_id="tf-test-task_74000",
|
673
673
|
location="us-central1",
|
674
674
|
lake=example_notebook.name,
|
675
675
|
trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
|
@@ -777,11 +777,11 @@ class Task(pulumi.CustomResource):
|
|
777
777
|
|
778
778
|
project = gcp.organizations.get_project()
|
779
779
|
example = gcp.dataplex.Lake("example",
|
780
|
-
name="tf-test-
|
780
|
+
name="tf-test-lake_91042",
|
781
781
|
location="us-central1",
|
782
782
|
project="my-project-name")
|
783
783
|
example_task = gcp.dataplex.Task("example",
|
784
|
-
task_id="tf-test-
|
784
|
+
task_id="tf-test-task_72490",
|
785
785
|
location="us-central1",
|
786
786
|
lake=example.name,
|
787
787
|
description="Test Task Basic",
|
@@ -815,15 +815,15 @@ class Task(pulumi.CustomResource):
|
|
815
815
|
|
816
816
|
# VPC network
|
817
817
|
default = gcp.compute.Network("default",
|
818
|
-
name="tf-test-workstation-
|
818
|
+
name="tf-test-workstation-cluster_89605",
|
819
819
|
auto_create_subnetworks=True)
|
820
820
|
project = gcp.organizations.get_project()
|
821
821
|
example_spark = gcp.dataplex.Lake("example_spark",
|
822
|
-
name="tf-test-
|
822
|
+
name="tf-test-lake_56730",
|
823
823
|
location="us-central1",
|
824
824
|
project="my-project-name")
|
825
825
|
example_spark_task = gcp.dataplex.Task("example_spark",
|
826
|
-
task_id="tf-test-
|
826
|
+
task_id="tf-test-task_95154",
|
827
827
|
location="us-central1",
|
828
828
|
lake=example_spark.name,
|
829
829
|
trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
|
@@ -871,15 +871,15 @@ class Task(pulumi.CustomResource):
|
|
871
871
|
|
872
872
|
# VPC network
|
873
873
|
default = gcp.compute.Network("default",
|
874
|
-
name="tf-test-workstation-
|
874
|
+
name="tf-test-workstation-cluster_64336",
|
875
875
|
auto_create_subnetworks=True)
|
876
876
|
project = gcp.organizations.get_project()
|
877
877
|
example_notebook = gcp.dataplex.Lake("example_notebook",
|
878
|
-
name="tf-test-
|
878
|
+
name="tf-test-lake_34962",
|
879
879
|
location="us-central1",
|
880
880
|
project="my-project-name")
|
881
881
|
example_notebook_task = gcp.dataplex.Task("example_notebook",
|
882
|
-
task_id="tf-test-
|
882
|
+
task_id="tf-test-task_74000",
|
883
883
|
location="us-central1",
|
884
884
|
lake=example_notebook.name,
|
885
885
|
trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
|
@@ -42,7 +42,9 @@ class TaskIamBindingArgs:
|
|
42
42
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
43
43
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
44
44
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
45
|
-
Used to find the parent resource to bind the IAM policy to
|
45
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
46
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
47
|
+
location is specified, it is taken from the provider configuration.
|
46
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
47
49
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
48
50
|
"""
|
@@ -129,7 +131,9 @@ class TaskIamBindingArgs:
|
|
129
131
|
def location(self) -> Optional[pulumi.Input[str]]:
|
130
132
|
"""
|
131
133
|
The location in which the task will be created in.
|
132
|
-
Used to find the parent resource to bind the IAM policy to
|
134
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
135
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
136
|
+
location is specified, it is taken from the provider configuration.
|
133
137
|
"""
|
134
138
|
return pulumi.get(self, "location")
|
135
139
|
|
@@ -168,7 +172,9 @@ class _TaskIamBindingState:
|
|
168
172
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
169
173
|
Used to find the parent resource to bind the IAM policy to
|
170
174
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
171
|
-
Used to find the parent resource to bind the IAM policy to
|
175
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
176
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
177
|
+
location is specified, it is taken from the provider configuration.
|
172
178
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
173
179
|
Each entry can have one of the following values:
|
174
180
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -242,7 +248,9 @@ class _TaskIamBindingState:
|
|
242
248
|
def location(self) -> Optional[pulumi.Input[str]]:
|
243
249
|
"""
|
244
250
|
The location in which the task will be created in.
|
245
|
-
Used to find the parent resource to bind the IAM policy to
|
251
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
252
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
253
|
+
location is specified, it is taken from the provider configuration.
|
246
254
|
"""
|
247
255
|
return pulumi.get(self, "location")
|
248
256
|
|
@@ -476,7 +484,9 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
476
484
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
477
485
|
Used to find the parent resource to bind the IAM policy to
|
478
486
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
479
|
-
Used to find the parent resource to bind the IAM policy to
|
487
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
488
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
489
|
+
location is specified, it is taken from the provider configuration.
|
480
490
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
481
491
|
Each entry can have one of the following values:
|
482
492
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -725,7 +735,9 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
725
735
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
726
736
|
Used to find the parent resource to bind the IAM policy to
|
727
737
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
728
|
-
Used to find the parent resource to bind the IAM policy to
|
738
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
739
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
740
|
+
location is specified, it is taken from the provider configuration.
|
729
741
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
730
742
|
Each entry can have one of the following values:
|
731
743
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -784,7 +796,9 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
784
796
|
def location(self) -> pulumi.Output[str]:
|
785
797
|
"""
|
786
798
|
The location in which the task will be created in.
|
787
|
-
Used to find the parent resource to bind the IAM policy to
|
799
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
800
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
801
|
+
location is specified, it is taken from the provider configuration.
|
788
802
|
"""
|
789
803
|
return pulumi.get(self, "location")
|
790
804
|
|
@@ -42,7 +42,9 @@ class TaskIamMemberArgs:
|
|
42
42
|
`dataplex.TaskIamBinding` can be used per role. Note that custom roles must be of the format
|
43
43
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
44
44
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
45
|
-
Used to find the parent resource to bind the IAM policy to
|
45
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
46
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
47
|
+
location is specified, it is taken from the provider configuration.
|
46
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
47
49
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
48
50
|
"""
|
@@ -129,7 +131,9 @@ class TaskIamMemberArgs:
|
|
129
131
|
def location(self) -> Optional[pulumi.Input[str]]:
|
130
132
|
"""
|
131
133
|
The location in which the task will be created in.
|
132
|
-
Used to find the parent resource to bind the IAM policy to
|
134
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
135
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
136
|
+
location is specified, it is taken from the provider configuration.
|
133
137
|
"""
|
134
138
|
return pulumi.get(self, "location")
|
135
139
|
|
@@ -168,7 +172,9 @@ class _TaskIamMemberState:
|
|
168
172
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
169
173
|
Used to find the parent resource to bind the IAM policy to
|
170
174
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
171
|
-
Used to find the parent resource to bind the IAM policy to
|
175
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
176
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
177
|
+
location is specified, it is taken from the provider configuration.
|
172
178
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
173
179
|
Each entry can have one of the following values:
|
174
180
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -242,7 +248,9 @@ class _TaskIamMemberState:
|
|
242
248
|
def location(self) -> Optional[pulumi.Input[str]]:
|
243
249
|
"""
|
244
250
|
The location in which the task will be created in.
|
245
|
-
Used to find the parent resource to bind the IAM policy to
|
251
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
252
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
253
|
+
location is specified, it is taken from the provider configuration.
|
246
254
|
"""
|
247
255
|
return pulumi.get(self, "location")
|
248
256
|
|
@@ -476,7 +484,9 @@ class TaskIamMember(pulumi.CustomResource):
|
|
476
484
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
477
485
|
Used to find the parent resource to bind the IAM policy to
|
478
486
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
479
|
-
Used to find the parent resource to bind the IAM policy to
|
487
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
488
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
489
|
+
location is specified, it is taken from the provider configuration.
|
480
490
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
481
491
|
Each entry can have one of the following values:
|
482
492
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -725,7 +735,9 @@ class TaskIamMember(pulumi.CustomResource):
|
|
725
735
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
726
736
|
Used to find the parent resource to bind the IAM policy to
|
727
737
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
728
|
-
Used to find the parent resource to bind the IAM policy to
|
738
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
739
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
740
|
+
location is specified, it is taken from the provider configuration.
|
729
741
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
730
742
|
Each entry can have one of the following values:
|
731
743
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -784,7 +796,9 @@ class TaskIamMember(pulumi.CustomResource):
|
|
784
796
|
def location(self) -> pulumi.Output[str]:
|
785
797
|
"""
|
786
798
|
The location in which the task will be created in.
|
787
|
-
Used to find the parent resource to bind the IAM policy to
|
799
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
800
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
801
|
+
location is specified, it is taken from the provider configuration.
|
788
802
|
"""
|
789
803
|
return pulumi.get(self, "location")
|
790
804
|
|
@@ -26,7 +26,9 @@ class TaskIamPolicyArgs:
|
|
26
26
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
27
27
|
a `organizations_get_iam_policy` data source.
|
28
28
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
29
|
-
Used to find the parent resource to bind the IAM policy to
|
29
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
30
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
31
|
+
location is specified, it is taken from the provider configuration.
|
30
32
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
31
33
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
32
34
|
"""
|
@@ -78,7 +80,9 @@ class TaskIamPolicyArgs:
|
|
78
80
|
def location(self) -> Optional[pulumi.Input[str]]:
|
79
81
|
"""
|
80
82
|
The location in which the task will be created in.
|
81
|
-
Used to find the parent resource to bind the IAM policy to
|
83
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
84
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
85
|
+
location is specified, it is taken from the provider configuration.
|
82
86
|
"""
|
83
87
|
return pulumi.get(self, "location")
|
84
88
|
|
@@ -115,7 +119,9 @@ class _TaskIamPolicyState:
|
|
115
119
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
116
120
|
Used to find the parent resource to bind the IAM policy to
|
117
121
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
118
|
-
Used to find the parent resource to bind the IAM policy to
|
122
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
123
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
124
|
+
location is specified, it is taken from the provider configuration.
|
119
125
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
120
126
|
a `organizations_get_iam_policy` data source.
|
121
127
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -164,7 +170,9 @@ class _TaskIamPolicyState:
|
|
164
170
|
def location(self) -> Optional[pulumi.Input[str]]:
|
165
171
|
"""
|
166
172
|
The location in which the task will be created in.
|
167
|
-
Used to find the parent resource to bind the IAM policy to
|
173
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
174
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
175
|
+
location is specified, it is taken from the provider configuration.
|
168
176
|
"""
|
169
177
|
return pulumi.get(self, "location")
|
170
178
|
|
@@ -373,7 +381,9 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
373
381
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
374
382
|
Used to find the parent resource to bind the IAM policy to
|
375
383
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
376
|
-
Used to find the parent resource to bind the IAM policy to
|
384
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
385
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
386
|
+
location is specified, it is taken from the provider configuration.
|
377
387
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
378
388
|
a `organizations_get_iam_policy` data source.
|
379
389
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -602,7 +612,9 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
602
612
|
:param pulumi.Input[str] lake: The lake in which the task will be created in.
|
603
613
|
Used to find the parent resource to bind the IAM policy to
|
604
614
|
:param pulumi.Input[str] location: The location in which the task will be created in.
|
605
|
-
Used to find the parent resource to bind the IAM policy to
|
615
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
616
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
617
|
+
location is specified, it is taken from the provider configuration.
|
606
618
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
607
619
|
a `organizations_get_iam_policy` data source.
|
608
620
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -642,7 +654,9 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
642
654
|
def location(self) -> pulumi.Output[str]:
|
643
655
|
"""
|
644
656
|
The location in which the task will be created in.
|
645
|
-
Used to find the parent resource to bind the IAM policy to
|
657
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
658
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
659
|
+
location is specified, it is taken from the provider configuration.
|
646
660
|
"""
|
647
661
|
return pulumi.get(self, "location")
|
648
662
|
|
@@ -44,7 +44,9 @@ class AutoscalingPolicyIamBindingArgs:
|
|
44
44
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
45
45
|
:param pulumi.Input[str] location: The location where the autoscaling policy should reside.
|
46
46
|
The default value is `global`.
|
47
|
-
Used to find the parent resource to bind the IAM policy to
|
47
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
48
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
49
|
+
location is specified, it is taken from the provider configuration.
|
48
50
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
49
51
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
50
52
|
"""
|
@@ -124,7 +126,9 @@ class AutoscalingPolicyIamBindingArgs:
|
|
124
126
|
"""
|
125
127
|
The location where the autoscaling policy should reside.
|
126
128
|
The default value is `global`.
|
127
|
-
Used to find the parent resource to bind the IAM policy to
|
129
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
130
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
131
|
+
location is specified, it is taken from the provider configuration.
|
128
132
|
"""
|
129
133
|
return pulumi.get(self, "location")
|
130
134
|
|
@@ -161,7 +165,9 @@ class _AutoscalingPolicyIamBindingState:
|
|
161
165
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
162
166
|
:param pulumi.Input[str] location: The location where the autoscaling policy should reside.
|
163
167
|
The default value is `global`.
|
164
|
-
Used to find the parent resource to bind the IAM policy to
|
168
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
169
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
170
|
+
location is specified, it is taken from the provider configuration.
|
165
171
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
166
172
|
Each entry can have one of the following values:
|
167
173
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -225,7 +231,9 @@ class _AutoscalingPolicyIamBindingState:
|
|
225
231
|
"""
|
226
232
|
The location where the autoscaling policy should reside.
|
227
233
|
The default value is `global`.
|
228
|
-
Used to find the parent resource to bind the IAM policy to
|
234
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
235
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
236
|
+
location is specified, it is taken from the provider configuration.
|
229
237
|
"""
|
230
238
|
return pulumi.get(self, "location")
|
231
239
|
|
@@ -457,7 +465,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
457
465
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
458
466
|
:param pulumi.Input[str] location: The location where the autoscaling policy should reside.
|
459
467
|
The default value is `global`.
|
460
|
-
Used to find the parent resource to bind the IAM policy to
|
468
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
469
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
470
|
+
location is specified, it is taken from the provider configuration.
|
461
471
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
462
472
|
Each entry can have one of the following values:
|
463
473
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -698,7 +708,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
698
708
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
699
709
|
:param pulumi.Input[str] location: The location where the autoscaling policy should reside.
|
700
710
|
The default value is `global`.
|
701
|
-
Used to find the parent resource to bind the IAM policy to
|
711
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
712
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
713
|
+
location is specified, it is taken from the provider configuration.
|
702
714
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
703
715
|
Each entry can have one of the following values:
|
704
716
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -752,7 +764,9 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
752
764
|
"""
|
753
765
|
The location where the autoscaling policy should reside.
|
754
766
|
The default value is `global`.
|
755
|
-
Used to find the parent resource to bind the IAM policy to
|
767
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
768
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
769
|
+
location is specified, it is taken from the provider configuration.
|
756
770
|
"""
|
757
771
|
return pulumi.get(self, "location")
|
758
772
|
|