pulumi-gcp 7.21.0a1714149635__py3-none-any.whl → 7.21.0a1714155322__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/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +0 -81
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/certificateauthority/authority.py +7 -27
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +0 -8
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/record_set.py +0 -34
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/secretmanager/secret.py +0 -12
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714155322.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714155322.dist-info}/RECORD +58 -58
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714155322.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0a1714149635.dist-info → pulumi_gcp-7.21.0a1714155322.dist-info}/top_level.txt +0 -0
@@ -251,8 +251,6 @@ class _AzureNodePoolState:
|
|
251
251
|
:param pulumi.Input[str] cluster: The azureCluster for the resource
|
252
252
|
:param pulumi.Input['AzureNodePoolConfigArgs'] config: The node configuration of the node pool.
|
253
253
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
254
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
255
|
-
Terraform, other clients and services.
|
256
254
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
257
255
|
:param pulumi.Input[str] location: The location for the resource
|
258
256
|
:param pulumi.Input['AzureNodePoolManagementArgs'] management: The Management configuration for this node pool.
|
@@ -385,10 +383,6 @@ class _AzureNodePoolState:
|
|
385
383
|
@property
|
386
384
|
@pulumi.getter(name="effectiveAnnotations")
|
387
385
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
388
|
-
"""
|
389
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
390
|
-
Terraform, other clients and services.
|
391
|
-
"""
|
392
386
|
return pulumi.get(self, "effective_annotations")
|
393
387
|
|
394
388
|
@effective_annotations.setter
|
@@ -926,8 +920,6 @@ class AzureNodePool(pulumi.CustomResource):
|
|
926
920
|
:param pulumi.Input[str] cluster: The azureCluster for the resource
|
927
921
|
:param pulumi.Input[pulumi.InputType['AzureNodePoolConfigArgs']] config: The node configuration of the node pool.
|
928
922
|
:param pulumi.Input[str] create_time: Output only. The time at which this node pool was created.
|
929
|
-
:param pulumi.Input[Mapping[str, Any]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
930
|
-
Terraform, other clients and services.
|
931
923
|
:param pulumi.Input[str] etag: Allows clients to perform consistent read-modify-writes through optimistic concurrency control. May be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
932
924
|
:param pulumi.Input[str] location: The location for the resource
|
933
925
|
:param pulumi.Input[pulumi.InputType['AzureNodePoolManagementArgs']] management: The Management configuration for this node pool.
|
@@ -1022,10 +1014,6 @@ class AzureNodePool(pulumi.CustomResource):
|
|
1022
1014
|
@property
|
1023
1015
|
@pulumi.getter(name="effectiveAnnotations")
|
1024
1016
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1025
|
-
"""
|
1026
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1027
|
-
Terraform, other clients and services.
|
1028
|
-
"""
|
1029
1017
|
return pulumi.get(self, "effective_annotations")
|
1030
1018
|
|
1031
1019
|
@property
|
pulumi_gcp/container/cluster.py
CHANGED
@@ -120,8 +120,6 @@ class ClusterArgs:
|
|
120
120
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
121
121
|
for more information.
|
122
122
|
:param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
123
|
-
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
124
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
125
123
|
:param pulumi.Input[str] description: Description of the cluster.
|
126
124
|
:param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
127
125
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -609,10 +607,6 @@ class ClusterArgs:
|
|
609
607
|
@property
|
610
608
|
@pulumi.getter(name="deletionProtection")
|
611
609
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
612
|
-
"""
|
613
|
-
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
614
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
615
|
-
"""
|
616
610
|
return pulumi.get(self, "deletion_protection")
|
617
611
|
|
618
612
|
@deletion_protection.setter
|
@@ -1507,8 +1501,6 @@ class _ClusterState:
|
|
1507
1501
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
1508
1502
|
for more information.
|
1509
1503
|
:param pulumi.Input['ClusterDefaultSnatStatusArgs'] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
1510
|
-
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
1511
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
1512
1504
|
:param pulumi.Input[str] description: Description of the cluster.
|
1513
1505
|
:param pulumi.Input['ClusterDnsConfigArgs'] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
1514
1506
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -2023,10 +2015,6 @@ class _ClusterState:
|
|
2023
2015
|
@property
|
2024
2016
|
@pulumi.getter(name="deletionProtection")
|
2025
2017
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
2026
|
-
"""
|
2027
|
-
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
2028
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
2029
|
-
"""
|
2030
2018
|
return pulumi.get(self, "deletion_protection")
|
2031
2019
|
|
2032
2020
|
@deletion_protection.setter
|
@@ -3126,8 +3114,6 @@ class Cluster(pulumi.CustomResource):
|
|
3126
3114
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
3127
3115
|
for more information.
|
3128
3116
|
:param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
3129
|
-
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
3130
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
3131
3117
|
:param pulumi.Input[str] description: Description of the cluster.
|
3132
3118
|
:param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
3133
3119
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -3719,8 +3705,6 @@ class Cluster(pulumi.CustomResource):
|
|
3719
3705
|
that don't have IP Aliasing enabled. See the [official documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr)
|
3720
3706
|
for more information.
|
3721
3707
|
:param pulumi.Input[pulumi.InputType['ClusterDefaultSnatStatusArgs']] default_snat_status: [GKE SNAT](https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#how_ipmasq_works) DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster, [API doc](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#networkconfig). Structure is documented below
|
3722
|
-
:param pulumi.Input[bool] deletion_protection: Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
3723
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
3724
3708
|
:param pulumi.Input[str] description: Description of the cluster.
|
3725
3709
|
:param pulumi.Input[pulumi.InputType['ClusterDnsConfigArgs']] dns_config: Configuration for [Using Cloud DNS for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/cloud-dns). Structure is documented below.
|
3726
3710
|
:param pulumi.Input[bool] enable_autopilot: Enable Autopilot for this cluster. Defaults to `false`.
|
@@ -4112,10 +4096,6 @@ class Cluster(pulumi.CustomResource):
|
|
4112
4096
|
@property
|
4113
4097
|
@pulumi.getter(name="deletionProtection")
|
4114
4098
|
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
4115
|
-
"""
|
4116
|
-
Whether or not to allow Terraform to destroy the instance. Defaults to true. Unless this field is set to false in
|
4117
|
-
Terraform state, a terraform destroy or terraform apply that would delete the cluster will fail.
|
4118
|
-
"""
|
4119
4099
|
return pulumi.get(self, "deletion_protection")
|
4120
4100
|
|
4121
4101
|
@property
|
@@ -72,9 +72,6 @@ class FlexTemplateJobArgs:
|
|
72
72
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
73
73
|
:param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
|
74
74
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
75
|
-
:param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
76
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
77
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
78
75
|
:param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
|
79
76
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
80
77
|
:param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
|
@@ -372,11 +369,6 @@ class FlexTemplateJobArgs:
|
|
372
369
|
@property
|
373
370
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
374
371
|
def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
|
375
|
-
"""
|
376
|
-
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
377
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
378
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
379
|
-
"""
|
380
372
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
381
373
|
|
382
374
|
@skip_wait_on_job_termination.setter
|
@@ -472,8 +464,6 @@ class _FlexTemplateJobState:
|
|
472
464
|
Template.
|
473
465
|
|
474
466
|
- - -
|
475
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
476
|
-
clients and services.
|
477
467
|
:param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
|
478
468
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
479
469
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
@@ -502,9 +492,6 @@ class _FlexTemplateJobState:
|
|
502
492
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
503
493
|
:param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
|
504
494
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
505
|
-
:param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
506
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
507
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
508
495
|
:param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
|
509
496
|
:param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
|
510
497
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
@@ -613,10 +600,6 @@ class _FlexTemplateJobState:
|
|
613
600
|
@property
|
614
601
|
@pulumi.getter(name="effectiveLabels")
|
615
602
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
616
|
-
"""
|
617
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
618
|
-
clients and services.
|
619
|
-
"""
|
620
603
|
return pulumi.get(self, "effective_labels")
|
621
604
|
|
622
605
|
@effective_labels.setter
|
@@ -852,11 +835,6 @@ class _FlexTemplateJobState:
|
|
852
835
|
@property
|
853
836
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
854
837
|
def skip_wait_on_job_termination(self) -> Optional[pulumi.Input[bool]]:
|
855
|
-
"""
|
856
|
-
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
857
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
858
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
859
|
-
"""
|
860
838
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
861
839
|
|
862
840
|
@skip_wait_on_job_termination.setter
|
@@ -1073,9 +1051,6 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1073
1051
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
1074
1052
|
:param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
|
1075
1053
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
1076
|
-
:param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
1077
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1078
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
1079
1054
|
:param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
|
1080
1055
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
1081
1056
|
:param pulumi.Input[str] temp_location: The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with gs://.
|
@@ -1293,8 +1268,6 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1293
1268
|
Template.
|
1294
1269
|
|
1295
1270
|
- - -
|
1296
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1297
|
-
clients and services.
|
1298
1271
|
:param pulumi.Input[bool] enable_streaming_engine: Immutable. Indicates if the job should use the streaming engine feature.
|
1299
1272
|
:param pulumi.Input[str] ip_configuration: The configuration for VM IPs. Options are `"WORKER_IP_PUBLIC"` or `"WORKER_IP_PRIVATE"`.
|
1300
1273
|
:param pulumi.Input[str] job_id: The unique ID of this job.
|
@@ -1323,9 +1296,6 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1323
1296
|
:param pulumi.Input[str] region: Immutable. The region in which the created job should run.
|
1324
1297
|
:param pulumi.Input[str] sdk_container_image: Docker registry location of container image to use for the 'worker harness. Default is the container for the version of the SDK. Note this field is only valid for portable pipelines.
|
1325
1298
|
:param pulumi.Input[str] service_account_email: Service account email to run the workers as.
|
1326
|
-
:param pulumi.Input[bool] skip_wait_on_job_termination: If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
1327
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1328
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
1329
1299
|
:param pulumi.Input[str] staging_location: The Cloud Storage path to use for staging files. Must be a valid Cloud Storage URL, beginning with gs://.
|
1330
1300
|
:param pulumi.Input[str] state: The current state of the resource, selected from the [JobState enum](https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState)
|
1331
1301
|
:param pulumi.Input[str] subnetwork: The subnetwork to which VMs will be assigned. Should be of the form "regions/REGION/subnetworks/SUBNETWORK".
|
@@ -1398,10 +1368,6 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1398
1368
|
@property
|
1399
1369
|
@pulumi.getter(name="effectiveLabels")
|
1400
1370
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
1401
|
-
"""
|
1402
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
1403
|
-
clients and services.
|
1404
|
-
"""
|
1405
1371
|
return pulumi.get(self, "effective_labels")
|
1406
1372
|
|
1407
1373
|
@property
|
@@ -1561,11 +1527,6 @@ class FlexTemplateJob(pulumi.CustomResource):
|
|
1561
1527
|
@property
|
1562
1528
|
@pulumi.getter(name="skipWaitOnJobTermination")
|
1563
1529
|
def skip_wait_on_job_termination(self) -> pulumi.Output[Optional[bool]]:
|
1564
|
-
"""
|
1565
|
-
If true, treat DRAINING and CANCELLING as terminal job states and do not wait for further changes before removing from
|
1566
|
-
terraform state and moving on. WARNING: this will lead to job name conflicts if you do not ensure that the job names are
|
1567
|
-
different, e.g. by embedding a release ID or by using a random_id.
|
1568
|
-
"""
|
1569
1530
|
return pulumi.get(self, "skip_wait_on_job_termination")
|
1570
1531
|
|
1571
1532
|
@property
|
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -27,8 +27,6 @@ class ClusterArgs:
|
|
27
27
|
The set of arguments for constructing a Cluster resource.
|
28
28
|
:param pulumi.Input['ClusterClusterConfigArgs'] cluster_config: Allows you to configure various aspects of the cluster.
|
29
29
|
Structure defined below.
|
30
|
-
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
31
|
-
terraform apply
|
32
30
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
33
31
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
34
32
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -74,10 +72,6 @@ class ClusterArgs:
|
|
74
72
|
@property
|
75
73
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
76
74
|
def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
|
77
|
-
"""
|
78
|
-
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
79
|
-
terraform apply
|
80
|
-
"""
|
81
75
|
return pulumi.get(self, "graceful_decommission_timeout")
|
82
76
|
|
83
77
|
@graceful_decommission_timeout.setter
|
@@ -172,8 +166,6 @@ class _ClusterState:
|
|
172
166
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
|
173
167
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
174
168
|
which is the name of the cluster.
|
175
|
-
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
176
|
-
terraform apply
|
177
169
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
178
170
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
179
171
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -238,10 +230,6 @@ class _ClusterState:
|
|
238
230
|
@property
|
239
231
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
240
232
|
def graceful_decommission_timeout(self) -> Optional[pulumi.Input[str]]:
|
241
|
-
"""
|
242
|
-
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
243
|
-
terraform apply
|
244
|
-
"""
|
245
233
|
return pulumi.get(self, "graceful_decommission_timeout")
|
246
234
|
|
247
235
|
@graceful_decommission_timeout.setter
|
@@ -455,8 +443,6 @@ class Cluster(pulumi.CustomResource):
|
|
455
443
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
456
444
|
:param pulumi.Input[pulumi.InputType['ClusterClusterConfigArgs']] cluster_config: Allows you to configure various aspects of the cluster.
|
457
445
|
Structure defined below.
|
458
|
-
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
459
|
-
terraform apply
|
460
446
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
461
447
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
462
448
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -659,8 +645,6 @@ class Cluster(pulumi.CustomResource):
|
|
659
645
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: The list of labels (key/value pairs) to be applied to
|
660
646
|
instances in the cluster. GCP generates some itself including `goog-dataproc-cluster-name`
|
661
647
|
which is the name of the cluster.
|
662
|
-
:param pulumi.Input[str] graceful_decommission_timeout: The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
663
|
-
terraform apply
|
664
648
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The list of the labels (key/value pairs) configured on the resource and to be applied to instances in the cluster.
|
665
649
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer
|
666
650
|
to the field 'effective_labels' for all of the labels present on the resource.
|
@@ -713,10 +697,6 @@ class Cluster(pulumi.CustomResource):
|
|
713
697
|
@property
|
714
698
|
@pulumi.getter(name="gracefulDecommissionTimeout")
|
715
699
|
def graceful_decommission_timeout(self) -> pulumi.Output[Optional[str]]:
|
716
|
-
"""
|
717
|
-
The timeout duration which allows graceful decomissioning when you change the number of worker nodes directly through a
|
718
|
-
terraform apply
|
719
|
-
"""
|
720
700
|
return pulumi.get(self, "graceful_decommission_timeout")
|
721
701
|
|
722
702
|
@property
|
@@ -34,8 +34,9 @@ class WorkflowTemplateArgs:
|
|
34
34
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
35
35
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
36
36
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
37
|
-
on a [managed
|
38
|
-
cluster
|
37
|
+
on a [managed
|
38
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
39
|
+
the cluster is deleted.
|
39
40
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
40
41
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
41
42
|
1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63
|
@@ -111,8 +112,9 @@ class WorkflowTemplateArgs:
|
|
111
112
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
112
113
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
113
114
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
114
|
-
on a [managed
|
115
|
-
cluster
|
115
|
+
on a [managed
|
116
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
117
|
+
the cluster is deleted.
|
116
118
|
"""
|
117
119
|
return pulumi.get(self, "dag_timeout")
|
118
120
|
|
@@ -213,10 +215,9 @@ class _WorkflowTemplateState:
|
|
213
215
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
214
216
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
215
217
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
216
|
-
on a [managed
|
217
|
-
cluster
|
218
|
-
|
219
|
-
clients and services.
|
218
|
+
on a [managed
|
219
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
220
|
+
the cluster is deleted.
|
220
221
|
:param pulumi.Input[Sequence[pulumi.Input['WorkflowTemplateJobArgs']]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
221
222
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
222
223
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -284,8 +285,9 @@ class _WorkflowTemplateState:
|
|
284
285
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
285
286
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
286
287
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
287
|
-
on a [managed
|
288
|
-
cluster
|
288
|
+
on a [managed
|
289
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
290
|
+
the cluster is deleted.
|
289
291
|
"""
|
290
292
|
return pulumi.get(self, "dag_timeout")
|
291
293
|
|
@@ -296,10 +298,6 @@ class _WorkflowTemplateState:
|
|
296
298
|
@property
|
297
299
|
@pulumi.getter(name="effectiveLabels")
|
298
300
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
299
|
-
"""
|
300
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
301
|
-
clients and services.
|
302
|
-
"""
|
303
301
|
return pulumi.get(self, "effective_labels")
|
304
302
|
|
305
303
|
@effective_labels.setter
|
@@ -546,8 +544,9 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
546
544
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
547
545
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
548
546
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
549
|
-
on a [managed
|
550
|
-
cluster
|
547
|
+
on a [managed
|
548
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
549
|
+
the cluster is deleted.
|
551
550
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
552
551
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
553
552
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -747,10 +746,9 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
747
746
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
748
747
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
749
748
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
750
|
-
on a [managed
|
751
|
-
cluster
|
752
|
-
|
753
|
-
clients and services.
|
749
|
+
on a [managed
|
750
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
751
|
+
the cluster is deleted.
|
754
752
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['WorkflowTemplateJobArgs']]]] jobs: Required. The Directed Acyclic Graph of Jobs to submit.
|
755
753
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created
|
756
754
|
by the workflow instance. Label **keys** must contain 1 to 63 characters, and must conform to [RFC
|
@@ -803,18 +801,15 @@ class WorkflowTemplate(pulumi.CustomResource):
|
|
803
801
|
duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10
|
804
802
|
minutes ("600s") to 24 hours ("86400s"). The timer begins when the first job is submitted. If the workflow is running at
|
805
803
|
the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running
|
806
|
-
on a [managed
|
807
|
-
cluster
|
804
|
+
on a [managed
|
805
|
+
cluster](https://www.terraform.io/dataproc/docs/concepts/workflows/using-workflows#configuring_or_selecting_a_cluster),
|
806
|
+
the cluster is deleted.
|
808
807
|
"""
|
809
808
|
return pulumi.get(self, "dag_timeout")
|
810
809
|
|
811
810
|
@property
|
812
811
|
@pulumi.getter(name="effectiveLabels")
|
813
812
|
def effective_labels(self) -> pulumi.Output[Mapping[str, Any]]:
|
814
|
-
"""
|
815
|
-
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Terraform, other
|
816
|
-
clients and services.
|
817
|
-
"""
|
818
813
|
return pulumi.get(self, "effective_labels")
|
819
814
|
|
820
815
|
@property
|
@@ -40,10 +40,6 @@ class DeploymentArgs:
|
|
40
40
|
:param pulumi.Input[str] description: Optional user-provided description of deployment.
|
41
41
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentLabelArgs']]] labels: Key-value pairs to apply to this labels.
|
42
42
|
:param pulumi.Input[str] name: Unique name for the deployment
|
43
|
-
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
44
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
45
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
46
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
47
43
|
"""
|
48
44
|
pulumi.set(__self__, "target", target)
|
49
45
|
if create_policy is not None:
|
@@ -144,12 +140,6 @@ class DeploymentArgs:
|
|
144
140
|
@property
|
145
141
|
@pulumi.getter
|
146
142
|
def preview(self) -> Optional[pulumi.Input[bool]]:
|
147
|
-
"""
|
148
|
-
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
149
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
150
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
151
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
152
|
-
"""
|
153
143
|
return pulumi.get(self, "preview")
|
154
144
|
|
155
145
|
@preview.setter
|
@@ -196,10 +186,6 @@ class _DeploymentState:
|
|
196
186
|
:param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
|
197
187
|
was successfully deployed.
|
198
188
|
:param pulumi.Input[str] name: Unique name for the deployment
|
199
|
-
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
200
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
201
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
202
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
203
189
|
:param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
|
204
190
|
:param pulumi.Input['DeploymentTargetArgs'] target: Parameters that define your deployment, including the deployment
|
205
191
|
configuration and relevant templates.
|
@@ -322,12 +308,6 @@ class _DeploymentState:
|
|
322
308
|
@property
|
323
309
|
@pulumi.getter
|
324
310
|
def preview(self) -> Optional[pulumi.Input[bool]]:
|
325
|
-
"""
|
326
|
-
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
327
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
328
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
329
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
330
|
-
"""
|
331
311
|
return pulumi.get(self, "preview")
|
332
312
|
|
333
313
|
@preview.setter
|
@@ -457,10 +437,6 @@ class Deployment(pulumi.CustomResource):
|
|
457
437
|
:param pulumi.Input[str] description: Optional user-provided description of deployment.
|
458
438
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeploymentLabelArgs']]]] labels: Key-value pairs to apply to this labels.
|
459
439
|
:param pulumi.Input[str] name: Unique name for the deployment
|
460
|
-
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
461
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
462
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
463
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
464
440
|
:param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
|
465
441
|
configuration and relevant templates.
|
466
442
|
Structure is documented below.
|
@@ -618,10 +594,6 @@ class Deployment(pulumi.CustomResource):
|
|
618
594
|
:param pulumi.Input[str] manifest: Output only. URL of the manifest representing the last manifest that
|
619
595
|
was successfully deployed.
|
620
596
|
:param pulumi.Input[str] name: Unique name for the deployment
|
621
|
-
:param pulumi.Input[bool] preview: If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
622
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
623
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
624
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
625
597
|
:param pulumi.Input[str] self_link: Output only. Server defined URL for the resource.
|
626
598
|
:param pulumi.Input[pulumi.InputType['DeploymentTargetArgs']] target: Parameters that define your deployment, including the deployment
|
627
599
|
configuration and relevant templates.
|
@@ -710,12 +682,6 @@ class Deployment(pulumi.CustomResource):
|
|
710
682
|
@property
|
711
683
|
@pulumi.getter
|
712
684
|
def preview(self) -> pulumi.Output[Optional[bool]]:
|
713
|
-
"""
|
714
|
-
If set to true, a deployment is created with "shell" resources that are not actually instantiated. This allows you to
|
715
|
-
preview a deployment. It can be updated to false to actually deploy with real resources. ~>**NOTE:** Deployment Manager
|
716
|
-
does not allow update of a deployment in preview (unless updating to preview=false). Thus, Terraform will force-recreate
|
717
|
-
deployments if either preview is updated to true or if other fields are updated while preview is true.
|
718
|
-
"""
|
719
685
|
return pulumi.get(self, "preview")
|
720
686
|
|
721
687
|
@property
|
pulumi_gcp/dns/record_set.py
CHANGED
@@ -36,10 +36,6 @@ class RecordSetArgs:
|
|
36
36
|
:param pulumi.Input['RecordSetRoutingPolicyArgs'] routing_policy: The configuration for steering traffic based on query.
|
37
37
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
38
38
|
Structure is documented below.
|
39
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
40
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
41
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
42
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
43
39
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
44
40
|
"""
|
45
41
|
pulumi.set(__self__, "managed_zone", managed_zone)
|
@@ -123,12 +119,6 @@ class RecordSetArgs:
|
|
123
119
|
@property
|
124
120
|
@pulumi.getter
|
125
121
|
def rrdatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
126
|
-
"""
|
127
|
-
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
128
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
129
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
130
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
131
|
-
"""
|
132
122
|
return pulumi.get(self, "rrdatas")
|
133
123
|
|
134
124
|
@rrdatas.setter
|
@@ -168,10 +158,6 @@ class _RecordSetState:
|
|
168
158
|
:param pulumi.Input['RecordSetRoutingPolicyArgs'] routing_policy: The configuration for steering traffic based on query.
|
169
159
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
170
160
|
Structure is documented below.
|
171
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
172
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
173
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
174
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
175
161
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
176
162
|
:param pulumi.Input[str] type: The DNS record set type.
|
177
163
|
|
@@ -247,12 +233,6 @@ class _RecordSetState:
|
|
247
233
|
@property
|
248
234
|
@pulumi.getter
|
249
235
|
def rrdatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
250
|
-
"""
|
251
|
-
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
252
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
253
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
254
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
255
|
-
"""
|
256
236
|
return pulumi.get(self, "rrdatas")
|
257
237
|
|
258
238
|
@rrdatas.setter
|
@@ -526,10 +506,6 @@ class RecordSet(pulumi.CustomResource):
|
|
526
506
|
:param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
|
527
507
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
528
508
|
Structure is documented below.
|
529
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
530
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
531
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
532
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
533
509
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
534
510
|
:param pulumi.Input[str] type: The DNS record set type.
|
535
511
|
|
@@ -834,10 +810,6 @@ class RecordSet(pulumi.CustomResource):
|
|
834
810
|
:param pulumi.Input[pulumi.InputType['RecordSetRoutingPolicyArgs']] routing_policy: The configuration for steering traffic based on query.
|
835
811
|
Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type.
|
836
812
|
Structure is documented below.
|
837
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] rrdatas: The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
838
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
839
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
840
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
841
813
|
:param pulumi.Input[int] ttl: The time-to-live of this record set (seconds).
|
842
814
|
:param pulumi.Input[str] type: The DNS record set type.
|
843
815
|
|
@@ -895,12 +867,6 @@ class RecordSet(pulumi.CustomResource):
|
|
895
867
|
@property
|
896
868
|
@pulumi.getter
|
897
869
|
def rrdatas(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
898
|
-
"""
|
899
|
-
The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string
|
900
|
-
data contains spaces, add surrounding \\" if you don't want your string to get split on spaces. To specify a single
|
901
|
-
record value longer than 255 characters such as a TXT record for DKIM, add \\"\\" inside the Terraform configuration
|
902
|
-
string (e.g. "first255characters\\"\\"morecharacters").
|
903
|
-
"""
|
904
870
|
return pulumi.get(self, "rrdatas")
|
905
871
|
|
906
872
|
@property
|