pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -19,13 +19,13 @@ __all__ = ['TableIamPolicyArgs', 'TableIamPolicy']
|
|
19
19
|
@pulumi.input_type
|
20
20
|
class TableIamPolicyArgs:
|
21
21
|
def __init__(__self__, *,
|
22
|
-
|
22
|
+
instance_name: pulumi.Input[_builtins.str],
|
23
23
|
policy_data: pulumi.Input[_builtins.str],
|
24
24
|
table: pulumi.Input[_builtins.str],
|
25
25
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a TableIamPolicy resource.
|
28
|
-
:param pulumi.Input[_builtins.str]
|
28
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
29
29
|
:param pulumi.Input[_builtins.str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
|
30
30
|
|
31
31
|
- - -
|
@@ -35,23 +35,23 @@ class TableIamPolicyArgs:
|
|
35
35
|
:param pulumi.Input[_builtins.str] project: The project in which the table belongs. If it
|
36
36
|
is not provided, this provider will use the provider default.
|
37
37
|
"""
|
38
|
-
pulumi.set(__self__, "
|
38
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
39
39
|
pulumi.set(__self__, "policy_data", policy_data)
|
40
40
|
pulumi.set(__self__, "table", table)
|
41
41
|
if project is not None:
|
42
42
|
pulumi.set(__self__, "project", project)
|
43
43
|
|
44
44
|
@_builtins.property
|
45
|
-
@pulumi.getter
|
46
|
-
def
|
45
|
+
@pulumi.getter(name="instanceName")
|
46
|
+
def instance_name(self) -> pulumi.Input[_builtins.str]:
|
47
47
|
"""
|
48
48
|
The name or relative resource id of the instance that owns the table.
|
49
49
|
"""
|
50
|
-
return pulumi.get(self, "
|
50
|
+
return pulumi.get(self, "instance_name")
|
51
51
|
|
52
|
-
@
|
53
|
-
def
|
54
|
-
pulumi.set(self, "
|
52
|
+
@instance_name.setter
|
53
|
+
def instance_name(self, value: pulumi.Input[_builtins.str]):
|
54
|
+
pulumi.set(self, "instance_name", value)
|
55
55
|
|
56
56
|
@_builtins.property
|
57
57
|
@pulumi.getter(name="policyData")
|
@@ -99,14 +99,14 @@ class TableIamPolicyArgs:
|
|
99
99
|
class _TableIamPolicyState:
|
100
100
|
def __init__(__self__, *,
|
101
101
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
102
|
-
|
102
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
103
103
|
policy_data: Optional[pulumi.Input[_builtins.str]] = None,
|
104
104
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
105
105
|
table: Optional[pulumi.Input[_builtins.str]] = None):
|
106
106
|
"""
|
107
107
|
Input properties used for looking up and filtering TableIamPolicy resources.
|
108
108
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
109
|
-
:param pulumi.Input[_builtins.str]
|
109
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
110
110
|
:param pulumi.Input[_builtins.str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
|
111
111
|
|
112
112
|
- - -
|
@@ -118,8 +118,8 @@ class _TableIamPolicyState:
|
|
118
118
|
"""
|
119
119
|
if etag is not None:
|
120
120
|
pulumi.set(__self__, "etag", etag)
|
121
|
-
if
|
122
|
-
pulumi.set(__self__, "
|
121
|
+
if instance_name is not None:
|
122
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
123
123
|
if policy_data is not None:
|
124
124
|
pulumi.set(__self__, "policy_data", policy_data)
|
125
125
|
if project is not None:
|
@@ -140,16 +140,16 @@ class _TableIamPolicyState:
|
|
140
140
|
pulumi.set(self, "etag", value)
|
141
141
|
|
142
142
|
@_builtins.property
|
143
|
-
@pulumi.getter
|
144
|
-
def
|
143
|
+
@pulumi.getter(name="instanceName")
|
144
|
+
def instance_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
145
145
|
"""
|
146
146
|
The name or relative resource id of the instance that owns the table.
|
147
147
|
"""
|
148
|
-
return pulumi.get(self, "
|
148
|
+
return pulumi.get(self, "instance_name")
|
149
149
|
|
150
|
-
@
|
151
|
-
def
|
152
|
-
pulumi.set(self, "
|
150
|
+
@instance_name.setter
|
151
|
+
def instance_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
152
|
+
pulumi.set(self, "instance_name", value)
|
153
153
|
|
154
154
|
@_builtins.property
|
155
155
|
@pulumi.getter(name="policyData")
|
@@ -199,7 +199,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
199
199
|
def __init__(__self__,
|
200
200
|
resource_name: str,
|
201
201
|
opts: Optional[pulumi.ResourceOptions] = None,
|
202
|
-
|
202
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
203
203
|
policy_data: Optional[pulumi.Input[_builtins.str]] = None,
|
204
204
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
205
205
|
table: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -227,7 +227,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
227
227
|
}])
|
228
228
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
229
229
|
project="your-project",
|
230
|
-
|
230
|
+
instance_name="your-bigtable-instance",
|
231
231
|
table="your-bigtable-table",
|
232
232
|
policy_data=admin.policy_data)
|
233
233
|
```
|
@@ -240,7 +240,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
240
240
|
|
241
241
|
editor = gcp.bigtable.TableIamBinding("editor",
|
242
242
|
table="your-bigtable-table",
|
243
|
-
|
243
|
+
instance_name="your-bigtable-instance",
|
244
244
|
role="roles/bigtable.user",
|
245
245
|
members=["user:jane@example.com"])
|
246
246
|
```
|
@@ -253,7 +253,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
253
253
|
|
254
254
|
editor = gcp.bigtable.TableIamMember("editor",
|
255
255
|
table="your-bigtable-table",
|
256
|
-
|
256
|
+
instance_name="your-bigtable-instance",
|
257
257
|
role="roles/bigtable.user",
|
258
258
|
member="user:jane@example.com")
|
259
259
|
```
|
@@ -270,7 +270,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
270
270
|
}])
|
271
271
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
272
272
|
project="your-project",
|
273
|
-
|
273
|
+
instance_name="your-bigtable-instance",
|
274
274
|
table="your-bigtable-table",
|
275
275
|
policy_data=admin.policy_data)
|
276
276
|
```
|
@@ -283,7 +283,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
283
283
|
|
284
284
|
editor = gcp.bigtable.TableIamBinding("editor",
|
285
285
|
table="your-bigtable-table",
|
286
|
-
|
286
|
+
instance_name="your-bigtable-instance",
|
287
287
|
role="roles/bigtable.user",
|
288
288
|
members=["user:jane@example.com"])
|
289
289
|
```
|
@@ -296,7 +296,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
296
296
|
|
297
297
|
editor = gcp.bigtable.TableIamMember("editor",
|
298
298
|
table="your-bigtable-table",
|
299
|
-
|
299
|
+
instance_name="your-bigtable-instance",
|
300
300
|
role="roles/bigtable.user",
|
301
301
|
member="user:jane@example.com")
|
302
302
|
```
|
@@ -329,7 +329,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
329
329
|
|
330
330
|
:param str resource_name: The name of the resource.
|
331
331
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
332
|
-
:param pulumi.Input[_builtins.str]
|
332
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
333
333
|
:param pulumi.Input[_builtins.str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
|
334
334
|
|
335
335
|
- - -
|
@@ -368,7 +368,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
368
368
|
}])
|
369
369
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
370
370
|
project="your-project",
|
371
|
-
|
371
|
+
instance_name="your-bigtable-instance",
|
372
372
|
table="your-bigtable-table",
|
373
373
|
policy_data=admin.policy_data)
|
374
374
|
```
|
@@ -381,7 +381,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
381
381
|
|
382
382
|
editor = gcp.bigtable.TableIamBinding("editor",
|
383
383
|
table="your-bigtable-table",
|
384
|
-
|
384
|
+
instance_name="your-bigtable-instance",
|
385
385
|
role="roles/bigtable.user",
|
386
386
|
members=["user:jane@example.com"])
|
387
387
|
```
|
@@ -394,7 +394,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
394
394
|
|
395
395
|
editor = gcp.bigtable.TableIamMember("editor",
|
396
396
|
table="your-bigtable-table",
|
397
|
-
|
397
|
+
instance_name="your-bigtable-instance",
|
398
398
|
role="roles/bigtable.user",
|
399
399
|
member="user:jane@example.com")
|
400
400
|
```
|
@@ -411,7 +411,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
411
411
|
}])
|
412
412
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
413
413
|
project="your-project",
|
414
|
-
|
414
|
+
instance_name="your-bigtable-instance",
|
415
415
|
table="your-bigtable-table",
|
416
416
|
policy_data=admin.policy_data)
|
417
417
|
```
|
@@ -424,7 +424,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
424
424
|
|
425
425
|
editor = gcp.bigtable.TableIamBinding("editor",
|
426
426
|
table="your-bigtable-table",
|
427
|
-
|
427
|
+
instance_name="your-bigtable-instance",
|
428
428
|
role="roles/bigtable.user",
|
429
429
|
members=["user:jane@example.com"])
|
430
430
|
```
|
@@ -437,7 +437,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
437
437
|
|
438
438
|
editor = gcp.bigtable.TableIamMember("editor",
|
439
439
|
table="your-bigtable-table",
|
440
|
-
|
440
|
+
instance_name="your-bigtable-instance",
|
441
441
|
role="roles/bigtable.user",
|
442
442
|
member="user:jane@example.com")
|
443
443
|
```
|
@@ -483,7 +483,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
483
483
|
def _internal_init(__self__,
|
484
484
|
resource_name: str,
|
485
485
|
opts: Optional[pulumi.ResourceOptions] = None,
|
486
|
-
|
486
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
487
487
|
policy_data: Optional[pulumi.Input[_builtins.str]] = None,
|
488
488
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
489
489
|
table: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -496,9 +496,9 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
496
496
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
497
497
|
__props__ = TableIamPolicyArgs.__new__(TableIamPolicyArgs)
|
498
498
|
|
499
|
-
if
|
500
|
-
raise TypeError("Missing required property '
|
501
|
-
__props__.__dict__["
|
499
|
+
if instance_name is None and not opts.urn:
|
500
|
+
raise TypeError("Missing required property 'instance_name'")
|
501
|
+
__props__.__dict__["instance_name"] = instance_name
|
502
502
|
if policy_data is None and not opts.urn:
|
503
503
|
raise TypeError("Missing required property 'policy_data'")
|
504
504
|
__props__.__dict__["policy_data"] = policy_data
|
@@ -518,7 +518,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
518
518
|
id: pulumi.Input[str],
|
519
519
|
opts: Optional[pulumi.ResourceOptions] = None,
|
520
520
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
521
|
-
|
521
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
522
522
|
policy_data: Optional[pulumi.Input[_builtins.str]] = None,
|
523
523
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
524
524
|
table: Optional[pulumi.Input[_builtins.str]] = None) -> 'TableIamPolicy':
|
@@ -530,7 +530,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
530
530
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
531
531
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
532
532
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
533
|
-
:param pulumi.Input[_builtins.str]
|
533
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
534
534
|
:param pulumi.Input[_builtins.str] policy_data: The policy data generated by a `organizations_get_iam_policy` data source.
|
535
535
|
|
536
536
|
- - -
|
@@ -545,7 +545,7 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
545
545
|
__props__ = _TableIamPolicyState.__new__(_TableIamPolicyState)
|
546
546
|
|
547
547
|
__props__.__dict__["etag"] = etag
|
548
|
-
__props__.__dict__["
|
548
|
+
__props__.__dict__["instance_name"] = instance_name
|
549
549
|
__props__.__dict__["policy_data"] = policy_data
|
550
550
|
__props__.__dict__["project"] = project
|
551
551
|
__props__.__dict__["table"] = table
|
@@ -560,12 +560,12 @@ class TableIamPolicy(pulumi.CustomResource):
|
|
560
560
|
return pulumi.get(self, "etag")
|
561
561
|
|
562
562
|
@_builtins.property
|
563
|
-
@pulumi.getter
|
564
|
-
def
|
563
|
+
@pulumi.getter(name="instanceName")
|
564
|
+
def instance_name(self) -> pulumi.Output[_builtins.str]:
|
565
565
|
"""
|
566
566
|
The name or relative resource id of the instance that owns the table.
|
567
567
|
"""
|
568
|
-
return pulumi.get(self, "
|
568
|
+
return pulumi.get(self, "instance_name")
|
569
569
|
|
570
570
|
@_builtins.property
|
571
571
|
@pulumi.getter(name="policyData")
|
pulumi_gcp/billing/_inputs.py
CHANGED
@@ -465,7 +465,6 @@ if not MYPY:
|
|
465
465
|
Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
|
466
466
|
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
|
467
467
|
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
|
468
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
469
468
|
"""
|
470
469
|
credit_types_treatment: NotRequired[pulumi.Input[_builtins.str]]
|
471
470
|
"""
|
@@ -518,7 +517,6 @@ if not MYPY:
|
|
518
517
|
the parent account, usage from the parent account will be included.
|
519
518
|
If the field is omitted, the report will include usage from the parent
|
520
519
|
account and all subaccounts, if they exist.
|
521
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
522
520
|
"""
|
523
521
|
elif False:
|
524
522
|
BudgetBudgetFilterArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -544,7 +542,6 @@ class BudgetBudgetFilterArgs:
|
|
544
542
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] credit_types: Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
|
545
543
|
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
|
546
544
|
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
|
547
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
548
545
|
:param pulumi.Input[_builtins.str] credit_types_treatment: Specifies how credits should be treated when determining spend
|
549
546
|
for threshold calculations.
|
550
547
|
Default value is `INCLUDE_ALL_CREDITS`.
|
@@ -576,7 +573,6 @@ class BudgetBudgetFilterArgs:
|
|
576
573
|
the parent account, usage from the parent account will be included.
|
577
574
|
If the field is omitted, the report will include usage from the parent
|
578
575
|
account and all subaccounts, if they exist.
|
579
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
580
576
|
"""
|
581
577
|
if calendar_period is not None:
|
582
578
|
pulumi.set(__self__, "calendar_period", calendar_period)
|
@@ -620,7 +616,6 @@ class BudgetBudgetFilterArgs:
|
|
620
616
|
Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
|
621
617
|
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
|
622
618
|
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
|
623
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
624
619
|
"""
|
625
620
|
return pulumi.get(self, "credit_types")
|
626
621
|
|
@@ -729,7 +724,6 @@ class BudgetBudgetFilterArgs:
|
|
729
724
|
the parent account, usage from the parent account will be included.
|
730
725
|
If the field is omitted, the report will include usage from the parent
|
731
726
|
account and all subaccounts, if they exist.
|
732
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
733
727
|
"""
|
734
728
|
return pulumi.get(self, "subaccounts")
|
735
729
|
|
pulumi_gcp/billing/outputs.py
CHANGED
@@ -384,7 +384,6 @@ class BudgetBudgetFilter(dict):
|
|
384
384
|
:param Sequence[_builtins.str] credit_types: Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
|
385
385
|
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
|
386
386
|
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
|
387
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
388
387
|
:param _builtins.str credit_types_treatment: Specifies how credits should be treated when determining spend
|
389
388
|
for threshold calculations.
|
390
389
|
Default value is `INCLUDE_ALL_CREDITS`.
|
@@ -416,7 +415,6 @@ class BudgetBudgetFilter(dict):
|
|
416
415
|
the parent account, usage from the parent account will be included.
|
417
416
|
If the field is omitted, the report will include usage from the parent
|
418
417
|
account and all subaccounts, if they exist.
|
419
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
420
418
|
"""
|
421
419
|
if calendar_period is not None:
|
422
420
|
pulumi.set(__self__, "calendar_period", calendar_period)
|
@@ -456,7 +454,6 @@ class BudgetBudgetFilter(dict):
|
|
456
454
|
Optional. If creditTypesTreatment is INCLUDE_SPECIFIED_CREDITS,
|
457
455
|
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
|
458
456
|
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
|
459
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
460
457
|
"""
|
461
458
|
return pulumi.get(self, "credit_types")
|
462
459
|
|
@@ -537,7 +534,6 @@ class BudgetBudgetFilter(dict):
|
|
537
534
|
the parent account, usage from the parent account will be included.
|
538
535
|
If the field is omitted, the report will include usage from the parent
|
539
536
|
account and all subaccounts, if they exist.
|
540
|
-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
|
541
537
|
"""
|
542
538
|
return pulumi.get(self, "subaccounts")
|
543
539
|
|
@@ -13,6 +13,7 @@ from .certificate_map_entry import *
|
|
13
13
|
from .dns_authorization import *
|
14
14
|
from .get_certificate_map import *
|
15
15
|
from .get_certificates import *
|
16
|
+
from .get_dns_authorization import *
|
16
17
|
from .trust_config import *
|
17
18
|
from ._inputs import *
|
18
19
|
from . import outputs
|
@@ -0,0 +1,229 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetDnsAuthorizationResult',
|
20
|
+
'AwaitableGetDnsAuthorizationResult',
|
21
|
+
'get_dns_authorization',
|
22
|
+
'get_dns_authorization_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetDnsAuthorizationResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getDnsAuthorization.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, description=None, dns_resource_records=None, domain=None, effective_labels=None, id=None, labels=None, location=None, name=None, project=None, pulumi_labels=None, type=None):
|
31
|
+
if description and not isinstance(description, str):
|
32
|
+
raise TypeError("Expected argument 'description' to be a str")
|
33
|
+
pulumi.set(__self__, "description", description)
|
34
|
+
if dns_resource_records and not isinstance(dns_resource_records, list):
|
35
|
+
raise TypeError("Expected argument 'dns_resource_records' to be a list")
|
36
|
+
pulumi.set(__self__, "dns_resource_records", dns_resource_records)
|
37
|
+
if domain and not isinstance(domain, str):
|
38
|
+
raise TypeError("Expected argument 'domain' to be a str")
|
39
|
+
pulumi.set(__self__, "domain", domain)
|
40
|
+
if effective_labels and not isinstance(effective_labels, dict):
|
41
|
+
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
42
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
43
|
+
if id and not isinstance(id, str):
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
45
|
+
pulumi.set(__self__, "id", id)
|
46
|
+
if labels and not isinstance(labels, dict):
|
47
|
+
raise TypeError("Expected argument 'labels' to be a dict")
|
48
|
+
pulumi.set(__self__, "labels", labels)
|
49
|
+
if location and not isinstance(location, str):
|
50
|
+
raise TypeError("Expected argument 'location' to be a str")
|
51
|
+
pulumi.set(__self__, "location", location)
|
52
|
+
if name and not isinstance(name, str):
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
54
|
+
pulumi.set(__self__, "name", name)
|
55
|
+
if project and not isinstance(project, str):
|
56
|
+
raise TypeError("Expected argument 'project' to be a str")
|
57
|
+
pulumi.set(__self__, "project", project)
|
58
|
+
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
59
|
+
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
60
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
61
|
+
if type and not isinstance(type, str):
|
62
|
+
raise TypeError("Expected argument 'type' to be a str")
|
63
|
+
pulumi.set(__self__, "type", type)
|
64
|
+
|
65
|
+
@_builtins.property
|
66
|
+
@pulumi.getter
|
67
|
+
def description(self) -> _builtins.str:
|
68
|
+
return pulumi.get(self, "description")
|
69
|
+
|
70
|
+
@_builtins.property
|
71
|
+
@pulumi.getter(name="dnsResourceRecords")
|
72
|
+
def dns_resource_records(self) -> Sequence['outputs.GetDnsAuthorizationDnsResourceRecordResult']:
|
73
|
+
return pulumi.get(self, "dns_resource_records")
|
74
|
+
|
75
|
+
@_builtins.property
|
76
|
+
@pulumi.getter
|
77
|
+
def domain(self) -> _builtins.str:
|
78
|
+
return pulumi.get(self, "domain")
|
79
|
+
|
80
|
+
@_builtins.property
|
81
|
+
@pulumi.getter(name="effectiveLabels")
|
82
|
+
def effective_labels(self) -> Mapping[str, _builtins.str]:
|
83
|
+
return pulumi.get(self, "effective_labels")
|
84
|
+
|
85
|
+
@_builtins.property
|
86
|
+
@pulumi.getter
|
87
|
+
def id(self) -> _builtins.str:
|
88
|
+
"""
|
89
|
+
The provider-assigned unique ID for this managed resource.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "id")
|
92
|
+
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter
|
95
|
+
def labels(self) -> Mapping[str, _builtins.str]:
|
96
|
+
return pulumi.get(self, "labels")
|
97
|
+
|
98
|
+
@_builtins.property
|
99
|
+
@pulumi.getter
|
100
|
+
def location(self) -> Optional[_builtins.str]:
|
101
|
+
return pulumi.get(self, "location")
|
102
|
+
|
103
|
+
@_builtins.property
|
104
|
+
@pulumi.getter
|
105
|
+
def name(self) -> _builtins.str:
|
106
|
+
return pulumi.get(self, "name")
|
107
|
+
|
108
|
+
@_builtins.property
|
109
|
+
@pulumi.getter
|
110
|
+
def project(self) -> Optional[_builtins.str]:
|
111
|
+
return pulumi.get(self, "project")
|
112
|
+
|
113
|
+
@_builtins.property
|
114
|
+
@pulumi.getter(name="pulumiLabels")
|
115
|
+
def pulumi_labels(self) -> Mapping[str, _builtins.str]:
|
116
|
+
return pulumi.get(self, "pulumi_labels")
|
117
|
+
|
118
|
+
@_builtins.property
|
119
|
+
@pulumi.getter
|
120
|
+
def type(self) -> _builtins.str:
|
121
|
+
return pulumi.get(self, "type")
|
122
|
+
|
123
|
+
|
124
|
+
class AwaitableGetDnsAuthorizationResult(GetDnsAuthorizationResult):
|
125
|
+
# pylint: disable=using-constant-test
|
126
|
+
def __await__(self):
|
127
|
+
if False:
|
128
|
+
yield self
|
129
|
+
return GetDnsAuthorizationResult(
|
130
|
+
description=self.description,
|
131
|
+
dns_resource_records=self.dns_resource_records,
|
132
|
+
domain=self.domain,
|
133
|
+
effective_labels=self.effective_labels,
|
134
|
+
id=self.id,
|
135
|
+
labels=self.labels,
|
136
|
+
location=self.location,
|
137
|
+
name=self.name,
|
138
|
+
project=self.project,
|
139
|
+
pulumi_labels=self.pulumi_labels,
|
140
|
+
type=self.type)
|
141
|
+
|
142
|
+
|
143
|
+
def get_dns_authorization(domain: Optional[_builtins.str] = None,
|
144
|
+
location: Optional[_builtins.str] = None,
|
145
|
+
name: Optional[_builtins.str] = None,
|
146
|
+
project: Optional[_builtins.str] = None,
|
147
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDnsAuthorizationResult:
|
148
|
+
"""
|
149
|
+
Use this data source to get information about a Certificate Manager DNS Authorization. For more details, see the [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.dnsAuthorizations).
|
150
|
+
|
151
|
+
## Example Usage
|
152
|
+
|
153
|
+
```python
|
154
|
+
import pulumi
|
155
|
+
import pulumi_gcp as gcp
|
156
|
+
|
157
|
+
default = gcp.certificatemanager.get_dns_authorization(name="my-dns-auth",
|
158
|
+
location="global")
|
159
|
+
```
|
160
|
+
|
161
|
+
|
162
|
+
:param _builtins.str domain: The name of the DNS Authorization.
|
163
|
+
:param _builtins.str location: The Certificate Manager location. If not specified, "global" is used.
|
164
|
+
:param _builtins.str name: The name of the DNS Authorization.
|
165
|
+
:param _builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
166
|
+
"""
|
167
|
+
__args__ = dict()
|
168
|
+
__args__['domain'] = domain
|
169
|
+
__args__['location'] = location
|
170
|
+
__args__['name'] = name
|
171
|
+
__args__['project'] = project
|
172
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
173
|
+
__ret__ = pulumi.runtime.invoke('gcp:certificatemanager/getDnsAuthorization:getDnsAuthorization', __args__, opts=opts, typ=GetDnsAuthorizationResult).value
|
174
|
+
|
175
|
+
return AwaitableGetDnsAuthorizationResult(
|
176
|
+
description=pulumi.get(__ret__, 'description'),
|
177
|
+
dns_resource_records=pulumi.get(__ret__, 'dns_resource_records'),
|
178
|
+
domain=pulumi.get(__ret__, 'domain'),
|
179
|
+
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
180
|
+
id=pulumi.get(__ret__, 'id'),
|
181
|
+
labels=pulumi.get(__ret__, 'labels'),
|
182
|
+
location=pulumi.get(__ret__, 'location'),
|
183
|
+
name=pulumi.get(__ret__, 'name'),
|
184
|
+
project=pulumi.get(__ret__, 'project'),
|
185
|
+
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
186
|
+
type=pulumi.get(__ret__, 'type'))
|
187
|
+
def get_dns_authorization_output(domain: Optional[pulumi.Input[_builtins.str]] = None,
|
188
|
+
location: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
189
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
190
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
191
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDnsAuthorizationResult]:
|
192
|
+
"""
|
193
|
+
Use this data source to get information about a Certificate Manager DNS Authorization. For more details, see the [API documentation](https://cloud.google.com/certificate-manager/docs/reference/certificate-manager/rest/v1/projects.locations.dnsAuthorizations).
|
194
|
+
|
195
|
+
## Example Usage
|
196
|
+
|
197
|
+
```python
|
198
|
+
import pulumi
|
199
|
+
import pulumi_gcp as gcp
|
200
|
+
|
201
|
+
default = gcp.certificatemanager.get_dns_authorization(name="my-dns-auth",
|
202
|
+
location="global")
|
203
|
+
```
|
204
|
+
|
205
|
+
|
206
|
+
:param _builtins.str domain: The name of the DNS Authorization.
|
207
|
+
:param _builtins.str location: The Certificate Manager location. If not specified, "global" is used.
|
208
|
+
:param _builtins.str name: The name of the DNS Authorization.
|
209
|
+
:param _builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
210
|
+
"""
|
211
|
+
__args__ = dict()
|
212
|
+
__args__['domain'] = domain
|
213
|
+
__args__['location'] = location
|
214
|
+
__args__['name'] = name
|
215
|
+
__args__['project'] = project
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:certificatemanager/getDnsAuthorization:getDnsAuthorization', __args__, opts=opts, typ=GetDnsAuthorizationResult)
|
218
|
+
return __ret__.apply(lambda __response__: GetDnsAuthorizationResult(
|
219
|
+
description=pulumi.get(__response__, 'description'),
|
220
|
+
dns_resource_records=pulumi.get(__response__, 'dns_resource_records'),
|
221
|
+
domain=pulumi.get(__response__, 'domain'),
|
222
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
223
|
+
id=pulumi.get(__response__, 'id'),
|
224
|
+
labels=pulumi.get(__response__, 'labels'),
|
225
|
+
location=pulumi.get(__response__, 'location'),
|
226
|
+
name=pulumi.get(__response__, 'name'),
|
227
|
+
project=pulumi.get(__response__, 'project'),
|
228
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
229
|
+
type=pulumi.get(__response__, 'type')))
|
@@ -35,6 +35,7 @@ __all__ = [
|
|
35
35
|
'GetCertificatesCertificateManagedResult',
|
36
36
|
'GetCertificatesCertificateManagedAuthorizationAttemptInfoResult',
|
37
37
|
'GetCertificatesCertificateManagedProvisioningIssueResult',
|
38
|
+
'GetDnsAuthorizationDnsResourceRecordResult',
|
38
39
|
]
|
39
40
|
|
40
41
|
@pulumi.output_type
|
@@ -1210,3 +1211,43 @@ class GetCertificatesCertificateManagedProvisioningIssueResult(dict):
|
|
1210
1211
|
return pulumi.get(self, "reason")
|
1211
1212
|
|
1212
1213
|
|
1214
|
+
@pulumi.output_type
|
1215
|
+
class GetDnsAuthorizationDnsResourceRecordResult(dict):
|
1216
|
+
def __init__(__self__, *,
|
1217
|
+
data: _builtins.str,
|
1218
|
+
name: _builtins.str,
|
1219
|
+
type: _builtins.str):
|
1220
|
+
"""
|
1221
|
+
:param _builtins.str data: Data of the DNS Resource Record.
|
1222
|
+
:param _builtins.str name: The name of the DNS Authorization.
|
1223
|
+
:param _builtins.str type: Type of the DNS Resource Record.
|
1224
|
+
"""
|
1225
|
+
pulumi.set(__self__, "data", data)
|
1226
|
+
pulumi.set(__self__, "name", name)
|
1227
|
+
pulumi.set(__self__, "type", type)
|
1228
|
+
|
1229
|
+
@_builtins.property
|
1230
|
+
@pulumi.getter
|
1231
|
+
def data(self) -> _builtins.str:
|
1232
|
+
"""
|
1233
|
+
Data of the DNS Resource Record.
|
1234
|
+
"""
|
1235
|
+
return pulumi.get(self, "data")
|
1236
|
+
|
1237
|
+
@_builtins.property
|
1238
|
+
@pulumi.getter
|
1239
|
+
def name(self) -> _builtins.str:
|
1240
|
+
"""
|
1241
|
+
The name of the DNS Authorization.
|
1242
|
+
"""
|
1243
|
+
return pulumi.get(self, "name")
|
1244
|
+
|
1245
|
+
@_builtins.property
|
1246
|
+
@pulumi.getter
|
1247
|
+
def type(self) -> _builtins.str:
|
1248
|
+
"""
|
1249
|
+
Type of the DNS Resource Record.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "type")
|
1252
|
+
|
1253
|
+
|