pulumi-gcp 7.20.0a1713984378__py3-none-any.whl → 7.21.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +48 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/organization.py +162 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/artifactregistry/_inputs.py +186 -0
- pulumi_gcp/artifactregistry/outputs.py +297 -4
- pulumi_gcp/artifactregistry/repository.py +346 -16
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/billing/budget.py +54 -0
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- 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/cloudfunctionsv2/_inputs.py +16 -0
- pulumi_gcp/cloudfunctionsv2/function.py +110 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +169 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/get_instance_group_manager.py +11 -1
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/instance_group_manager.py +68 -21
- pulumi_gcp/compute/outputs.py +213 -65
- pulumi_gcp/compute/region_instance_group_manager.py +61 -14
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- 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/container/outputs.py +4 -4
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- 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/_inputs.py +2 -130
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +3 -9
- pulumi_gcp/dns/get_record_set.py +3 -0
- pulumi_gcp/dns/outputs.py +36 -58
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- 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/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/firestore/document.py +4 -4
- 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/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/organizations/get_active_folder.py +18 -3
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/iam_member_remove.py +313 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/vmwareengine/_inputs.py +63 -5
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/outputs.py +113 -5
- pulumi_gcp/vmwareengine/private_cloud.py +0 -94
- pulumi_gcp/workbench/instance.py +4 -4
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +32 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +131 -124
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713984378.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
@@ -16,6 +16,7 @@ __all__ = [
|
|
16
16
|
'AuthorityConfigSubjectConfig',
|
17
17
|
'AuthorityConfigSubjectConfigSubject',
|
18
18
|
'AuthorityConfigSubjectConfigSubjectAltName',
|
19
|
+
'AuthorityConfigSubjectKeyId',
|
19
20
|
'AuthorityConfigX509Config',
|
20
21
|
'AuthorityConfigX509ConfigAdditionalExtension',
|
21
22
|
'AuthorityConfigX509ConfigAdditionalExtensionObjectId',
|
@@ -74,6 +75,7 @@ __all__ = [
|
|
74
75
|
'CertificateConfigSubjectConfig',
|
75
76
|
'CertificateConfigSubjectConfigSubject',
|
76
77
|
'CertificateConfigSubjectConfigSubjectAltName',
|
78
|
+
'CertificateConfigSubjectKeyId',
|
77
79
|
'CertificateConfigX509Config',
|
78
80
|
'CertificateConfigX509ConfigAdditionalExtension',
|
79
81
|
'CertificateConfigX509ConfigAdditionalExtensionObjectId',
|
@@ -105,6 +107,7 @@ __all__ = [
|
|
105
107
|
'GetAuthorityConfigSubjectConfigResult',
|
106
108
|
'GetAuthorityConfigSubjectConfigSubjectResult',
|
107
109
|
'GetAuthorityConfigSubjectConfigSubjectAltNameResult',
|
110
|
+
'GetAuthorityConfigSubjectKeyIdResult',
|
108
111
|
'GetAuthorityConfigX509ConfigResult',
|
109
112
|
'GetAuthorityConfigX509ConfigAdditionalExtensionResult',
|
110
113
|
'GetAuthorityConfigX509ConfigAdditionalExtensionObjectIdResult',
|
@@ -187,6 +190,8 @@ class AuthorityConfig(dict):
|
|
187
190
|
suggest = "subject_config"
|
188
191
|
elif key == "x509Config":
|
189
192
|
suggest = "x509_config"
|
193
|
+
elif key == "subjectKeyId":
|
194
|
+
suggest = "subject_key_id"
|
190
195
|
|
191
196
|
if suggest:
|
192
197
|
pulumi.log.warn(f"Key '{key}' not found in AuthorityConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -201,18 +206,20 @@ class AuthorityConfig(dict):
|
|
201
206
|
|
202
207
|
def __init__(__self__, *,
|
203
208
|
subject_config: 'outputs.AuthorityConfigSubjectConfig',
|
204
|
-
x509_config: 'outputs.AuthorityConfigX509Config'
|
209
|
+
x509_config: 'outputs.AuthorityConfigX509Config',
|
210
|
+
subject_key_id: Optional['outputs.AuthorityConfigSubjectKeyId'] = None):
|
205
211
|
"""
|
206
212
|
:param 'AuthorityConfigSubjectConfigArgs' subject_config: Specifies some of the values in a certificate that are related to the subject.
|
207
213
|
Structure is documented below.
|
208
|
-
|
209
|
-
|
210
|
-
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
211
214
|
:param 'AuthorityConfigX509ConfigArgs' x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
212
215
|
Structure is documented below.
|
216
|
+
:param 'AuthorityConfigSubjectKeyIdArgs' subject_key_id: When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
217
|
+
Structure is documented below.
|
213
218
|
"""
|
214
219
|
pulumi.set(__self__, "subject_config", subject_config)
|
215
220
|
pulumi.set(__self__, "x509_config", x509_config)
|
221
|
+
if subject_key_id is not None:
|
222
|
+
pulumi.set(__self__, "subject_key_id", subject_key_id)
|
216
223
|
|
217
224
|
@property
|
218
225
|
@pulumi.getter(name="subjectConfig")
|
@@ -220,9 +227,6 @@ class AuthorityConfig(dict):
|
|
220
227
|
"""
|
221
228
|
Specifies some of the values in a certificate that are related to the subject.
|
222
229
|
Structure is documented below.
|
223
|
-
|
224
|
-
|
225
|
-
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
226
230
|
"""
|
227
231
|
return pulumi.get(self, "subject_config")
|
228
232
|
|
@@ -235,6 +239,15 @@ class AuthorityConfig(dict):
|
|
235
239
|
"""
|
236
240
|
return pulumi.get(self, "x509_config")
|
237
241
|
|
242
|
+
@property
|
243
|
+
@pulumi.getter(name="subjectKeyId")
|
244
|
+
def subject_key_id(self) -> Optional['outputs.AuthorityConfigSubjectKeyId']:
|
245
|
+
"""
|
246
|
+
When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
247
|
+
Structure is documented below.
|
248
|
+
"""
|
249
|
+
return pulumi.get(self, "subject_key_id")
|
250
|
+
|
238
251
|
|
239
252
|
@pulumi.output_type
|
240
253
|
class AuthorityConfigSubjectConfig(dict):
|
@@ -489,6 +502,46 @@ class AuthorityConfigSubjectConfigSubjectAltName(dict):
|
|
489
502
|
return pulumi.get(self, "uris")
|
490
503
|
|
491
504
|
|
505
|
+
@pulumi.output_type
|
506
|
+
class AuthorityConfigSubjectKeyId(dict):
|
507
|
+
@staticmethod
|
508
|
+
def __key_warning(key: str):
|
509
|
+
suggest = None
|
510
|
+
if key == "keyId":
|
511
|
+
suggest = "key_id"
|
512
|
+
|
513
|
+
if suggest:
|
514
|
+
pulumi.log.warn(f"Key '{key}' not found in AuthorityConfigSubjectKeyId. Access the value via the '{suggest}' property getter instead.")
|
515
|
+
|
516
|
+
def __getitem__(self, key: str) -> Any:
|
517
|
+
AuthorityConfigSubjectKeyId.__key_warning(key)
|
518
|
+
return super().__getitem__(key)
|
519
|
+
|
520
|
+
def get(self, key: str, default = None) -> Any:
|
521
|
+
AuthorityConfigSubjectKeyId.__key_warning(key)
|
522
|
+
return super().get(key, default)
|
523
|
+
|
524
|
+
def __init__(__self__, *,
|
525
|
+
key_id: Optional[str] = None):
|
526
|
+
"""
|
527
|
+
:param str key_id: The value of the KeyId in lowercase hexidecimal.
|
528
|
+
|
529
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
530
|
+
"""
|
531
|
+
if key_id is not None:
|
532
|
+
pulumi.set(__self__, "key_id", key_id)
|
533
|
+
|
534
|
+
@property
|
535
|
+
@pulumi.getter(name="keyId")
|
536
|
+
def key_id(self) -> Optional[str]:
|
537
|
+
"""
|
538
|
+
The value of the KeyId in lowercase hexidecimal.
|
539
|
+
|
540
|
+
<a name="nested_x509_config"></a>The `x509_config` block supports:
|
541
|
+
"""
|
542
|
+
return pulumi.get(self, "key_id")
|
543
|
+
|
544
|
+
|
492
545
|
@pulumi.output_type
|
493
546
|
class AuthorityConfigX509Config(dict):
|
494
547
|
@staticmethod
|
@@ -3720,8 +3773,7 @@ class CertificateCertificateDescriptionSubjectKeyId(dict):
|
|
3720
3773
|
def __init__(__self__, *,
|
3721
3774
|
key_id: Optional[str] = None):
|
3722
3775
|
"""
|
3723
|
-
:param str key_id:
|
3724
|
-
Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
|
3776
|
+
:param str key_id: The value of the KeyId in lowercase hexidecimal.
|
3725
3777
|
"""
|
3726
3778
|
if key_id is not None:
|
3727
3779
|
pulumi.set(__self__, "key_id", key_id)
|
@@ -3730,8 +3782,7 @@ class CertificateCertificateDescriptionSubjectKeyId(dict):
|
|
3730
3782
|
@pulumi.getter(name="keyId")
|
3731
3783
|
def key_id(self) -> Optional[str]:
|
3732
3784
|
"""
|
3733
|
-
|
3734
|
-
Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most likely the 160 bit SHA-1 hash of the public key.
|
3785
|
+
The value of the KeyId in lowercase hexidecimal.
|
3735
3786
|
"""
|
3736
3787
|
return pulumi.get(self, "key_id")
|
3737
3788
|
|
@@ -4619,6 +4670,8 @@ class CertificateConfig(dict):
|
|
4619
4670
|
suggest = "subject_config"
|
4620
4671
|
elif key == "x509Config":
|
4621
4672
|
suggest = "x509_config"
|
4673
|
+
elif key == "subjectKeyId":
|
4674
|
+
suggest = "subject_key_id"
|
4622
4675
|
|
4623
4676
|
if suggest:
|
4624
4677
|
pulumi.log.warn(f"Key '{key}' not found in CertificateConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -4634,7 +4687,8 @@ class CertificateConfig(dict):
|
|
4634
4687
|
def __init__(__self__, *,
|
4635
4688
|
public_key: 'outputs.CertificateConfigPublicKey',
|
4636
4689
|
subject_config: 'outputs.CertificateConfigSubjectConfig',
|
4637
|
-
x509_config: 'outputs.CertificateConfigX509Config'
|
4690
|
+
x509_config: 'outputs.CertificateConfigX509Config',
|
4691
|
+
subject_key_id: Optional['outputs.CertificateConfigSubjectKeyId'] = None):
|
4638
4692
|
"""
|
4639
4693
|
:param 'CertificateConfigPublicKeyArgs' public_key: A PublicKey describes a public key.
|
4640
4694
|
Structure is documented below.
|
@@ -4645,10 +4699,14 @@ class CertificateConfig(dict):
|
|
4645
4699
|
Structure is documented below.
|
4646
4700
|
:param 'CertificateConfigX509ConfigArgs' x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
|
4647
4701
|
Structure is documented below.
|
4702
|
+
:param 'CertificateConfigSubjectKeyIdArgs' subject_key_id: When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
4703
|
+
Structure is documented below.
|
4648
4704
|
"""
|
4649
4705
|
pulumi.set(__self__, "public_key", public_key)
|
4650
4706
|
pulumi.set(__self__, "subject_config", subject_config)
|
4651
4707
|
pulumi.set(__self__, "x509_config", x509_config)
|
4708
|
+
if subject_key_id is not None:
|
4709
|
+
pulumi.set(__self__, "subject_key_id", subject_key_id)
|
4652
4710
|
|
4653
4711
|
@property
|
4654
4712
|
@pulumi.getter(name="publicKey")
|
@@ -4680,6 +4738,15 @@ class CertificateConfig(dict):
|
|
4680
4738
|
"""
|
4681
4739
|
return pulumi.get(self, "x509_config")
|
4682
4740
|
|
4741
|
+
@property
|
4742
|
+
@pulumi.getter(name="subjectKeyId")
|
4743
|
+
def subject_key_id(self) -> Optional['outputs.CertificateConfigSubjectKeyId']:
|
4744
|
+
"""
|
4745
|
+
When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
4746
|
+
Structure is documented below.
|
4747
|
+
"""
|
4748
|
+
return pulumi.get(self, "subject_key_id")
|
4749
|
+
|
4683
4750
|
|
4684
4751
|
@pulumi.output_type
|
4685
4752
|
class CertificateConfigPublicKey(dict):
|
@@ -4966,6 +5033,42 @@ class CertificateConfigSubjectConfigSubjectAltName(dict):
|
|
4966
5033
|
return pulumi.get(self, "uris")
|
4967
5034
|
|
4968
5035
|
|
5036
|
+
@pulumi.output_type
|
5037
|
+
class CertificateConfigSubjectKeyId(dict):
|
5038
|
+
@staticmethod
|
5039
|
+
def __key_warning(key: str):
|
5040
|
+
suggest = None
|
5041
|
+
if key == "keyId":
|
5042
|
+
suggest = "key_id"
|
5043
|
+
|
5044
|
+
if suggest:
|
5045
|
+
pulumi.log.warn(f"Key '{key}' not found in CertificateConfigSubjectKeyId. Access the value via the '{suggest}' property getter instead.")
|
5046
|
+
|
5047
|
+
def __getitem__(self, key: str) -> Any:
|
5048
|
+
CertificateConfigSubjectKeyId.__key_warning(key)
|
5049
|
+
return super().__getitem__(key)
|
5050
|
+
|
5051
|
+
def get(self, key: str, default = None) -> Any:
|
5052
|
+
CertificateConfigSubjectKeyId.__key_warning(key)
|
5053
|
+
return super().get(key, default)
|
5054
|
+
|
5055
|
+
def __init__(__self__, *,
|
5056
|
+
key_id: Optional[str] = None):
|
5057
|
+
"""
|
5058
|
+
:param str key_id: The value of the KeyId in lowercase hexidecimal.
|
5059
|
+
"""
|
5060
|
+
if key_id is not None:
|
5061
|
+
pulumi.set(__self__, "key_id", key_id)
|
5062
|
+
|
5063
|
+
@property
|
5064
|
+
@pulumi.getter(name="keyId")
|
5065
|
+
def key_id(self) -> Optional[str]:
|
5066
|
+
"""
|
5067
|
+
The value of the KeyId in lowercase hexidecimal.
|
5068
|
+
"""
|
5069
|
+
return pulumi.get(self, "key_id")
|
5070
|
+
|
5071
|
+
|
4969
5072
|
@pulumi.output_type
|
4970
5073
|
class CertificateConfigX509Config(dict):
|
4971
5074
|
@staticmethod
|
@@ -6856,12 +6959,15 @@ class GetAuthorityAccessUrlResult(dict):
|
|
6856
6959
|
class GetAuthorityConfigResult(dict):
|
6857
6960
|
def __init__(__self__, *,
|
6858
6961
|
subject_configs: Sequence['outputs.GetAuthorityConfigSubjectConfigResult'],
|
6962
|
+
subject_key_ids: Sequence['outputs.GetAuthorityConfigSubjectKeyIdResult'],
|
6859
6963
|
x509_configs: Sequence['outputs.GetAuthorityConfigX509ConfigResult']):
|
6860
6964
|
"""
|
6861
6965
|
:param Sequence['GetAuthorityConfigSubjectConfigArgs'] subject_configs: Specifies some of the values in a certificate that are related to the subject.
|
6966
|
+
:param Sequence['GetAuthorityConfigSubjectKeyIdArgs'] subject_key_ids: When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
6862
6967
|
:param Sequence['GetAuthorityConfigX509ConfigArgs'] x509_configs: Describes how some of the technical X.509 fields in a certificate should be populated.
|
6863
6968
|
"""
|
6864
6969
|
pulumi.set(__self__, "subject_configs", subject_configs)
|
6970
|
+
pulumi.set(__self__, "subject_key_ids", subject_key_ids)
|
6865
6971
|
pulumi.set(__self__, "x509_configs", x509_configs)
|
6866
6972
|
|
6867
6973
|
@property
|
@@ -6872,6 +6978,14 @@ class GetAuthorityConfigResult(dict):
|
|
6872
6978
|
"""
|
6873
6979
|
return pulumi.get(self, "subject_configs")
|
6874
6980
|
|
6981
|
+
@property
|
6982
|
+
@pulumi.getter(name="subjectKeyIds")
|
6983
|
+
def subject_key_ids(self) -> Sequence['outputs.GetAuthorityConfigSubjectKeyIdResult']:
|
6984
|
+
"""
|
6985
|
+
When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
|
6986
|
+
"""
|
6987
|
+
return pulumi.get(self, "subject_key_ids")
|
6988
|
+
|
6875
6989
|
@property
|
6876
6990
|
@pulumi.getter(name="x509Configs")
|
6877
6991
|
def x509_configs(self) -> Sequence['outputs.GetAuthorityConfigX509ConfigResult']:
|
@@ -7056,6 +7170,24 @@ class GetAuthorityConfigSubjectConfigSubjectAltNameResult(dict):
|
|
7056
7170
|
return pulumi.get(self, "uris")
|
7057
7171
|
|
7058
7172
|
|
7173
|
+
@pulumi.output_type
|
7174
|
+
class GetAuthorityConfigSubjectKeyIdResult(dict):
|
7175
|
+
def __init__(__self__, *,
|
7176
|
+
key_id: str):
|
7177
|
+
"""
|
7178
|
+
:param str key_id: The value of the KeyId in lowercase hexidecimal.
|
7179
|
+
"""
|
7180
|
+
pulumi.set(__self__, "key_id", key_id)
|
7181
|
+
|
7182
|
+
@property
|
7183
|
+
@pulumi.getter(name="keyId")
|
7184
|
+
def key_id(self) -> str:
|
7185
|
+
"""
|
7186
|
+
The value of the KeyId in lowercase hexidecimal.
|
7187
|
+
"""
|
7188
|
+
return pulumi.get(self, "key_id")
|
7189
|
+
|
7190
|
+
|
7059
7191
|
@pulumi.output_type
|
7060
7192
|
class GetAuthorityConfigX509ConfigResult(dict):
|
7061
7193
|
def __init__(__self__, *,
|
@@ -166,8 +166,6 @@ class _WorkerPoolState:
|
|
166
166
|
:param pulumi.Input[str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
167
167
|
:param pulumi.Input[str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
168
168
|
:param pulumi.Input[str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
169
|
-
: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
|
170
|
-
Terraform, other clients and services.
|
171
169
|
:param pulumi.Input[str] location: The location for the resource
|
172
170
|
:param pulumi.Input[str] name: User-defined name of the `WorkerPool`.
|
173
171
|
|
@@ -260,10 +258,6 @@ class _WorkerPoolState:
|
|
260
258
|
@property
|
261
259
|
@pulumi.getter(name="effectiveAnnotations")
|
262
260
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
263
|
-
"""
|
264
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
265
|
-
Terraform, other clients and services.
|
266
|
-
"""
|
267
261
|
return pulumi.get(self, "effective_annotations")
|
268
262
|
|
269
263
|
@effective_annotations.setter
|
@@ -644,8 +638,6 @@ class WorkerPool(pulumi.CustomResource):
|
|
644
638
|
:param pulumi.Input[str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
645
639
|
:param pulumi.Input[str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
646
640
|
:param pulumi.Input[str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
647
|
-
: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
|
648
|
-
Terraform, other clients and services.
|
649
641
|
:param pulumi.Input[str] location: The location for the resource
|
650
642
|
:param pulumi.Input[str] name: User-defined name of the `WorkerPool`.
|
651
643
|
|
@@ -714,10 +706,6 @@ class WorkerPool(pulumi.CustomResource):
|
|
714
706
|
@property
|
715
707
|
@pulumi.getter(name="effectiveAnnotations")
|
716
708
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
717
|
-
"""
|
718
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
719
|
-
Terraform, other clients and services.
|
720
|
-
"""
|
721
709
|
return pulumi.get(self, "effective_annotations")
|
722
710
|
|
723
711
|
@property
|
@@ -190,8 +190,6 @@ class _ConnectionState:
|
|
190
190
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
191
191
|
:param pulumi.Input[str] create_time: Output only. Server assigned timestamp for when the connection was created.
|
192
192
|
:param pulumi.Input[bool] disabled: If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
|
193
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
194
|
-
Terraform, other clients and services.
|
195
193
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
196
194
|
:param pulumi.Input['ConnectionGithubConfigArgs'] github_config: Configuration for connections to github.com.
|
197
195
|
Structure is documented below.
|
@@ -281,10 +279,6 @@ class _ConnectionState:
|
|
281
279
|
@property
|
282
280
|
@pulumi.getter(name="effectiveAnnotations")
|
283
281
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
284
|
-
"""
|
285
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
286
|
-
Terraform, other clients and services.
|
287
|
-
"""
|
288
282
|
return pulumi.get(self, "effective_annotations")
|
289
283
|
|
290
284
|
@effective_annotations.setter
|
@@ -814,8 +808,6 @@ class Connection(pulumi.CustomResource):
|
|
814
808
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
815
809
|
:param pulumi.Input[str] create_time: Output only. Server assigned timestamp for when the connection was created.
|
816
810
|
:param pulumi.Input[bool] disabled: If disabled is set to true, functionality is disabled for this connection. Repository based API methods and webhooks processing for repositories in this connection will be disabled.
|
817
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
818
|
-
Terraform, other clients and services.
|
819
811
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
820
812
|
:param pulumi.Input[pulumi.InputType['ConnectionGithubConfigArgs']] github_config: Configuration for connections to github.com.
|
821
813
|
Structure is documented below.
|
@@ -884,10 +876,6 @@ class Connection(pulumi.CustomResource):
|
|
884
876
|
@property
|
885
877
|
@pulumi.getter(name="effectiveAnnotations")
|
886
878
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
887
|
-
"""
|
888
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
889
|
-
Terraform, other clients and services.
|
890
|
-
"""
|
891
879
|
return pulumi.get(self, "effective_annotations")
|
892
880
|
|
893
881
|
@property
|
@@ -144,8 +144,6 @@ class _RepositoryState:
|
|
144
144
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
145
145
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
146
146
|
:param pulumi.Input[str] create_time: Output only. Server assigned timestamp for when the connection was created.
|
147
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
148
|
-
Terraform, other clients and services.
|
149
147
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
150
148
|
:param pulumi.Input[str] location: The location for the resource
|
151
149
|
:param pulumi.Input[str] name: Name of the repository.
|
@@ -208,10 +206,6 @@ class _RepositoryState:
|
|
208
206
|
@property
|
209
207
|
@pulumi.getter(name="effectiveAnnotations")
|
210
208
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
211
|
-
"""
|
212
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
213
|
-
Terraform, other clients and services.
|
214
|
-
"""
|
215
209
|
return pulumi.get(self, "effective_annotations")
|
216
210
|
|
217
211
|
@effective_annotations.setter
|
@@ -661,8 +655,6 @@ class Repository(pulumi.CustomResource):
|
|
661
655
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
662
656
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
663
657
|
:param pulumi.Input[str] create_time: Output only. Server assigned timestamp for when the connection was created.
|
664
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
665
|
-
Terraform, other clients and services.
|
666
658
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
667
659
|
:param pulumi.Input[str] location: The location for the resource
|
668
660
|
:param pulumi.Input[str] name: Name of the repository.
|
@@ -712,10 +704,6 @@ class Repository(pulumi.CustomResource):
|
|
712
704
|
@property
|
713
705
|
@pulumi.getter(name="effectiveAnnotations")
|
714
706
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
715
|
-
"""
|
716
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
717
|
-
Terraform, other clients and services.
|
718
|
-
"""
|
719
707
|
return pulumi.get(self, "effective_annotations")
|
720
708
|
|
721
709
|
@property
|
@@ -255,8 +255,6 @@ class _AutomationState:
|
|
255
255
|
:param pulumi.Input[str] create_time: Output only. Time at which the automation was created.
|
256
256
|
:param pulumi.Input[str] delivery_pipeline: The delivery_pipeline for the resource
|
257
257
|
:param pulumi.Input[str] description: Optional. Description of the 'Automation'. Max length is 255 characters.
|
258
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
259
|
-
Terraform, other clients and services.
|
260
258
|
: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 Pulumi, other clients and services.
|
261
259
|
:param pulumi.Input[str] etag: Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
262
260
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the
|
@@ -375,10 +373,6 @@ class _AutomationState:
|
|
375
373
|
@property
|
376
374
|
@pulumi.getter(name="effectiveAnnotations")
|
377
375
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
378
|
-
"""
|
379
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
380
|
-
Terraform, other clients and services.
|
381
|
-
"""
|
382
376
|
return pulumi.get(self, "effective_annotations")
|
383
377
|
|
384
378
|
@effective_annotations.setter
|
@@ -962,8 +956,6 @@ class Automation(pulumi.CustomResource):
|
|
962
956
|
:param pulumi.Input[str] create_time: Output only. Time at which the automation was created.
|
963
957
|
:param pulumi.Input[str] delivery_pipeline: The delivery_pipeline for the resource
|
964
958
|
:param pulumi.Input[str] description: Optional. Description of the 'Automation'. Max length is 255 characters.
|
965
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
966
|
-
Terraform, other clients and services.
|
967
959
|
: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 Pulumi, other clients and services.
|
968
960
|
:param pulumi.Input[str] etag: Optional. The weak etag of the `Automation` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
969
961
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the
|
@@ -1053,10 +1045,6 @@ class Automation(pulumi.CustomResource):
|
|
1053
1045
|
@property
|
1054
1046
|
@pulumi.getter(name="effectiveAnnotations")
|
1055
1047
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1056
|
-
"""
|
1057
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1058
|
-
Terraform, other clients and services.
|
1059
|
-
"""
|
1060
1048
|
return pulumi.get(self, "effective_annotations")
|
1061
1049
|
|
1062
1050
|
@property
|
@@ -178,8 +178,6 @@ class _CustomTargetTypeState:
|
|
178
178
|
Structure is documented below.
|
179
179
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
180
180
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
181
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
182
|
-
Terraform, other clients and services.
|
183
181
|
: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 Pulumi, other clients and services.
|
184
182
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
185
183
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -294,10 +292,6 @@ class _CustomTargetTypeState:
|
|
294
292
|
@property
|
295
293
|
@pulumi.getter(name="effectiveAnnotations")
|
296
294
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
297
|
-
"""
|
298
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
299
|
-
Terraform, other clients and services.
|
300
|
-
"""
|
301
295
|
return pulumi.get(self, "effective_annotations")
|
302
296
|
|
303
297
|
@effective_annotations.setter
|
@@ -758,8 +752,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
758
752
|
Structure is documented below.
|
759
753
|
:param pulumi.Input[str] custom_target_type_id: Resource id of the `CustomTargetType`.
|
760
754
|
:param pulumi.Input[str] description: Description of the `CustomTargetType`. Max length is 255 characters.
|
761
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
762
|
-
Terraform, other clients and services.
|
763
755
|
: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 Pulumi, other clients and services.
|
764
756
|
:param pulumi.Input[str] etag: The weak etag of the `CustomTargetType` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
765
757
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
|
@@ -844,10 +836,6 @@ class CustomTargetType(pulumi.CustomResource):
|
|
844
836
|
@property
|
845
837
|
@pulumi.getter(name="effectiveAnnotations")
|
846
838
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
847
|
-
"""
|
848
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
849
|
-
Terraform, other clients and services.
|
850
|
-
"""
|
851
839
|
return pulumi.get(self, "effective_annotations")
|
852
840
|
|
853
841
|
@property
|
@@ -194,8 +194,6 @@ class _DeliveryPipelineState:
|
|
194
194
|
:param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionArgs']]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
195
195
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
196
196
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
197
|
-
: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
|
198
|
-
Terraform, other clients and services.
|
199
197
|
: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.
|
200
198
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
201
199
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -301,10 +299,6 @@ class _DeliveryPipelineState:
|
|
301
299
|
@property
|
302
300
|
@pulumi.getter(name="effectiveAnnotations")
|
303
301
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
304
|
-
"""
|
305
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
306
|
-
Terraform, other clients and services.
|
307
|
-
"""
|
308
302
|
return pulumi.get(self, "effective_annotations")
|
309
303
|
|
310
304
|
@effective_annotations.setter
|
@@ -1052,8 +1046,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1052
1046
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DeliveryPipelineConditionArgs']]]] conditions: Output only. Information around the state of the Delivery Pipeline.
|
1053
1047
|
:param pulumi.Input[str] create_time: Output only. Time at which the pipeline was created.
|
1054
1048
|
:param pulumi.Input[str] description: Description of the `DeliveryPipeline`. Max length is 255 characters.
|
1055
|
-
: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
|
1056
|
-
Terraform, other clients and services.
|
1057
1049
|
: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.
|
1058
1050
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1059
1051
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the
|
@@ -1132,10 +1124,6 @@ class DeliveryPipeline(pulumi.CustomResource):
|
|
1132
1124
|
@property
|
1133
1125
|
@pulumi.getter(name="effectiveAnnotations")
|
1134
1126
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1135
|
-
"""
|
1136
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1137
|
-
Terraform, other clients and services.
|
1138
|
-
"""
|
1139
1127
|
return pulumi.get(self, "effective_annotations")
|
1140
1128
|
|
1141
1129
|
@property
|
pulumi_gcp/clouddeploy/target.py
CHANGED
@@ -282,8 +282,6 @@ class _TargetState:
|
|
282
282
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
283
283
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
284
284
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
285
|
-
: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
|
286
|
-
Terraform, other clients and services.
|
287
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.
|
288
286
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
289
287
|
: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`.
|
@@ -416,10 +414,6 @@ class _TargetState:
|
|
416
414
|
@property
|
417
415
|
@pulumi.getter(name="effectiveAnnotations")
|
418
416
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
419
|
-
"""
|
420
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
421
|
-
Terraform, other clients and services.
|
422
|
-
"""
|
423
417
|
return pulumi.get(self, "effective_annotations")
|
424
418
|
|
425
419
|
@effective_annotations.setter
|
@@ -1021,8 +1015,6 @@ class Target(pulumi.CustomResource):
|
|
1021
1015
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
1022
1016
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
1023
1017
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
1024
|
-
: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
|
1025
|
-
Terraform, other clients and services.
|
1026
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.
|
1027
1019
|
:param pulumi.Input[str] etag: Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1028
1020
|
: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`.
|
@@ -1119,10 +1111,6 @@ class Target(pulumi.CustomResource):
|
|
1119
1111
|
@property
|
1120
1112
|
@pulumi.getter(name="effectiveAnnotations")
|
1121
1113
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, Any]]:
|
1122
|
-
"""
|
1123
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1124
|
-
Terraform, other clients and services.
|
1125
|
-
"""
|
1126
1114
|
return pulumi.get(self, "effective_annotations")
|
1127
1115
|
|
1128
1116
|
@property
|
@@ -32,6 +32,7 @@ class FunctionBuildConfigArgs:
|
|
32
32
|
entry_point: Optional[pulumi.Input[str]] = None,
|
33
33
|
environment_variables: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
34
34
|
runtime: Optional[pulumi.Input[str]] = None,
|
35
|
+
service_account: Optional[pulumi.Input[str]] = None,
|
35
36
|
source: Optional[pulumi.Input['FunctionBuildConfigSourceArgs']] = None,
|
36
37
|
worker_pool: Optional[pulumi.Input[str]] = None):
|
37
38
|
"""
|
@@ -47,6 +48,7 @@ class FunctionBuildConfigArgs:
|
|
47
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] environment_variables: User-provided build-time environment variables for the function.
|
48
49
|
:param pulumi.Input[str] runtime: The runtime in which to run the function. Required when deploying a new
|
49
50
|
function, optional when updating an existing function.
|
51
|
+
:param pulumi.Input[str] service_account: The fully-qualified name of the service account to be used for building the container.
|
50
52
|
:param pulumi.Input['FunctionBuildConfigSourceArgs'] source: The location of the function source code.
|
51
53
|
Structure is documented below.
|
52
54
|
:param pulumi.Input[str] worker_pool: Name of the Cloud Build Custom Worker Pool that should be used to build the function.
|
@@ -61,6 +63,8 @@ class FunctionBuildConfigArgs:
|
|
61
63
|
pulumi.set(__self__, "environment_variables", environment_variables)
|
62
64
|
if runtime is not None:
|
63
65
|
pulumi.set(__self__, "runtime", runtime)
|
66
|
+
if service_account is not None:
|
67
|
+
pulumi.set(__self__, "service_account", service_account)
|
64
68
|
if source is not None:
|
65
69
|
pulumi.set(__self__, "source", source)
|
66
70
|
if worker_pool is not None:
|
@@ -133,6 +137,18 @@ class FunctionBuildConfigArgs:
|
|
133
137
|
def runtime(self, value: Optional[pulumi.Input[str]]):
|
134
138
|
pulumi.set(self, "runtime", value)
|
135
139
|
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="serviceAccount")
|
142
|
+
def service_account(self) -> Optional[pulumi.Input[str]]:
|
143
|
+
"""
|
144
|
+
The fully-qualified name of the service account to be used for building the container.
|
145
|
+
"""
|
146
|
+
return pulumi.get(self, "service_account")
|
147
|
+
|
148
|
+
@service_account.setter
|
149
|
+
def service_account(self, value: Optional[pulumi.Input[str]]):
|
150
|
+
pulumi.set(self, "service_account", value)
|
151
|
+
|
136
152
|
@property
|
137
153
|
@pulumi.getter
|
138
154
|
def source(self) -> Optional[pulumi.Input['FunctionBuildConfigSourceArgs']]:
|