pulumi-gcp 7.23.0__py3-none-any.whl → 7.23.0a1715621482__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 +0 -24
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/bigtable/__init__.py +0 -1
- pulumi_gcp/bigtable/_inputs.py +0 -101
- pulumi_gcp/bigtable/outputs.py +0 -119
- pulumi_gcp/certificateauthority/certificate_template.py +0 -70
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/clouddeploy/_inputs.py +0 -96
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -46
- pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
- pulumi_gcp/clouddeploy/outputs.py +1 -96
- pulumi_gcp/clouddeploy/target.py +7 -54
- pulumi_gcp/compute/_inputs.py +0 -689
- pulumi_gcp/compute/firewall_policy_rule.py +10 -125
- pulumi_gcp/compute/network_firewall_policy_rule.py +10 -125
- pulumi_gcp/compute/outputs.py +0 -684
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +10 -125
- pulumi_gcp/compute/region_security_policy_rule.py +1 -230
- pulumi_gcp/container/_inputs.py +3 -67
- pulumi_gcp/container/outputs.py +4 -93
- pulumi_gcp/dataflow/flex_template_job.py +7 -7
- pulumi_gcp/dataflow/job.py +7 -7
- pulumi_gcp/iam/_inputs.py +2 -191
- pulumi_gcp/iam/outputs.py +2 -197
- pulumi_gcp/iam/workforce_pool_provider.py +0 -245
- pulumi_gcp/integrationconnectors/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networksecurity/firewall_endpoint.py +0 -34
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -24
- pulumi_gcp/networksecurity/security_profile.py +0 -16
- pulumi_gcp/networksecurity/security_profile_group.py +0 -18
- pulumi_gcp/networksecurity/tls_inspection_policy.py +0 -16
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -2
- {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715621482.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715621482.dist-info}/RECORD +39 -42
- pulumi_gcp/bigtable/authorized_view.py +0 -440
- pulumi_gcp/integrationconnectors/managed_zone.py +0 -753
- pulumi_gcp/networkconnectivity/regional_endpoint.py +0 -946
- {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715621482.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715621482.dist-info}/top_level.txt +0 -0
@@ -371,7 +371,7 @@ class Repository(pulumi.CustomResource):
|
|
371
371
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
372
372
|
name="my-terraform-ghe-repo",
|
373
373
|
location="us-central1",
|
374
|
-
parent_connection=my_connection.
|
374
|
+
parent_connection=my_connection.id,
|
375
375
|
remote_uri="https://ghe.com/hashicorp/terraform-provider-google.git")
|
376
376
|
```
|
377
377
|
### Cloudbuildv2 Repository Github Doc
|
@@ -515,7 +515,7 @@ class Repository(pulumi.CustomResource):
|
|
515
515
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
516
516
|
name="my-terraform-ghe-repo",
|
517
517
|
location="us-central1",
|
518
|
-
parent_connection=my_connection.
|
518
|
+
parent_connection=my_connection.id,
|
519
519
|
remote_uri="https://ghe.com/hashicorp/terraform-provider-google.git")
|
520
520
|
```
|
521
521
|
### Cloudbuildv2 Repository Github Doc
|
@@ -18,7 +18,6 @@ __all__ = [
|
|
18
18
|
'CustomTargetTypeCustomActionsArgs',
|
19
19
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs',
|
20
20
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs',
|
21
|
-
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs',
|
22
21
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs',
|
23
22
|
'CustomTargetTypeIamBindingConditionArgs',
|
24
23
|
'CustomTargetTypeIamMemberConditionArgs',
|
@@ -49,7 +48,6 @@ __all__ = [
|
|
49
48
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPostdeployArgs',
|
50
49
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPredeployArgs',
|
51
50
|
'TargetAnthosClusterArgs',
|
52
|
-
'TargetCustomTargetArgs',
|
53
51
|
'TargetExecutionConfigArgs',
|
54
52
|
'TargetGkeArgs',
|
55
53
|
'TargetIamBindingConditionArgs',
|
@@ -353,14 +351,11 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
353
351
|
def __init__(__self__, *,
|
354
352
|
configs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
355
353
|
git: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs']] = None,
|
356
|
-
google_cloud_build_repo: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']] = None,
|
357
354
|
google_cloud_storage: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs']] = None):
|
358
355
|
"""
|
359
356
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] configs: The Skaffold Config modules to use from the specified source.
|
360
357
|
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs'] git: Remote git repository containing the Skaffold Config modules.
|
361
358
|
Structure is documented below.
|
362
|
-
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs'] google_cloud_build_repo: Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
363
|
-
Structure is documented below.
|
364
359
|
:param pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs'] google_cloud_storage: Cloud Storage bucket containing Skaffold Config modules.
|
365
360
|
Structure is documented below.
|
366
361
|
"""
|
@@ -368,8 +363,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
368
363
|
pulumi.set(__self__, "configs", configs)
|
369
364
|
if git is not None:
|
370
365
|
pulumi.set(__self__, "git", git)
|
371
|
-
if google_cloud_build_repo is not None:
|
372
|
-
pulumi.set(__self__, "google_cloud_build_repo", google_cloud_build_repo)
|
373
366
|
if google_cloud_storage is not None:
|
374
367
|
pulumi.set(__self__, "google_cloud_storage", google_cloud_storage)
|
375
368
|
|
@@ -398,19 +391,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs:
|
|
398
391
|
def git(self, value: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs']]):
|
399
392
|
pulumi.set(self, "git", value)
|
400
393
|
|
401
|
-
@property
|
402
|
-
@pulumi.getter(name="googleCloudBuildRepo")
|
403
|
-
def google_cloud_build_repo(self) -> Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']]:
|
404
|
-
"""
|
405
|
-
Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
406
|
-
Structure is documented below.
|
407
|
-
"""
|
408
|
-
return pulumi.get(self, "google_cloud_build_repo")
|
409
|
-
|
410
|
-
@google_cloud_build_repo.setter
|
411
|
-
def google_cloud_build_repo(self, value: Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs']]):
|
412
|
-
pulumi.set(self, "google_cloud_build_repo", value)
|
413
|
-
|
414
394
|
@property
|
415
395
|
@pulumi.getter(name="googleCloudStorage")
|
416
396
|
def google_cloud_storage(self) -> Optional[pulumi.Input['CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs']]:
|
@@ -479,60 +459,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs:
|
|
479
459
|
pulumi.set(self, "ref", value)
|
480
460
|
|
481
461
|
|
482
|
-
@pulumi.input_type
|
483
|
-
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs:
|
484
|
-
def __init__(__self__, *,
|
485
|
-
repository: pulumi.Input[str],
|
486
|
-
path: Optional[pulumi.Input[str]] = None,
|
487
|
-
ref: Optional[pulumi.Input[str]] = None):
|
488
|
-
"""
|
489
|
-
:param pulumi.Input[str] repository: Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
490
|
-
:param pulumi.Input[str] path: Relative path from the repository root to the Skaffold file.
|
491
|
-
:param pulumi.Input[str] ref: Branch or tag to use when cloning the repository.
|
492
|
-
"""
|
493
|
-
pulumi.set(__self__, "repository", repository)
|
494
|
-
if path is not None:
|
495
|
-
pulumi.set(__self__, "path", path)
|
496
|
-
if ref is not None:
|
497
|
-
pulumi.set(__self__, "ref", ref)
|
498
|
-
|
499
|
-
@property
|
500
|
-
@pulumi.getter
|
501
|
-
def repository(self) -> pulumi.Input[str]:
|
502
|
-
"""
|
503
|
-
Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
504
|
-
"""
|
505
|
-
return pulumi.get(self, "repository")
|
506
|
-
|
507
|
-
@repository.setter
|
508
|
-
def repository(self, value: pulumi.Input[str]):
|
509
|
-
pulumi.set(self, "repository", value)
|
510
|
-
|
511
|
-
@property
|
512
|
-
@pulumi.getter
|
513
|
-
def path(self) -> Optional[pulumi.Input[str]]:
|
514
|
-
"""
|
515
|
-
Relative path from the repository root to the Skaffold file.
|
516
|
-
"""
|
517
|
-
return pulumi.get(self, "path")
|
518
|
-
|
519
|
-
@path.setter
|
520
|
-
def path(self, value: Optional[pulumi.Input[str]]):
|
521
|
-
pulumi.set(self, "path", value)
|
522
|
-
|
523
|
-
@property
|
524
|
-
@pulumi.getter
|
525
|
-
def ref(self) -> Optional[pulumi.Input[str]]:
|
526
|
-
"""
|
527
|
-
Branch or tag to use when cloning the repository.
|
528
|
-
"""
|
529
|
-
return pulumi.get(self, "ref")
|
530
|
-
|
531
|
-
@ref.setter
|
532
|
-
def ref(self, value: Optional[pulumi.Input[str]]):
|
533
|
-
pulumi.set(self, "ref", value)
|
534
|
-
|
535
|
-
|
536
462
|
@pulumi.input_type
|
537
463
|
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs:
|
538
464
|
def __init__(__self__, *,
|
@@ -1840,28 +1766,6 @@ class TargetAnthosClusterArgs:
|
|
1840
1766
|
pulumi.set(self, "membership", value)
|
1841
1767
|
|
1842
1768
|
|
1843
|
-
@pulumi.input_type
|
1844
|
-
class TargetCustomTargetArgs:
|
1845
|
-
def __init__(__self__, *,
|
1846
|
-
custom_target_type: pulumi.Input[str]):
|
1847
|
-
"""
|
1848
|
-
:param pulumi.Input[str] custom_target_type: Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1849
|
-
"""
|
1850
|
-
pulumi.set(__self__, "custom_target_type", custom_target_type)
|
1851
|
-
|
1852
|
-
@property
|
1853
|
-
@pulumi.getter(name="customTargetType")
|
1854
|
-
def custom_target_type(self) -> pulumi.Input[str]:
|
1855
|
-
"""
|
1856
|
-
Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1857
|
-
"""
|
1858
|
-
return pulumi.get(self, "custom_target_type")
|
1859
|
-
|
1860
|
-
@custom_target_type.setter
|
1861
|
-
def custom_target_type(self, value: pulumi.Input[str]):
|
1862
|
-
pulumi.set(self, "custom_target_type", value)
|
1863
|
-
|
1864
|
-
|
1865
1769
|
@pulumi.input_type
|
1866
1770
|
class TargetExecutionConfigArgs:
|
1867
1771
|
def __init__(__self__, *,
|
@@ -507,29 +507,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
507
507
|
)],
|
508
508
|
))
|
509
509
|
```
|
510
|
-
### Clouddeploy Custom Target Type Gcb Repo Skaffold Modules
|
511
|
-
|
512
|
-
```python
|
513
|
-
import pulumi
|
514
|
-
import pulumi_gcp as gcp
|
515
|
-
|
516
|
-
custom_target_type = gcp.clouddeploy.CustomTargetType("custom-target-type",
|
517
|
-
location="us-central1",
|
518
|
-
name="my-custom-target-type",
|
519
|
-
description="My custom target type",
|
520
|
-
custom_actions=gcp.clouddeploy.CustomTargetTypeCustomActionsArgs(
|
521
|
-
render_action="renderAction",
|
522
|
-
deploy_action="deployAction",
|
523
|
-
include_skaffold_modules=[gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs(
|
524
|
-
configs=["my-config"],
|
525
|
-
google_cloud_build_repo=gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs(
|
526
|
-
repository="projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
527
|
-
path="configs/skaffold.yaml",
|
528
|
-
ref="main",
|
529
|
-
),
|
530
|
-
)],
|
531
|
-
))
|
532
|
-
```
|
533
510
|
|
534
511
|
## Import
|
535
512
|
|
@@ -660,29 +637,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
660
637
|
)],
|
661
638
|
))
|
662
639
|
```
|
663
|
-
### Clouddeploy Custom Target Type Gcb Repo Skaffold Modules
|
664
|
-
|
665
|
-
```python
|
666
|
-
import pulumi
|
667
|
-
import pulumi_gcp as gcp
|
668
|
-
|
669
|
-
custom_target_type = gcp.clouddeploy.CustomTargetType("custom-target-type",
|
670
|
-
location="us-central1",
|
671
|
-
name="my-custom-target-type",
|
672
|
-
description="My custom target type",
|
673
|
-
custom_actions=gcp.clouddeploy.CustomTargetTypeCustomActionsArgs(
|
674
|
-
render_action="renderAction",
|
675
|
-
deploy_action="deployAction",
|
676
|
-
include_skaffold_modules=[gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs(
|
677
|
-
configs=["my-config"],
|
678
|
-
google_cloud_build_repo=gcp.clouddeploy.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs(
|
679
|
-
repository="projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
680
|
-
path="configs/skaffold.yaml",
|
681
|
-
ref="main",
|
682
|
-
),
|
683
|
-
)],
|
684
|
-
))
|
685
|
-
```
|
686
640
|
|
687
641
|
## Import
|
688
642
|
|
@@ -39,7 +39,7 @@ class DeliveryPipelineArgs:
|
|
39
39
|
are additionally constrained to be <= 128 bytes. **Note**: This field is non-authoritative, and will only manage the
|
40
40
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
41
41
|
resource.
|
42
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
42
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
43
43
|
:param pulumi.Input[str] project: The project for the resource
|
44
44
|
:param pulumi.Input['DeliveryPipelineSerialPipelineArgs'] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
45
45
|
:param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
|
@@ -121,7 +121,7 @@ class DeliveryPipelineArgs:
|
|
121
121
|
@pulumi.getter
|
122
122
|
def name(self) -> Optional[pulumi.Input[str]]:
|
123
123
|
"""
|
124
|
-
Name of the `DeliveryPipeline`. Format is
|
124
|
+
Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
125
125
|
"""
|
126
126
|
return pulumi.get(self, "name")
|
127
127
|
|
@@ -204,7 +204,7 @@ class _DeliveryPipelineState:
|
|
204
204
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
205
205
|
resource.
|
206
206
|
:param pulumi.Input[str] location: The location for the resource
|
207
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
207
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
208
208
|
:param pulumi.Input[str] project: The project for the resource
|
209
209
|
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
210
210
|
:param pulumi.Input['DeliveryPipelineSerialPipelineArgs'] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
@@ -363,7 +363,7 @@ class _DeliveryPipelineState:
|
|
363
363
|
@pulumi.getter
|
364
364
|
def name(self) -> Optional[pulumi.Input[str]]:
|
365
365
|
"""
|
366
|
-
Name of the `DeliveryPipeline`. Format is
|
366
|
+
Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
367
367
|
"""
|
368
368
|
return pulumi.get(self, "name")
|
369
369
|
|
@@ -708,7 +708,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
708
708
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
709
709
|
resource.
|
710
710
|
:param pulumi.Input[str] location: The location for the resource
|
711
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
711
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
712
712
|
:param pulumi.Input[str] project: The project for the resource
|
713
713
|
:param pulumi.Input[pulumi.InputType['DeliveryPipelineSerialPipelineArgs']] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
714
714
|
:param pulumi.Input[bool] suspended: When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
|
@@ -1056,7 +1056,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1056
1056
|
labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
|
1057
1057
|
resource.
|
1058
1058
|
:param pulumi.Input[str] location: The location for the resource
|
1059
|
-
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is
|
1059
|
+
:param pulumi.Input[str] name: Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
1060
1060
|
:param pulumi.Input[str] project: The project for the resource
|
1061
1061
|
:param pulumi.Input[Mapping[str, Any]] pulumi_labels: The combination of labels configured directly on the resource and default labels configured on the provider.
|
1062
1062
|
:param pulumi.Input[pulumi.InputType['DeliveryPipelineSerialPipelineArgs']] serial_pipeline: SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`.
|
@@ -1168,7 +1168,7 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1168
1168
|
@pulumi.getter
|
1169
1169
|
def name(self) -> pulumi.Output[str]:
|
1170
1170
|
"""
|
1171
|
-
Name of the `DeliveryPipeline`. Format is
|
1171
|
+
Name of the `DeliveryPipeline`. Format is [a-z][a-z0-9\\-]{0,62}.
|
1172
1172
|
"""
|
1173
1173
|
return pulumi.get(self, "name")
|
1174
1174
|
|
@@ -19,7 +19,6 @@ __all__ = [
|
|
19
19
|
'CustomTargetTypeCustomActions',
|
20
20
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModule',
|
21
21
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit',
|
22
|
-
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo',
|
23
22
|
'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage',
|
24
23
|
'CustomTargetTypeIamBindingCondition',
|
25
24
|
'CustomTargetTypeIamMemberCondition',
|
@@ -50,7 +49,6 @@ __all__ = [
|
|
50
49
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPostdeploy',
|
51
50
|
'DeliveryPipelineSerialPipelineStageStrategyStandardPredeploy',
|
52
51
|
'TargetAnthosCluster',
|
53
|
-
'TargetCustomTarget',
|
54
52
|
'TargetExecutionConfig',
|
55
53
|
'TargetGke',
|
56
54
|
'TargetIamBindingCondition',
|
@@ -370,9 +368,7 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
370
368
|
@staticmethod
|
371
369
|
def __key_warning(key: str):
|
372
370
|
suggest = None
|
373
|
-
if key == "
|
374
|
-
suggest = "google_cloud_build_repo"
|
375
|
-
elif key == "googleCloudStorage":
|
371
|
+
if key == "googleCloudStorage":
|
376
372
|
suggest = "google_cloud_storage"
|
377
373
|
|
378
374
|
if suggest:
|
@@ -389,14 +385,11 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
389
385
|
def __init__(__self__, *,
|
390
386
|
configs: Optional[Sequence[str]] = None,
|
391
387
|
git: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit'] = None,
|
392
|
-
google_cloud_build_repo: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo'] = None,
|
393
388
|
google_cloud_storage: Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage'] = None):
|
394
389
|
"""
|
395
390
|
:param Sequence[str] configs: The Skaffold Config modules to use from the specified source.
|
396
391
|
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs' git: Remote git repository containing the Skaffold Config modules.
|
397
392
|
Structure is documented below.
|
398
|
-
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs' google_cloud_build_repo: Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
399
|
-
Structure is documented below.
|
400
393
|
:param 'CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs' google_cloud_storage: Cloud Storage bucket containing Skaffold Config modules.
|
401
394
|
Structure is documented below.
|
402
395
|
"""
|
@@ -404,8 +397,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
404
397
|
pulumi.set(__self__, "configs", configs)
|
405
398
|
if git is not None:
|
406
399
|
pulumi.set(__self__, "git", git)
|
407
|
-
if google_cloud_build_repo is not None:
|
408
|
-
pulumi.set(__self__, "google_cloud_build_repo", google_cloud_build_repo)
|
409
400
|
if google_cloud_storage is not None:
|
410
401
|
pulumi.set(__self__, "google_cloud_storage", google_cloud_storage)
|
411
402
|
|
@@ -426,15 +417,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModule(dict):
|
|
426
417
|
"""
|
427
418
|
return pulumi.get(self, "git")
|
428
419
|
|
429
|
-
@property
|
430
|
-
@pulumi.getter(name="googleCloudBuildRepo")
|
431
|
-
def google_cloud_build_repo(self) -> Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo']:
|
432
|
-
"""
|
433
|
-
Cloud Build 2nd gen repository containing the Skaffold Config modules.
|
434
|
-
Structure is documented below.
|
435
|
-
"""
|
436
|
-
return pulumi.get(self, "google_cloud_build_repo")
|
437
|
-
|
438
420
|
@property
|
439
421
|
@pulumi.getter(name="googleCloudStorage")
|
440
422
|
def google_cloud_storage(self) -> Optional['outputs.CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage']:
|
@@ -487,48 +469,6 @@ class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit(dict):
|
|
487
469
|
return pulumi.get(self, "ref")
|
488
470
|
|
489
471
|
|
490
|
-
@pulumi.output_type
|
491
|
-
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo(dict):
|
492
|
-
def __init__(__self__, *,
|
493
|
-
repository: str,
|
494
|
-
path: Optional[str] = None,
|
495
|
-
ref: Optional[str] = None):
|
496
|
-
"""
|
497
|
-
:param str repository: Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
498
|
-
:param str path: Relative path from the repository root to the Skaffold file.
|
499
|
-
:param str ref: Branch or tag to use when cloning the repository.
|
500
|
-
"""
|
501
|
-
pulumi.set(__self__, "repository", repository)
|
502
|
-
if path is not None:
|
503
|
-
pulumi.set(__self__, "path", path)
|
504
|
-
if ref is not None:
|
505
|
-
pulumi.set(__self__, "ref", ref)
|
506
|
-
|
507
|
-
@property
|
508
|
-
@pulumi.getter
|
509
|
-
def repository(self) -> str:
|
510
|
-
"""
|
511
|
-
Cloud Build 2nd gen repository in the format of 'projects/<project>/locations/<location>/connections/<connection>/repositories/<repository>'.
|
512
|
-
"""
|
513
|
-
return pulumi.get(self, "repository")
|
514
|
-
|
515
|
-
@property
|
516
|
-
@pulumi.getter
|
517
|
-
def path(self) -> Optional[str]:
|
518
|
-
"""
|
519
|
-
Relative path from the repository root to the Skaffold file.
|
520
|
-
"""
|
521
|
-
return pulumi.get(self, "path")
|
522
|
-
|
523
|
-
@property
|
524
|
-
@pulumi.getter
|
525
|
-
def ref(self) -> Optional[str]:
|
526
|
-
"""
|
527
|
-
Branch or tag to use when cloning the repository.
|
528
|
-
"""
|
529
|
-
return pulumi.get(self, "ref")
|
530
|
-
|
531
|
-
|
532
472
|
@pulumi.output_type
|
533
473
|
class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorage(dict):
|
534
474
|
def __init__(__self__, *,
|
@@ -1806,41 +1746,6 @@ class TargetAnthosCluster(dict):
|
|
1806
1746
|
return pulumi.get(self, "membership")
|
1807
1747
|
|
1808
1748
|
|
1809
|
-
@pulumi.output_type
|
1810
|
-
class TargetCustomTarget(dict):
|
1811
|
-
@staticmethod
|
1812
|
-
def __key_warning(key: str):
|
1813
|
-
suggest = None
|
1814
|
-
if key == "customTargetType":
|
1815
|
-
suggest = "custom_target_type"
|
1816
|
-
|
1817
|
-
if suggest:
|
1818
|
-
pulumi.log.warn(f"Key '{key}' not found in TargetCustomTarget. Access the value via the '{suggest}' property getter instead.")
|
1819
|
-
|
1820
|
-
def __getitem__(self, key: str) -> Any:
|
1821
|
-
TargetCustomTarget.__key_warning(key)
|
1822
|
-
return super().__getitem__(key)
|
1823
|
-
|
1824
|
-
def get(self, key: str, default = None) -> Any:
|
1825
|
-
TargetCustomTarget.__key_warning(key)
|
1826
|
-
return super().get(key, default)
|
1827
|
-
|
1828
|
-
def __init__(__self__, *,
|
1829
|
-
custom_target_type: str):
|
1830
|
-
"""
|
1831
|
-
:param str custom_target_type: Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1832
|
-
"""
|
1833
|
-
pulumi.set(__self__, "custom_target_type", custom_target_type)
|
1834
|
-
|
1835
|
-
@property
|
1836
|
-
@pulumi.getter(name="customTargetType")
|
1837
|
-
def custom_target_type(self) -> str:
|
1838
|
-
"""
|
1839
|
-
Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
|
1840
|
-
"""
|
1841
|
-
return pulumi.get(self, "custom_target_type")
|
1842
|
-
|
1843
|
-
|
1844
1749
|
@pulumi.output_type
|
1845
1750
|
class TargetExecutionConfig(dict):
|
1846
1751
|
@staticmethod
|
pulumi_gcp/clouddeploy/target.py
CHANGED
@@ -19,7 +19,6 @@ class TargetArgs:
|
|
19
19
|
location: pulumi.Input[str],
|
20
20
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
21
21
|
anthos_cluster: Optional[pulumi.Input['TargetAnthosClusterArgs']] = None,
|
22
|
-
custom_target: Optional[pulumi.Input['TargetCustomTargetArgs']] = None,
|
23
22
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
24
23
|
description: Optional[pulumi.Input[str]] = None,
|
25
24
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]]] = None,
|
@@ -38,7 +37,6 @@ class TargetArgs:
|
|
38
37
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
39
38
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
40
39
|
:param pulumi.Input['TargetAnthosClusterArgs'] anthos_cluster: Information specifying an Anthos Cluster.
|
41
|
-
:param pulumi.Input['TargetCustomTargetArgs'] custom_target: Optional. Information specifying a Custom Target.
|
42
40
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
43
41
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
44
42
|
:param pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -48,7 +46,7 @@ class TargetArgs:
|
|
48
46
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
49
47
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
50
48
|
:param pulumi.Input['TargetMultiTargetArgs'] multi_target: Information specifying a multiTarget.
|
51
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
49
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
52
50
|
|
53
51
|
|
54
52
|
|
@@ -62,8 +60,6 @@ class TargetArgs:
|
|
62
60
|
pulumi.set(__self__, "annotations", annotations)
|
63
61
|
if anthos_cluster is not None:
|
64
62
|
pulumi.set(__self__, "anthos_cluster", anthos_cluster)
|
65
|
-
if custom_target is not None:
|
66
|
-
pulumi.set(__self__, "custom_target", custom_target)
|
67
63
|
if deploy_parameters is not None:
|
68
64
|
pulumi.set(__self__, "deploy_parameters", deploy_parameters)
|
69
65
|
if description is not None:
|
@@ -124,18 +120,6 @@ class TargetArgs:
|
|
124
120
|
def anthos_cluster(self, value: Optional[pulumi.Input['TargetAnthosClusterArgs']]):
|
125
121
|
pulumi.set(self, "anthos_cluster", value)
|
126
122
|
|
127
|
-
@property
|
128
|
-
@pulumi.getter(name="customTarget")
|
129
|
-
def custom_target(self) -> Optional[pulumi.Input['TargetCustomTargetArgs']]:
|
130
|
-
"""
|
131
|
-
Optional. Information specifying a Custom Target.
|
132
|
-
"""
|
133
|
-
return pulumi.get(self, "custom_target")
|
134
|
-
|
135
|
-
@custom_target.setter
|
136
|
-
def custom_target(self, value: Optional[pulumi.Input['TargetCustomTargetArgs']]):
|
137
|
-
pulumi.set(self, "custom_target", value)
|
138
|
-
|
139
123
|
@property
|
140
124
|
@pulumi.getter(name="deployParameters")
|
141
125
|
def deploy_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -215,7 +199,7 @@ class TargetArgs:
|
|
215
199
|
@pulumi.getter
|
216
200
|
def name(self) -> Optional[pulumi.Input[str]]:
|
217
201
|
"""
|
218
|
-
Name of the `Target`. Format is
|
202
|
+
Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
219
203
|
|
220
204
|
|
221
205
|
|
@@ -270,7 +254,6 @@ class _TargetState:
|
|
270
254
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
271
255
|
anthos_cluster: Optional[pulumi.Input['TargetAnthosClusterArgs']] = None,
|
272
256
|
create_time: Optional[pulumi.Input[str]] = None,
|
273
|
-
custom_target: Optional[pulumi.Input['TargetCustomTargetArgs']] = None,
|
274
257
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
275
258
|
description: Optional[pulumi.Input[str]] = None,
|
276
259
|
effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -297,7 +280,6 @@ class _TargetState:
|
|
297
280
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
298
281
|
:param pulumi.Input['TargetAnthosClusterArgs'] anthos_cluster: Information specifying an Anthos Cluster.
|
299
282
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
300
|
-
:param pulumi.Input['TargetCustomTargetArgs'] custom_target: Optional. Information specifying a Custom Target.
|
301
283
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
302
284
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
303
285
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -310,7 +292,7 @@ class _TargetState:
|
|
310
292
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
311
293
|
:param pulumi.Input[str] location: The location for the resource
|
312
294
|
:param pulumi.Input['TargetMultiTargetArgs'] multi_target: Information specifying a multiTarget.
|
313
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
295
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
314
296
|
|
315
297
|
|
316
298
|
|
@@ -329,8 +311,6 @@ class _TargetState:
|
|
329
311
|
pulumi.set(__self__, "anthos_cluster", anthos_cluster)
|
330
312
|
if create_time is not None:
|
331
313
|
pulumi.set(__self__, "create_time", create_time)
|
332
|
-
if custom_target is not None:
|
333
|
-
pulumi.set(__self__, "custom_target", custom_target)
|
334
314
|
if deploy_parameters is not None:
|
335
315
|
pulumi.set(__self__, "deploy_parameters", deploy_parameters)
|
336
316
|
if description is not None:
|
@@ -407,18 +387,6 @@ class _TargetState:
|
|
407
387
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
408
388
|
pulumi.set(self, "create_time", value)
|
409
389
|
|
410
|
-
@property
|
411
|
-
@pulumi.getter(name="customTarget")
|
412
|
-
def custom_target(self) -> Optional[pulumi.Input['TargetCustomTargetArgs']]:
|
413
|
-
"""
|
414
|
-
Optional. Information specifying a Custom Target.
|
415
|
-
"""
|
416
|
-
return pulumi.get(self, "custom_target")
|
417
|
-
|
418
|
-
@custom_target.setter
|
419
|
-
def custom_target(self, value: Optional[pulumi.Input['TargetCustomTargetArgs']]):
|
420
|
-
pulumi.set(self, "custom_target", value)
|
421
|
-
|
422
390
|
@property
|
423
391
|
@pulumi.getter(name="deployParameters")
|
424
392
|
def deploy_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -543,7 +511,7 @@ class _TargetState:
|
|
543
511
|
@pulumi.getter
|
544
512
|
def name(self) -> Optional[pulumi.Input[str]]:
|
545
513
|
"""
|
546
|
-
Name of the `Target`. Format is
|
514
|
+
Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
547
515
|
|
548
516
|
|
549
517
|
|
@@ -647,7 +615,6 @@ class Target(pulumi.CustomResource):
|
|
647
615
|
opts: Optional[pulumi.ResourceOptions] = None,
|
648
616
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
649
617
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
650
|
-
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
651
618
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
652
619
|
description: Optional[pulumi.Input[str]] = None,
|
653
620
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]]] = None,
|
@@ -791,7 +758,6 @@ class Target(pulumi.CustomResource):
|
|
791
758
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
792
759
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
793
760
|
:param pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']] anthos_cluster: Information specifying an Anthos Cluster.
|
794
|
-
:param pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']] custom_target: Optional. Information specifying a Custom Target.
|
795
761
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
796
762
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
797
763
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -802,7 +768,7 @@ class Target(pulumi.CustomResource):
|
|
802
768
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
803
769
|
:param pulumi.Input[str] location: The location for the resource
|
804
770
|
:param pulumi.Input[pulumi.InputType['TargetMultiTargetArgs']] multi_target: Information specifying a multiTarget.
|
805
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
771
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
806
772
|
|
807
773
|
|
808
774
|
|
@@ -958,7 +924,6 @@ class Target(pulumi.CustomResource):
|
|
958
924
|
opts: Optional[pulumi.ResourceOptions] = None,
|
959
925
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
960
926
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
961
|
-
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
962
927
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
963
928
|
description: Optional[pulumi.Input[str]] = None,
|
964
929
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]]] = None,
|
@@ -981,7 +946,6 @@ class Target(pulumi.CustomResource):
|
|
981
946
|
|
982
947
|
__props__.__dict__["annotations"] = annotations
|
983
948
|
__props__.__dict__["anthos_cluster"] = anthos_cluster
|
984
|
-
__props__.__dict__["custom_target"] = custom_target
|
985
949
|
__props__.__dict__["deploy_parameters"] = deploy_parameters
|
986
950
|
__props__.__dict__["description"] = description
|
987
951
|
__props__.__dict__["execution_configs"] = execution_configs
|
@@ -1018,7 +982,6 @@ class Target(pulumi.CustomResource):
|
|
1018
982
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1019
983
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
1020
984
|
create_time: Optional[pulumi.Input[str]] = None,
|
1021
|
-
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
1022
985
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1023
986
|
description: Optional[pulumi.Input[str]] = None,
|
1024
987
|
effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -1050,7 +1013,6 @@ class Target(pulumi.CustomResource):
|
|
1050
1013
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1051
1014
|
:param pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']] anthos_cluster: Information specifying an Anthos Cluster.
|
1052
1015
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
1053
|
-
:param pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']] custom_target: Optional. Information specifying a Custom Target.
|
1054
1016
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
1055
1017
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
1056
1018
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -1063,7 +1025,7 @@ class Target(pulumi.CustomResource):
|
|
1063
1025
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1064
1026
|
:param pulumi.Input[str] location: The location for the resource
|
1065
1027
|
:param pulumi.Input[pulumi.InputType['TargetMultiTargetArgs']] multi_target: Information specifying a multiTarget.
|
1066
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
1028
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
1067
1029
|
|
1068
1030
|
|
1069
1031
|
|
@@ -1083,7 +1045,6 @@ class Target(pulumi.CustomResource):
|
|
1083
1045
|
__props__.__dict__["annotations"] = annotations
|
1084
1046
|
__props__.__dict__["anthos_cluster"] = anthos_cluster
|
1085
1047
|
__props__.__dict__["create_time"] = create_time
|
1086
|
-
__props__.__dict__["custom_target"] = custom_target
|
1087
1048
|
__props__.__dict__["deploy_parameters"] = deploy_parameters
|
1088
1049
|
__props__.__dict__["description"] = description
|
1089
1050
|
__props__.__dict__["effective_annotations"] = effective_annotations
|
@@ -1131,14 +1092,6 @@ class Target(pulumi.CustomResource):
|
|
1131
1092
|
"""
|
1132
1093
|
return pulumi.get(self, "create_time")
|
1133
1094
|
|
1134
|
-
@property
|
1135
|
-
@pulumi.getter(name="customTarget")
|
1136
|
-
def custom_target(self) -> pulumi.Output[Optional['outputs.TargetCustomTarget']]:
|
1137
|
-
"""
|
1138
|
-
Optional. Information specifying a Custom Target.
|
1139
|
-
"""
|
1140
|
-
return pulumi.get(self, "custom_target")
|
1141
|
-
|
1142
1095
|
@property
|
1143
1096
|
@pulumi.getter(name="deployParameters")
|
1144
1097
|
def deploy_parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
@@ -1223,7 +1176,7 @@ class Target(pulumi.CustomResource):
|
|
1223
1176
|
@pulumi.getter
|
1224
1177
|
def name(self) -> pulumi.Output[str]:
|
1225
1178
|
"""
|
1226
|
-
Name of the `Target`. Format is
|
1179
|
+
Name of the `Target`. Format is [a-z][a-z0-9\\-]{0,62}.
|
1227
1180
|
|
1228
1181
|
|
1229
1182
|
|