pulumi-gcp 8.29.0a1746115375__py3-none-any.whl → 8.29.0a1746140206__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 +24 -0
- pulumi_gcp/alloydb/instance.py +1 -1
- pulumi_gcp/apigee/organization.py +26 -0
- pulumi_gcp/beyondcorp/_inputs.py +129 -0
- pulumi_gcp/beyondcorp/application.py +106 -3
- pulumi_gcp/beyondcorp/outputs.py +93 -0
- pulumi_gcp/bigtable/__init__.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +473 -0
- pulumi_gcp/bigtable/materialized_view.py +524 -0
- pulumi_gcp/certificateauthority/ca_pool.py +12 -0
- pulumi_gcp/certificatemanager/get_certificates.py +29 -0
- pulumi_gcp/clouddeploy/automation.py +66 -10
- pulumi_gcp/compute/_inputs.py +366 -55
- pulumi_gcp/compute/backend_service.py +6 -2
- pulumi_gcp/compute/get_region_disk.py +12 -1
- pulumi_gcp/compute/interconnect.py +25 -24
- pulumi_gcp/compute/outputs.py +380 -48
- pulumi_gcp/compute/region_disk.py +28 -0
- pulumi_gcp/compute/region_resize_request.py +2 -2
- pulumi_gcp/compute/region_security_policy.py +16 -0
- pulumi_gcp/compute/region_security_policy_rule.py +16 -0
- pulumi_gcp/compute/resize_request.py +2 -2
- pulumi_gcp/compute/resource_policy.py +0 -2
- pulumi_gcp/container/_inputs.py +69 -9
- pulumi_gcp/container/outputs.py +71 -7
- pulumi_gcp/dataplex/_inputs.py +219 -1
- pulumi_gcp/dataplex/datascan.py +20 -0
- pulumi_gcp/dataplex/outputs.py +168 -1
- pulumi_gcp/developerconnect/_inputs.py +6 -0
- pulumi_gcp/developerconnect/account_connector.py +56 -0
- pulumi_gcp/developerconnect/outputs.py +4 -0
- pulumi_gcp/dns/_inputs.py +34 -13
- pulumi_gcp/dns/outputs.py +25 -10
- pulumi_gcp/gkehub/_inputs.py +3 -3
- pulumi_gcp/gkehub/feature_membership.py +92 -0
- pulumi_gcp/gkehub/outputs.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +54 -0
- pulumi_gcp/identityplatform/oauth_idp_config.py +83 -5
- pulumi_gcp/identityplatform/outputs.py +49 -0
- pulumi_gcp/memcache/__init__.py +1 -0
- pulumi_gcp/memcache/get_instance.py +338 -0
- pulumi_gcp/memcache/outputs.py +363 -0
- pulumi_gcp/netapp/storage_pool.py +141 -0
- pulumi_gcp/networkservices/_inputs.py +35 -6
- pulumi_gcp/networkservices/lb_traffic_extension.py +7 -0
- pulumi_gcp/networkservices/outputs.py +22 -4
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5400 -0
- pulumi_gcp/osconfig/outputs.py +3952 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1098 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/spanner/instance_config.py +14 -14
- pulumi_gcp/sql/_inputs.py +83 -0
- pulumi_gcp/sql/database_instance.py +28 -0
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +146 -6
- pulumi_gcp/storage/_inputs.py +20 -0
- pulumi_gcp/storage/bucket.py +56 -0
- pulumi_gcp/storage/get_bucket.py +23 -1
- pulumi_gcp/storage/outputs.py +14 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +2 -14
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.29.0a1746140206.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.29.0a1746140206.dist-info}/RECORD +65 -61
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.29.0a1746140206.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.29.0a1746115375.dist-info → pulumi_gcp-8.29.0a1746140206.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -1804,10 +1804,13 @@ class BackendBucketCdnPolicy(dict):
|
|
1804
1804
|
:param builtins.str cache_mode: Specifies the cache setting for all responses from this backend.
|
1805
1805
|
The possible values are: USE_ORIGIN_HEADERS, FORCE_CACHE_ALL and CACHE_ALL_STATIC
|
1806
1806
|
Possible values are: `USE_ORIGIN_HEADERS`, `FORCE_CACHE_ALL`, `CACHE_ALL_STATIC`.
|
1807
|
-
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin.
|
1807
|
+
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1808
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1808
1809
|
:param builtins.int default_ttl: Specifies the default TTL for cached content served by this origin for responses
|
1809
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
1810
|
-
|
1810
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
1811
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1812
|
+
:param builtins.int max_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1813
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1811
1814
|
:param builtins.bool negative_caching: Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects.
|
1812
1815
|
:param Sequence['BackendBucketCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
1813
1816
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
@@ -1878,7 +1881,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1878
1881
|
@pulumi.getter(name="clientTtl")
|
1879
1882
|
def client_ttl(self) -> Optional[builtins.int]:
|
1880
1883
|
"""
|
1881
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
1884
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1885
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1882
1886
|
"""
|
1883
1887
|
return pulumi.get(self, "client_ttl")
|
1884
1888
|
|
@@ -1887,7 +1891,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1887
1891
|
def default_ttl(self) -> Optional[builtins.int]:
|
1888
1892
|
"""
|
1889
1893
|
Specifies the default TTL for cached content served by this origin for responses
|
1890
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
1894
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
1895
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1891
1896
|
"""
|
1892
1897
|
return pulumi.get(self, "default_ttl")
|
1893
1898
|
|
@@ -1895,7 +1900,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1895
1900
|
@pulumi.getter(name="maxTtl")
|
1896
1901
|
def max_ttl(self) -> Optional[builtins.int]:
|
1897
1902
|
"""
|
1898
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
1903
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1904
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1899
1905
|
"""
|
1900
1906
|
return pulumi.get(self, "max_ttl")
|
1901
1907
|
|
@@ -16931,6 +16937,8 @@ class InstanceTemplateDiskDiskEncryptionKey(dict):
|
|
16931
16937
|
suggest = None
|
16932
16938
|
if key == "kmsKeySelfLink":
|
16933
16939
|
suggest = "kms_key_self_link"
|
16940
|
+
elif key == "kmsKeyServiceAccount":
|
16941
|
+
suggest = "kms_key_service_account"
|
16934
16942
|
|
16935
16943
|
if suggest:
|
16936
16944
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskDiskEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -16944,20 +16952,37 @@ class InstanceTemplateDiskDiskEncryptionKey(dict):
|
|
16944
16952
|
return super().get(key, default)
|
16945
16953
|
|
16946
16954
|
def __init__(__self__, *,
|
16947
|
-
kms_key_self_link: builtins.str
|
16955
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
16956
|
+
kms_key_service_account: Optional[builtins.str] = None):
|
16948
16957
|
"""
|
16949
16958
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
16959
|
+
:param builtins.str kms_key_service_account: The service account being used for the
|
16960
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
16961
|
+
default service account is used.
|
16950
16962
|
"""
|
16951
|
-
|
16963
|
+
if kms_key_self_link is not None:
|
16964
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16965
|
+
if kms_key_service_account is not None:
|
16966
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
16952
16967
|
|
16953
16968
|
@property
|
16954
16969
|
@pulumi.getter(name="kmsKeySelfLink")
|
16955
|
-
def kms_key_self_link(self) -> builtins.str:
|
16970
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
16956
16971
|
"""
|
16957
16972
|
The self link of the encryption key that is stored in Google Cloud KMS
|
16958
16973
|
"""
|
16959
16974
|
return pulumi.get(self, "kms_key_self_link")
|
16960
16975
|
|
16976
|
+
@property
|
16977
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
16978
|
+
def kms_key_service_account(self) -> Optional[builtins.str]:
|
16979
|
+
"""
|
16980
|
+
The service account being used for the
|
16981
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
16982
|
+
default service account is used.
|
16983
|
+
"""
|
16984
|
+
return pulumi.get(self, "kms_key_service_account")
|
16985
|
+
|
16961
16986
|
|
16962
16987
|
@pulumi.output_type
|
16963
16988
|
class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
@@ -16968,6 +16993,10 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
16968
16993
|
suggest = "kms_key_self_link"
|
16969
16994
|
elif key == "kmsKeyServiceAccount":
|
16970
16995
|
suggest = "kms_key_service_account"
|
16996
|
+
elif key == "rawKey":
|
16997
|
+
suggest = "raw_key"
|
16998
|
+
elif key == "rsaEncryptedKey":
|
16999
|
+
suggest = "rsa_encrypted_key"
|
16971
17000
|
|
16972
17001
|
if suggest:
|
16973
17002
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskSourceImageEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -16981,25 +17010,42 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
16981
17010
|
return super().get(key, default)
|
16982
17011
|
|
16983
17012
|
def __init__(__self__, *,
|
16984
|
-
kms_key_self_link: builtins.str,
|
16985
|
-
kms_key_service_account: Optional[builtins.str] = None
|
17013
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
17014
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
17015
|
+
raw_key: Optional[builtins.str] = None,
|
17016
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
16986
17017
|
"""
|
16987
17018
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
16988
|
-
stored in Google Cloud KMS.
|
17019
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17020
|
+
may be set.
|
16989
17021
|
:param builtins.str kms_key_service_account: The service account being used for the
|
16990
17022
|
encryption request for the given KMS key. If absent, the Compute Engine
|
16991
17023
|
default service account is used.
|
17024
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
17025
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17026
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17027
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17028
|
+
may be set.
|
17029
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17030
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17031
|
+
may be set.
|
16992
17032
|
"""
|
16993
|
-
|
17033
|
+
if kms_key_self_link is not None:
|
17034
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16994
17035
|
if kms_key_service_account is not None:
|
16995
17036
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
17037
|
+
if raw_key is not None:
|
17038
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
17039
|
+
if rsa_encrypted_key is not None:
|
17040
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
16996
17041
|
|
16997
17042
|
@property
|
16998
17043
|
@pulumi.getter(name="kmsKeySelfLink")
|
16999
|
-
def kms_key_self_link(self) -> builtins.str:
|
17044
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
17000
17045
|
"""
|
17001
17046
|
The self link of the encryption key that is
|
17002
|
-
stored in Google Cloud KMS.
|
17047
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17048
|
+
may be set.
|
17003
17049
|
"""
|
17004
17050
|
return pulumi.get(self, "kms_key_self_link")
|
17005
17051
|
|
@@ -17013,6 +17059,28 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
17013
17059
|
"""
|
17014
17060
|
return pulumi.get(self, "kms_key_service_account")
|
17015
17061
|
|
17062
|
+
@property
|
17063
|
+
@pulumi.getter(name="rawKey")
|
17064
|
+
def raw_key(self) -> Optional[builtins.str]:
|
17065
|
+
"""
|
17066
|
+
A 256-bit [customer-supplied encryption key]
|
17067
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17068
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17069
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17070
|
+
may be set.
|
17071
|
+
"""
|
17072
|
+
return pulumi.get(self, "raw_key")
|
17073
|
+
|
17074
|
+
@property
|
17075
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
17076
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
17077
|
+
"""
|
17078
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17079
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17080
|
+
may be set.
|
17081
|
+
"""
|
17082
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
17083
|
+
|
17016
17084
|
|
17017
17085
|
@pulumi.output_type
|
17018
17086
|
class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
@@ -17023,6 +17091,10 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
17023
17091
|
suggest = "kms_key_self_link"
|
17024
17092
|
elif key == "kmsKeyServiceAccount":
|
17025
17093
|
suggest = "kms_key_service_account"
|
17094
|
+
elif key == "rawKey":
|
17095
|
+
suggest = "raw_key"
|
17096
|
+
elif key == "rsaEncryptedKey":
|
17097
|
+
suggest = "rsa_encrypted_key"
|
17026
17098
|
|
17027
17099
|
if suggest:
|
17028
17100
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskSourceSnapshotEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -17036,25 +17108,42 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
17036
17108
|
return super().get(key, default)
|
17037
17109
|
|
17038
17110
|
def __init__(__self__, *,
|
17039
|
-
kms_key_self_link: builtins.str,
|
17040
|
-
kms_key_service_account: Optional[builtins.str] = None
|
17111
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
17112
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
17113
|
+
raw_key: Optional[builtins.str] = None,
|
17114
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
17041
17115
|
"""
|
17042
17116
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
17043
|
-
stored in Google Cloud KMS.
|
17117
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17118
|
+
may be set.
|
17044
17119
|
:param builtins.str kms_key_service_account: The service account being used for the
|
17045
17120
|
encryption request for the given KMS key. If absent, the Compute Engine
|
17046
17121
|
default service account is used.
|
17122
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
17123
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17124
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17125
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17126
|
+
may be set.
|
17127
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17128
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17129
|
+
may be set.
|
17047
17130
|
"""
|
17048
|
-
|
17131
|
+
if kms_key_self_link is not None:
|
17132
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
17049
17133
|
if kms_key_service_account is not None:
|
17050
17134
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
17135
|
+
if raw_key is not None:
|
17136
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
17137
|
+
if rsa_encrypted_key is not None:
|
17138
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
17051
17139
|
|
17052
17140
|
@property
|
17053
17141
|
@pulumi.getter(name="kmsKeySelfLink")
|
17054
|
-
def kms_key_self_link(self) -> builtins.str:
|
17142
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
17055
17143
|
"""
|
17056
17144
|
The self link of the encryption key that is
|
17057
|
-
stored in Google Cloud KMS.
|
17145
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17146
|
+
may be set.
|
17058
17147
|
"""
|
17059
17148
|
return pulumi.get(self, "kms_key_self_link")
|
17060
17149
|
|
@@ -17068,6 +17157,28 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
17068
17157
|
"""
|
17069
17158
|
return pulumi.get(self, "kms_key_service_account")
|
17070
17159
|
|
17160
|
+
@property
|
17161
|
+
@pulumi.getter(name="rawKey")
|
17162
|
+
def raw_key(self) -> Optional[builtins.str]:
|
17163
|
+
"""
|
17164
|
+
A 256-bit [customer-supplied encryption key]
|
17165
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17166
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17167
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17168
|
+
may be set.
|
17169
|
+
"""
|
17170
|
+
return pulumi.get(self, "raw_key")
|
17171
|
+
|
17172
|
+
@property
|
17173
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
17174
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
17175
|
+
"""
|
17176
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17177
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17178
|
+
may be set.
|
17179
|
+
"""
|
17180
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
17181
|
+
|
17071
17182
|
|
17072
17183
|
@pulumi.output_type
|
17073
17184
|
class InstanceTemplateGuestAccelerator(dict):
|
@@ -27848,6 +27959,8 @@ class RegionInstanceTemplateDiskDiskEncryptionKey(dict):
|
|
27848
27959
|
suggest = None
|
27849
27960
|
if key == "kmsKeySelfLink":
|
27850
27961
|
suggest = "kms_key_self_link"
|
27962
|
+
elif key == "kmsKeyServiceAccount":
|
27963
|
+
suggest = "kms_key_service_account"
|
27851
27964
|
|
27852
27965
|
if suggest:
|
27853
27966
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskDiskEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27861,20 +27974,37 @@ class RegionInstanceTemplateDiskDiskEncryptionKey(dict):
|
|
27861
27974
|
return super().get(key, default)
|
27862
27975
|
|
27863
27976
|
def __init__(__self__, *,
|
27864
|
-
kms_key_self_link: builtins.str
|
27977
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
27978
|
+
kms_key_service_account: Optional[builtins.str] = None):
|
27865
27979
|
"""
|
27866
27980
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
27981
|
+
:param builtins.str kms_key_service_account: The service account being used for the
|
27982
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
27983
|
+
default service account is used.
|
27867
27984
|
"""
|
27868
|
-
|
27985
|
+
if kms_key_self_link is not None:
|
27986
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27987
|
+
if kms_key_service_account is not None:
|
27988
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
27869
27989
|
|
27870
27990
|
@property
|
27871
27991
|
@pulumi.getter(name="kmsKeySelfLink")
|
27872
|
-
def kms_key_self_link(self) -> builtins.str:
|
27992
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27873
27993
|
"""
|
27874
27994
|
The self link of the encryption key that is stored in Google Cloud KMS
|
27875
27995
|
"""
|
27876
27996
|
return pulumi.get(self, "kms_key_self_link")
|
27877
27997
|
|
27998
|
+
@property
|
27999
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
28000
|
+
def kms_key_service_account(self) -> Optional[builtins.str]:
|
28001
|
+
"""
|
28002
|
+
The service account being used for the
|
28003
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
28004
|
+
default service account is used.
|
28005
|
+
"""
|
28006
|
+
return pulumi.get(self, "kms_key_service_account")
|
28007
|
+
|
27878
28008
|
|
27879
28009
|
@pulumi.output_type
|
27880
28010
|
class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
@@ -27885,6 +28015,10 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27885
28015
|
suggest = "kms_key_self_link"
|
27886
28016
|
elif key == "kmsKeyServiceAccount":
|
27887
28017
|
suggest = "kms_key_service_account"
|
28018
|
+
elif key == "rawKey":
|
28019
|
+
suggest = "raw_key"
|
28020
|
+
elif key == "rsaEncryptedKey":
|
28021
|
+
suggest = "rsa_encrypted_key"
|
27888
28022
|
|
27889
28023
|
if suggest:
|
27890
28024
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskSourceImageEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27898,25 +28032,42 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27898
28032
|
return super().get(key, default)
|
27899
28033
|
|
27900
28034
|
def __init__(__self__, *,
|
27901
|
-
kms_key_self_link: builtins.str,
|
27902
|
-
kms_key_service_account: Optional[builtins.str] = None
|
28035
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
28036
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
28037
|
+
raw_key: Optional[builtins.str] = None,
|
28038
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
27903
28039
|
"""
|
27904
28040
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
27905
|
-
stored in Google Cloud KMS.
|
28041
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28042
|
+
may be set.
|
27906
28043
|
:param builtins.str kms_key_service_account: The service account being used for the
|
27907
28044
|
encryption request for the given KMS key. If absent, the Compute Engine
|
27908
28045
|
default service account is used.
|
28046
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
28047
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28048
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28049
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28050
|
+
may be set.
|
28051
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28052
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28053
|
+
may be set.
|
27909
28054
|
"""
|
27910
|
-
|
28055
|
+
if kms_key_self_link is not None:
|
28056
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27911
28057
|
if kms_key_service_account is not None:
|
27912
28058
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
28059
|
+
if raw_key is not None:
|
28060
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
28061
|
+
if rsa_encrypted_key is not None:
|
28062
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
27913
28063
|
|
27914
28064
|
@property
|
27915
28065
|
@pulumi.getter(name="kmsKeySelfLink")
|
27916
|
-
def kms_key_self_link(self) -> builtins.str:
|
28066
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27917
28067
|
"""
|
27918
28068
|
The self link of the encryption key that is
|
27919
|
-
stored in Google Cloud KMS.
|
28069
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28070
|
+
may be set.
|
27920
28071
|
"""
|
27921
28072
|
return pulumi.get(self, "kms_key_self_link")
|
27922
28073
|
|
@@ -27930,6 +28081,28 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27930
28081
|
"""
|
27931
28082
|
return pulumi.get(self, "kms_key_service_account")
|
27932
28083
|
|
28084
|
+
@property
|
28085
|
+
@pulumi.getter(name="rawKey")
|
28086
|
+
def raw_key(self) -> Optional[builtins.str]:
|
28087
|
+
"""
|
28088
|
+
A 256-bit [customer-supplied encryption key]
|
28089
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28090
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28091
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28092
|
+
may be set.
|
28093
|
+
"""
|
28094
|
+
return pulumi.get(self, "raw_key")
|
28095
|
+
|
28096
|
+
@property
|
28097
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
28098
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
28099
|
+
"""
|
28100
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28101
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28102
|
+
may be set.
|
28103
|
+
"""
|
28104
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
28105
|
+
|
27933
28106
|
|
27934
28107
|
@pulumi.output_type
|
27935
28108
|
class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
@@ -27940,6 +28113,10 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27940
28113
|
suggest = "kms_key_self_link"
|
27941
28114
|
elif key == "kmsKeyServiceAccount":
|
27942
28115
|
suggest = "kms_key_service_account"
|
28116
|
+
elif key == "rawKey":
|
28117
|
+
suggest = "raw_key"
|
28118
|
+
elif key == "rsaEncryptedKey":
|
28119
|
+
suggest = "rsa_encrypted_key"
|
27943
28120
|
|
27944
28121
|
if suggest:
|
27945
28122
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskSourceSnapshotEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27953,25 +28130,42 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27953
28130
|
return super().get(key, default)
|
27954
28131
|
|
27955
28132
|
def __init__(__self__, *,
|
27956
|
-
kms_key_self_link: builtins.str,
|
27957
|
-
kms_key_service_account: Optional[builtins.str] = None
|
28133
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
28134
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
28135
|
+
raw_key: Optional[builtins.str] = None,
|
28136
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
27958
28137
|
"""
|
27959
28138
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
27960
|
-
stored in Google Cloud KMS.
|
28139
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28140
|
+
may be set.
|
27961
28141
|
:param builtins.str kms_key_service_account: The service account being used for the
|
27962
28142
|
encryption request for the given KMS key. If absent, the Compute Engine
|
27963
28143
|
default service account is used.
|
28144
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
28145
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28146
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28147
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28148
|
+
may be set.
|
28149
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28150
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28151
|
+
may be set.
|
27964
28152
|
"""
|
27965
|
-
|
28153
|
+
if kms_key_self_link is not None:
|
28154
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27966
28155
|
if kms_key_service_account is not None:
|
27967
28156
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
28157
|
+
if raw_key is not None:
|
28158
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
28159
|
+
if rsa_encrypted_key is not None:
|
28160
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
27968
28161
|
|
27969
28162
|
@property
|
27970
28163
|
@pulumi.getter(name="kmsKeySelfLink")
|
27971
|
-
def kms_key_self_link(self) -> builtins.str:
|
28164
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27972
28165
|
"""
|
27973
28166
|
The self link of the encryption key that is
|
27974
|
-
stored in Google Cloud KMS.
|
28167
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28168
|
+
may be set.
|
27975
28169
|
"""
|
27976
28170
|
return pulumi.get(self, "kms_key_self_link")
|
27977
28171
|
|
@@ -27985,6 +28179,28 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27985
28179
|
"""
|
27986
28180
|
return pulumi.get(self, "kms_key_service_account")
|
27987
28181
|
|
28182
|
+
@property
|
28183
|
+
@pulumi.getter(name="rawKey")
|
28184
|
+
def raw_key(self) -> Optional[builtins.str]:
|
28185
|
+
"""
|
28186
|
+
A 256-bit [customer-supplied encryption key]
|
28187
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28188
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28189
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28190
|
+
may be set.
|
28191
|
+
"""
|
28192
|
+
return pulumi.get(self, "raw_key")
|
28193
|
+
|
28194
|
+
@property
|
28195
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
28196
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
28197
|
+
"""
|
28198
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28199
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28200
|
+
may be set.
|
28201
|
+
"""
|
28202
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
28203
|
+
|
27988
28204
|
|
27989
28205
|
@pulumi.output_type
|
27990
28206
|
class RegionInstanceTemplateGuestAccelerator(dict):
|
@@ -53681,10 +53897,13 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53681
53897
|
:param Sequence['GetBackendBucketCdnPolicyCacheKeyPolicyArgs'] cache_key_policies: The CacheKeyPolicy for this CdnPolicy.
|
53682
53898
|
:param builtins.str cache_mode: Specifies the cache setting for all responses from this backend.
|
53683
53899
|
The possible values are: USE_ORIGIN_HEADERS, FORCE_CACHE_ALL and CACHE_ALL_STATIC Possible values: ["USE_ORIGIN_HEADERS", "FORCE_CACHE_ALL", "CACHE_ALL_STATIC"]
|
53684
|
-
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin.
|
53900
|
+
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53901
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53685
53902
|
:param builtins.int default_ttl: Specifies the default TTL for cached content served by this origin for responses
|
53686
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
53687
|
-
|
53903
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the 'cache_mode'
|
53904
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53905
|
+
:param builtins.int max_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53906
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53688
53907
|
:param builtins.bool negative_caching: Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects.
|
53689
53908
|
:param Sequence['GetBackendBucketCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
53690
53909
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
@@ -53740,7 +53959,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53740
53959
|
@pulumi.getter(name="clientTtl")
|
53741
53960
|
def client_ttl(self) -> builtins.int:
|
53742
53961
|
"""
|
53743
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
53962
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53963
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53744
53964
|
"""
|
53745
53965
|
return pulumi.get(self, "client_ttl")
|
53746
53966
|
|
@@ -53749,7 +53969,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53749
53969
|
def default_ttl(self) -> builtins.int:
|
53750
53970
|
"""
|
53751
53971
|
Specifies the default TTL for cached content served by this origin for responses
|
53752
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
53972
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the 'cache_mode'
|
53973
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53753
53974
|
"""
|
53754
53975
|
return pulumi.get(self, "default_ttl")
|
53755
53976
|
|
@@ -53757,7 +53978,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53757
53978
|
@pulumi.getter(name="maxTtl")
|
53758
53979
|
def max_ttl(self) -> builtins.int:
|
53759
53980
|
"""
|
53760
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
53981
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53982
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53761
53983
|
"""
|
53762
53984
|
return pulumi.get(self, "max_ttl")
|
53763
53985
|
|
@@ -60448,11 +60670,14 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60448
60670
|
@pulumi.output_type
|
60449
60671
|
class GetInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
60450
60672
|
def __init__(__self__, *,
|
60451
|
-
kms_key_self_link: builtins.str
|
60673
|
+
kms_key_self_link: builtins.str,
|
60674
|
+
kms_key_service_account: builtins.str):
|
60452
60675
|
"""
|
60453
60676
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
60677
|
+
:param builtins.str kms_key_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
60454
60678
|
"""
|
60455
60679
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
60680
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
60456
60681
|
|
60457
60682
|
@property
|
60458
60683
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -60462,20 +60687,34 @@ class GetInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
|
60462
60687
|
"""
|
60463
60688
|
return pulumi.get(self, "kms_key_self_link")
|
60464
60689
|
|
60690
|
+
@property
|
60691
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
60692
|
+
def kms_key_service_account(self) -> builtins.str:
|
60693
|
+
"""
|
60694
|
+
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
60695
|
+
"""
|
60696
|
+
return pulumi.get(self, "kms_key_service_account")
|
60697
|
+
|
60465
60698
|
|
60466
60699
|
@pulumi.output_type
|
60467
60700
|
class GetInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
60468
60701
|
def __init__(__self__, *,
|
60469
60702
|
kms_key_self_link: builtins.str,
|
60470
|
-
kms_key_service_account: builtins.str
|
60703
|
+
kms_key_service_account: builtins.str,
|
60704
|
+
raw_key: builtins.str,
|
60705
|
+
rsa_encrypted_key: builtins.str):
|
60471
60706
|
"""
|
60472
60707
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
60473
60708
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
60474
60709
|
request for the given KMS key. If absent, the Compute
|
60475
60710
|
Engine default service account is used.
|
60711
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60712
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60476
60713
|
"""
|
60477
60714
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
60478
60715
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
60716
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
60717
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
60479
60718
|
|
60480
60719
|
@property
|
60481
60720
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -60495,20 +60734,42 @@ class GetInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
|
60495
60734
|
"""
|
60496
60735
|
return pulumi.get(self, "kms_key_service_account")
|
60497
60736
|
|
60737
|
+
@property
|
60738
|
+
@pulumi.getter(name="rawKey")
|
60739
|
+
def raw_key(self) -> builtins.str:
|
60740
|
+
"""
|
60741
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60742
|
+
"""
|
60743
|
+
return pulumi.get(self, "raw_key")
|
60744
|
+
|
60745
|
+
@property
|
60746
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
60747
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
60748
|
+
"""
|
60749
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60750
|
+
"""
|
60751
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
60752
|
+
|
60498
60753
|
|
60499
60754
|
@pulumi.output_type
|
60500
60755
|
class GetInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
60501
60756
|
def __init__(__self__, *,
|
60502
60757
|
kms_key_self_link: builtins.str,
|
60503
|
-
kms_key_service_account: builtins.str
|
60758
|
+
kms_key_service_account: builtins.str,
|
60759
|
+
raw_key: builtins.str,
|
60760
|
+
rsa_encrypted_key: builtins.str):
|
60504
60761
|
"""
|
60505
60762
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
60506
60763
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
60507
60764
|
request for the given KMS key. If absent, the Compute
|
60508
60765
|
Engine default service account is used.
|
60766
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60767
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60509
60768
|
"""
|
60510
60769
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
60511
60770
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
60771
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
60772
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
60512
60773
|
|
60513
60774
|
@property
|
60514
60775
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -60528,6 +60789,22 @@ class GetInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
|
60528
60789
|
"""
|
60529
60790
|
return pulumi.get(self, "kms_key_service_account")
|
60530
60791
|
|
60792
|
+
@property
|
60793
|
+
@pulumi.getter(name="rawKey")
|
60794
|
+
def raw_key(self) -> builtins.str:
|
60795
|
+
"""
|
60796
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60797
|
+
"""
|
60798
|
+
return pulumi.get(self, "raw_key")
|
60799
|
+
|
60800
|
+
@property
|
60801
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
60802
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
60803
|
+
"""
|
60804
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60805
|
+
"""
|
60806
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
60807
|
+
|
60531
60808
|
|
60532
60809
|
@pulumi.output_type
|
60533
60810
|
class GetInstanceTemplateGuestAcceleratorResult(dict):
|
@@ -64457,11 +64734,14 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64457
64734
|
@pulumi.output_type
|
64458
64735
|
class GetRegionInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
64459
64736
|
def __init__(__self__, *,
|
64460
|
-
kms_key_self_link: builtins.str
|
64737
|
+
kms_key_self_link: builtins.str,
|
64738
|
+
kms_key_service_account: builtins.str):
|
64461
64739
|
"""
|
64462
64740
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
64741
|
+
:param builtins.str kms_key_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
64463
64742
|
"""
|
64464
64743
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
64744
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
64465
64745
|
|
64466
64746
|
@property
|
64467
64747
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -64471,20 +64751,34 @@ class GetRegionInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
|
64471
64751
|
"""
|
64472
64752
|
return pulumi.get(self, "kms_key_self_link")
|
64473
64753
|
|
64754
|
+
@property
|
64755
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
64756
|
+
def kms_key_service_account(self) -> builtins.str:
|
64757
|
+
"""
|
64758
|
+
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
64759
|
+
"""
|
64760
|
+
return pulumi.get(self, "kms_key_service_account")
|
64761
|
+
|
64474
64762
|
|
64475
64763
|
@pulumi.output_type
|
64476
64764
|
class GetRegionInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
64477
64765
|
def __init__(__self__, *,
|
64478
64766
|
kms_key_self_link: builtins.str,
|
64479
|
-
kms_key_service_account: builtins.str
|
64767
|
+
kms_key_service_account: builtins.str,
|
64768
|
+
raw_key: builtins.str,
|
64769
|
+
rsa_encrypted_key: builtins.str):
|
64480
64770
|
"""
|
64481
64771
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
64482
64772
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
64483
64773
|
request for the given KMS key. If absent, the Compute
|
64484
64774
|
Engine default service account is used.
|
64775
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64776
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64485
64777
|
"""
|
64486
64778
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
64487
64779
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
64780
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
64781
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
64488
64782
|
|
64489
64783
|
@property
|
64490
64784
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -64504,20 +64798,42 @@ class GetRegionInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
|
64504
64798
|
"""
|
64505
64799
|
return pulumi.get(self, "kms_key_service_account")
|
64506
64800
|
|
64801
|
+
@property
|
64802
|
+
@pulumi.getter(name="rawKey")
|
64803
|
+
def raw_key(self) -> builtins.str:
|
64804
|
+
"""
|
64805
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64806
|
+
"""
|
64807
|
+
return pulumi.get(self, "raw_key")
|
64808
|
+
|
64809
|
+
@property
|
64810
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
64811
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
64812
|
+
"""
|
64813
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64814
|
+
"""
|
64815
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
64816
|
+
|
64507
64817
|
|
64508
64818
|
@pulumi.output_type
|
64509
64819
|
class GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
64510
64820
|
def __init__(__self__, *,
|
64511
64821
|
kms_key_self_link: builtins.str,
|
64512
|
-
kms_key_service_account: builtins.str
|
64822
|
+
kms_key_service_account: builtins.str,
|
64823
|
+
raw_key: builtins.str,
|
64824
|
+
rsa_encrypted_key: builtins.str):
|
64513
64825
|
"""
|
64514
64826
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
64515
64827
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
64516
64828
|
request for the given KMS key. If absent, the Compute
|
64517
64829
|
Engine default service account is used.
|
64830
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64831
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64518
64832
|
"""
|
64519
64833
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
64520
64834
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
64835
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
64836
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
64521
64837
|
|
64522
64838
|
@property
|
64523
64839
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -64537,6 +64853,22 @@ class GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
|
64537
64853
|
"""
|
64538
64854
|
return pulumi.get(self, "kms_key_service_account")
|
64539
64855
|
|
64856
|
+
@property
|
64857
|
+
@pulumi.getter(name="rawKey")
|
64858
|
+
def raw_key(self) -> builtins.str:
|
64859
|
+
"""
|
64860
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64861
|
+
"""
|
64862
|
+
return pulumi.get(self, "raw_key")
|
64863
|
+
|
64864
|
+
@property
|
64865
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
64866
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
64867
|
+
"""
|
64868
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64869
|
+
"""
|
64870
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
64871
|
+
|
64540
64872
|
|
64541
64873
|
@pulumi.output_type
|
64542
64874
|
class GetRegionInstanceTemplateGuestAcceleratorResult(dict):
|