pulumi-gcp 7.31.0__py3-none-any.whl → 7.31.0a1720450136__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/bigquery/reservation_assignment.py +30 -48
- pulumi_gcp/certificateauthority/certificate_template.py +2 -2
- pulumi_gcp/certificatemanager/_inputs.py +0 -33
- pulumi_gcp/certificatemanager/outputs.py +0 -36
- pulumi_gcp/certificatemanager/trust_config.py +0 -107
- pulumi_gcp/compute/_inputs.py +6 -3
- pulumi_gcp/compute/ca_external_account_key.py +2 -2
- pulumi_gcp/compute/get_health_check.py +1 -11
- pulumi_gcp/compute/global_forwarding_rule.py +4 -2
- pulumi_gcp/compute/health_check.py +0 -124
- pulumi_gcp/compute/instance.py +14 -14
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/outputs.py +8 -4
- pulumi_gcp/compute/region_network_endpoint.py +2 -2
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +3 -3
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/containeranalysis/note.py +2 -2
- pulumi_gcp/dataloss/_inputs.py +0 -3
- pulumi_gcp/dataloss/outputs.py +0 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +0 -90
- pulumi_gcp/dataplex/_inputs.py +0 -56
- pulumi_gcp/dataplex/datascan.py +0 -12
- pulumi_gcp/dataplex/outputs.py +0 -52
- pulumi_gcp/filestore/backup.py +2 -2
- pulumi_gcp/filestore/instance.py +2 -2
- pulumi_gcp/filestore/snapshot.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +0 -20
- pulumi_gcp/gkehub/outputs.py +0 -12
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/kms/crypto_key.py +7 -7
- pulumi_gcp/kms/outputs.py +0 -270
- pulumi_gcp/logging/_inputs.py +12 -12
- pulumi_gcp/logging/folder_bucket_config.py +6 -6
- pulumi_gcp/logging/organization_bucket_config.py +6 -6
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/logging/project_bucket_config.py +6 -6
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +2 -2
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +2 -2
- pulumi_gcp/netapp/storage_pool.py +53 -132
- pulumi_gcp/netapp/volume.py +4 -60
- pulumi_gcp/networksecurity/address_group.py +1 -85
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +2 -2
- pulumi_gcp/networksecurity/security_profile_group.py +2 -2
- pulumi_gcp/orgpolicy/_inputs.py +10 -40
- pulumi_gcp/orgpolicy/outputs.py +8 -28
- pulumi_gcp/orgpolicy/policy.py +35 -52
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/_inputs.py +3 -3
- pulumi_gcp/pubsub/outputs.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +0 -5
- pulumi_gcp/securesourcemanager/_inputs.py +0 -284
- pulumi_gcp/securesourcemanager/outputs.py +0 -202
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/securitycenter/_inputs.py +0 -93
- pulumi_gcp/securitycenter/outputs.py +0 -59
- pulumi_gcp/securityposture/posture_deployment.py +78 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +2 -2
- pulumi_gcp/vertex/_inputs.py +1 -21
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -222
- pulumi_gcp/vertex/outputs.py +1 -15
- pulumi_gcp/workstations/_inputs.py +1 -33
- pulumi_gcp/workstations/outputs.py +1 -23
- pulumi_gcp/workstations/workstation_config.py +0 -18
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/RECORD +78 -86
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/WHEEL +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +0 -143
- pulumi_gcp/kms/get_key_rings.py +0 -119
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +0 -177
- pulumi_gcp/securesourcemanager/repository.py +0 -715
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_member.py +0 -804
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +0 -643
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +0 -576
- {pulumi_gcp-7.31.0.dist-info → pulumi_gcp-7.31.0a1720450136.dist-info}/top_level.txt +0 -0
pulumi_gcp/kms/crypto_key.py
CHANGED
@@ -41,7 +41,7 @@ class CryptoKeyArgs:
|
|
41
41
|
:param pulumi.Input[str] crypto_key_backend: The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
42
42
|
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
43
43
|
:param pulumi.Input[str] destroy_scheduled_duration: The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
44
|
-
If not specified at creation time, the default duration is
|
44
|
+
If not specified at creation time, the default duration is 24 hours.
|
45
45
|
:param pulumi.Input[bool] import_only: Whether this key may contain imported versions only.
|
46
46
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Labels with user-defined metadata to apply to this resource.
|
47
47
|
|
@@ -116,7 +116,7 @@ class CryptoKeyArgs:
|
|
116
116
|
def destroy_scheduled_duration(self) -> Optional[pulumi.Input[str]]:
|
117
117
|
"""
|
118
118
|
The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
119
|
-
If not specified at creation time, the default duration is
|
119
|
+
If not specified at creation time, the default duration is 24 hours.
|
120
120
|
"""
|
121
121
|
return pulumi.get(self, "destroy_scheduled_duration")
|
122
122
|
|
@@ -242,7 +242,7 @@ class _CryptoKeyState:
|
|
242
242
|
:param pulumi.Input[str] crypto_key_backend: The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
243
243
|
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
244
244
|
:param pulumi.Input[str] destroy_scheduled_duration: The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
245
|
-
If not specified at creation time, the default duration is
|
245
|
+
If not specified at creation time, the default duration is 24 hours.
|
246
246
|
: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.
|
247
247
|
:param pulumi.Input[bool] import_only: Whether this key may contain imported versions only.
|
248
248
|
:param pulumi.Input[str] key_ring: The KeyRing that this key belongs to.
|
@@ -319,7 +319,7 @@ class _CryptoKeyState:
|
|
319
319
|
def destroy_scheduled_duration(self) -> Optional[pulumi.Input[str]]:
|
320
320
|
"""
|
321
321
|
The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
322
|
-
If not specified at creation time, the default duration is
|
322
|
+
If not specified at creation time, the default duration is 24 hours.
|
323
323
|
"""
|
324
324
|
return pulumi.get(self, "destroy_scheduled_duration")
|
325
325
|
|
@@ -568,7 +568,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
568
568
|
:param pulumi.Input[str] crypto_key_backend: The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
569
569
|
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
570
570
|
:param pulumi.Input[str] destroy_scheduled_duration: The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
571
|
-
If not specified at creation time, the default duration is
|
571
|
+
If not specified at creation time, the default duration is 24 hours.
|
572
572
|
:param pulumi.Input[bool] import_only: Whether this key may contain imported versions only.
|
573
573
|
:param pulumi.Input[str] key_ring: The KeyRing that this key belongs to.
|
574
574
|
Format: `'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'`.
|
@@ -752,7 +752,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
752
752
|
:param pulumi.Input[str] crypto_key_backend: The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
753
753
|
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
754
754
|
:param pulumi.Input[str] destroy_scheduled_duration: The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
755
|
-
If not specified at creation time, the default duration is
|
755
|
+
If not specified at creation time, the default duration is 24 hours.
|
756
756
|
: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.
|
757
757
|
:param pulumi.Input[bool] import_only: Whether this key may contain imported versions only.
|
758
758
|
:param pulumi.Input[str] key_ring: The KeyRing that this key belongs to.
|
@@ -817,7 +817,7 @@ class CryptoKey(pulumi.CustomResource):
|
|
817
817
|
def destroy_scheduled_duration(self) -> pulumi.Output[str]:
|
818
818
|
"""
|
819
819
|
The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
820
|
-
If not specified at creation time, the default duration is
|
820
|
+
If not specified at creation time, the default duration is 24 hours.
|
821
821
|
"""
|
822
822
|
return pulumi.get(self, "destroy_scheduled_duration")
|
823
823
|
|
pulumi_gcp/kms/outputs.py
CHANGED
@@ -30,13 +30,9 @@ __all__ = [
|
|
30
30
|
'KeyRingIAMMemberCondition',
|
31
31
|
'KeyRingImportJobAttestation',
|
32
32
|
'KeyRingImportJobPublicKey',
|
33
|
-
'GetCryptoKeysKeyResult',
|
34
|
-
'GetCryptoKeysKeyPrimaryResult',
|
35
|
-
'GetCryptoKeysKeyVersionTemplateResult',
|
36
33
|
'GetKMSCryptoKeyPrimaryResult',
|
37
34
|
'GetKMSCryptoKeyVersionPublicKeyResult',
|
38
35
|
'GetKMSCryptoKeyVersionTemplateResult',
|
39
|
-
'GetKeyRingsKeyRingResult',
|
40
36
|
]
|
41
37
|
|
42
38
|
@pulumi.output_type
|
@@ -864,253 +860,6 @@ class KeyRingImportJobPublicKey(dict):
|
|
864
860
|
return pulumi.get(self, "pem")
|
865
861
|
|
866
862
|
|
867
|
-
@pulumi.output_type
|
868
|
-
class GetCryptoKeysKeyResult(dict):
|
869
|
-
def __init__(__self__, *,
|
870
|
-
crypto_key_backend: str,
|
871
|
-
destroy_scheduled_duration: str,
|
872
|
-
effective_labels: Mapping[str, str],
|
873
|
-
id: str,
|
874
|
-
import_only: bool,
|
875
|
-
labels: Mapping[str, str],
|
876
|
-
primaries: Sequence['outputs.GetCryptoKeysKeyPrimaryResult'],
|
877
|
-
pulumi_labels: Mapping[str, str],
|
878
|
-
purpose: str,
|
879
|
-
rotation_period: str,
|
880
|
-
skip_initial_version_creation: bool,
|
881
|
-
version_templates: Sequence['outputs.GetCryptoKeysKeyVersionTemplateResult'],
|
882
|
-
key_ring: Optional[str] = None,
|
883
|
-
name: Optional[str] = None):
|
884
|
-
"""
|
885
|
-
:param str crypto_key_backend: The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
886
|
-
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
887
|
-
:param str destroy_scheduled_duration: The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
888
|
-
If not specified at creation time, the default duration is 30 days.
|
889
|
-
:param bool import_only: Whether this key may contain imported versions only.
|
890
|
-
:param Mapping[str, str] labels: Labels with user-defined metadata to apply to this resource.
|
891
|
-
|
892
|
-
|
893
|
-
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
894
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
895
|
-
:param Sequence['GetCryptoKeysKeyPrimaryArgs'] primaries: A copy of the primary CryptoKeyVersion that will be used by cryptoKeys.encrypt when this CryptoKey is given in EncryptRequest.name.
|
896
|
-
Keys with purpose ENCRYPT_DECRYPT may have a primary. For other keys, this field will be unset.
|
897
|
-
:param Mapping[str, str] pulumi_labels: The combination of labels configured directly on the resource
|
898
|
-
and default labels configured on the provider.
|
899
|
-
:param str purpose: The immutable purpose of this CryptoKey. See the
|
900
|
-
[purpose reference](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys#CryptoKeyPurpose)
|
901
|
-
for possible inputs.
|
902
|
-
Default value is "ENCRYPT_DECRYPT".
|
903
|
-
:param str rotation_period: Every time this period passes, generate a new CryptoKeyVersion and set it as the primary.
|
904
|
-
The first rotation will take place after the specified period. The rotation period has
|
905
|
-
the format of a decimal number with up to 9 fractional digits, followed by the
|
906
|
-
letter 's' (seconds). It must be greater than a day (ie, 86400).
|
907
|
-
:param bool skip_initial_version_creation: If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
908
|
-
You must use the 'google_kms_crypto_key_version' resource to create a new CryptoKeyVersion
|
909
|
-
or 'google_kms_key_ring_import_job' resource to import the CryptoKeyVersion.
|
910
|
-
:param Sequence['GetCryptoKeysKeyVersionTemplateArgs'] version_templates: A template describing settings for new crypto key versions.
|
911
|
-
:param str key_ring: The key ring that the keys belongs to. Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'.,
|
912
|
-
:param str name: The resource name for the CryptoKey.
|
913
|
-
"""
|
914
|
-
pulumi.set(__self__, "crypto_key_backend", crypto_key_backend)
|
915
|
-
pulumi.set(__self__, "destroy_scheduled_duration", destroy_scheduled_duration)
|
916
|
-
pulumi.set(__self__, "effective_labels", effective_labels)
|
917
|
-
pulumi.set(__self__, "id", id)
|
918
|
-
pulumi.set(__self__, "import_only", import_only)
|
919
|
-
pulumi.set(__self__, "labels", labels)
|
920
|
-
pulumi.set(__self__, "primaries", primaries)
|
921
|
-
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
922
|
-
pulumi.set(__self__, "purpose", purpose)
|
923
|
-
pulumi.set(__self__, "rotation_period", rotation_period)
|
924
|
-
pulumi.set(__self__, "skip_initial_version_creation", skip_initial_version_creation)
|
925
|
-
pulumi.set(__self__, "version_templates", version_templates)
|
926
|
-
if key_ring is not None:
|
927
|
-
pulumi.set(__self__, "key_ring", key_ring)
|
928
|
-
if name is not None:
|
929
|
-
pulumi.set(__self__, "name", name)
|
930
|
-
|
931
|
-
@property
|
932
|
-
@pulumi.getter(name="cryptoKeyBackend")
|
933
|
-
def crypto_key_backend(self) -> str:
|
934
|
-
"""
|
935
|
-
The resource name of the backend environment associated with all CryptoKeyVersions within this CryptoKey.
|
936
|
-
The resource name is in the format "projects/*/locations/*/ekmConnections/*" and only applies to "EXTERNAL_VPC" keys.
|
937
|
-
"""
|
938
|
-
return pulumi.get(self, "crypto_key_backend")
|
939
|
-
|
940
|
-
@property
|
941
|
-
@pulumi.getter(name="destroyScheduledDuration")
|
942
|
-
def destroy_scheduled_duration(self) -> str:
|
943
|
-
"""
|
944
|
-
The period of time that versions of this key spend in the DESTROY_SCHEDULED state before transitioning to DESTROYED.
|
945
|
-
If not specified at creation time, the default duration is 30 days.
|
946
|
-
"""
|
947
|
-
return pulumi.get(self, "destroy_scheduled_duration")
|
948
|
-
|
949
|
-
@property
|
950
|
-
@pulumi.getter(name="effectiveLabels")
|
951
|
-
def effective_labels(self) -> Mapping[str, str]:
|
952
|
-
return pulumi.get(self, "effective_labels")
|
953
|
-
|
954
|
-
@property
|
955
|
-
@pulumi.getter
|
956
|
-
def id(self) -> str:
|
957
|
-
return pulumi.get(self, "id")
|
958
|
-
|
959
|
-
@property
|
960
|
-
@pulumi.getter(name="importOnly")
|
961
|
-
def import_only(self) -> bool:
|
962
|
-
"""
|
963
|
-
Whether this key may contain imported versions only.
|
964
|
-
"""
|
965
|
-
return pulumi.get(self, "import_only")
|
966
|
-
|
967
|
-
@property
|
968
|
-
@pulumi.getter
|
969
|
-
def labels(self) -> Mapping[str, str]:
|
970
|
-
"""
|
971
|
-
Labels with user-defined metadata to apply to this resource.
|
972
|
-
|
973
|
-
|
974
|
-
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
975
|
-
Please refer to the field 'effective_labels' for all of the labels present on the resource.
|
976
|
-
"""
|
977
|
-
return pulumi.get(self, "labels")
|
978
|
-
|
979
|
-
@property
|
980
|
-
@pulumi.getter
|
981
|
-
def primaries(self) -> Sequence['outputs.GetCryptoKeysKeyPrimaryResult']:
|
982
|
-
"""
|
983
|
-
A copy of the primary CryptoKeyVersion that will be used by cryptoKeys.encrypt when this CryptoKey is given in EncryptRequest.name.
|
984
|
-
Keys with purpose ENCRYPT_DECRYPT may have a primary. For other keys, this field will be unset.
|
985
|
-
"""
|
986
|
-
return pulumi.get(self, "primaries")
|
987
|
-
|
988
|
-
@property
|
989
|
-
@pulumi.getter(name="pulumiLabels")
|
990
|
-
def pulumi_labels(self) -> Mapping[str, str]:
|
991
|
-
"""
|
992
|
-
The combination of labels configured directly on the resource
|
993
|
-
and default labels configured on the provider.
|
994
|
-
"""
|
995
|
-
return pulumi.get(self, "pulumi_labels")
|
996
|
-
|
997
|
-
@property
|
998
|
-
@pulumi.getter
|
999
|
-
def purpose(self) -> str:
|
1000
|
-
"""
|
1001
|
-
The immutable purpose of this CryptoKey. See the
|
1002
|
-
[purpose reference](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys#CryptoKeyPurpose)
|
1003
|
-
for possible inputs.
|
1004
|
-
Default value is "ENCRYPT_DECRYPT".
|
1005
|
-
"""
|
1006
|
-
return pulumi.get(self, "purpose")
|
1007
|
-
|
1008
|
-
@property
|
1009
|
-
@pulumi.getter(name="rotationPeriod")
|
1010
|
-
def rotation_period(self) -> str:
|
1011
|
-
"""
|
1012
|
-
Every time this period passes, generate a new CryptoKeyVersion and set it as the primary.
|
1013
|
-
The first rotation will take place after the specified period. The rotation period has
|
1014
|
-
the format of a decimal number with up to 9 fractional digits, followed by the
|
1015
|
-
letter 's' (seconds). It must be greater than a day (ie, 86400).
|
1016
|
-
"""
|
1017
|
-
return pulumi.get(self, "rotation_period")
|
1018
|
-
|
1019
|
-
@property
|
1020
|
-
@pulumi.getter(name="skipInitialVersionCreation")
|
1021
|
-
def skip_initial_version_creation(self) -> bool:
|
1022
|
-
"""
|
1023
|
-
If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
1024
|
-
You must use the 'google_kms_crypto_key_version' resource to create a new CryptoKeyVersion
|
1025
|
-
or 'google_kms_key_ring_import_job' resource to import the CryptoKeyVersion.
|
1026
|
-
"""
|
1027
|
-
return pulumi.get(self, "skip_initial_version_creation")
|
1028
|
-
|
1029
|
-
@property
|
1030
|
-
@pulumi.getter(name="versionTemplates")
|
1031
|
-
def version_templates(self) -> Sequence['outputs.GetCryptoKeysKeyVersionTemplateResult']:
|
1032
|
-
"""
|
1033
|
-
A template describing settings for new crypto key versions.
|
1034
|
-
"""
|
1035
|
-
return pulumi.get(self, "version_templates")
|
1036
|
-
|
1037
|
-
@property
|
1038
|
-
@pulumi.getter(name="keyRing")
|
1039
|
-
def key_ring(self) -> Optional[str]:
|
1040
|
-
"""
|
1041
|
-
The key ring that the keys belongs to. Format: 'projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}'.,
|
1042
|
-
"""
|
1043
|
-
return pulumi.get(self, "key_ring")
|
1044
|
-
|
1045
|
-
@property
|
1046
|
-
@pulumi.getter
|
1047
|
-
def name(self) -> Optional[str]:
|
1048
|
-
"""
|
1049
|
-
The resource name for the CryptoKey.
|
1050
|
-
"""
|
1051
|
-
return pulumi.get(self, "name")
|
1052
|
-
|
1053
|
-
|
1054
|
-
@pulumi.output_type
|
1055
|
-
class GetCryptoKeysKeyPrimaryResult(dict):
|
1056
|
-
def __init__(__self__, *,
|
1057
|
-
name: str,
|
1058
|
-
state: str):
|
1059
|
-
"""
|
1060
|
-
:param str name: The resource name for this CryptoKeyVersion.
|
1061
|
-
:param str state: The current state of the CryptoKeyVersion.
|
1062
|
-
"""
|
1063
|
-
pulumi.set(__self__, "name", name)
|
1064
|
-
pulumi.set(__self__, "state", state)
|
1065
|
-
|
1066
|
-
@property
|
1067
|
-
@pulumi.getter
|
1068
|
-
def name(self) -> str:
|
1069
|
-
"""
|
1070
|
-
The resource name for this CryptoKeyVersion.
|
1071
|
-
"""
|
1072
|
-
return pulumi.get(self, "name")
|
1073
|
-
|
1074
|
-
@property
|
1075
|
-
@pulumi.getter
|
1076
|
-
def state(self) -> str:
|
1077
|
-
"""
|
1078
|
-
The current state of the CryptoKeyVersion.
|
1079
|
-
"""
|
1080
|
-
return pulumi.get(self, "state")
|
1081
|
-
|
1082
|
-
|
1083
|
-
@pulumi.output_type
|
1084
|
-
class GetCryptoKeysKeyVersionTemplateResult(dict):
|
1085
|
-
def __init__(__self__, *,
|
1086
|
-
algorithm: str,
|
1087
|
-
protection_level: str):
|
1088
|
-
"""
|
1089
|
-
:param str algorithm: The algorithm to use when creating a version based on this template.
|
1090
|
-
See the [algorithm reference](https://cloud.google.com/kms/docs/reference/rest/v1/CryptoKeyVersionAlgorithm) for possible inputs.
|
1091
|
-
:param str protection_level: The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".
|
1092
|
-
"""
|
1093
|
-
pulumi.set(__self__, "algorithm", algorithm)
|
1094
|
-
pulumi.set(__self__, "protection_level", protection_level)
|
1095
|
-
|
1096
|
-
@property
|
1097
|
-
@pulumi.getter
|
1098
|
-
def algorithm(self) -> str:
|
1099
|
-
"""
|
1100
|
-
The algorithm to use when creating a version based on this template.
|
1101
|
-
See the [algorithm reference](https://cloud.google.com/kms/docs/reference/rest/v1/CryptoKeyVersionAlgorithm) for possible inputs.
|
1102
|
-
"""
|
1103
|
-
return pulumi.get(self, "algorithm")
|
1104
|
-
|
1105
|
-
@property
|
1106
|
-
@pulumi.getter(name="protectionLevel")
|
1107
|
-
def protection_level(self) -> str:
|
1108
|
-
"""
|
1109
|
-
The protection level to use when creating a version based on this template. Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE".
|
1110
|
-
"""
|
1111
|
-
return pulumi.get(self, "protection_level")
|
1112
|
-
|
1113
|
-
|
1114
863
|
@pulumi.output_type
|
1115
864
|
class GetKMSCryptoKeyPrimaryResult(dict):
|
1116
865
|
def __init__(__self__, *,
|
@@ -1202,22 +951,3 @@ class GetKMSCryptoKeyVersionTemplateResult(dict):
|
|
1202
951
|
return pulumi.get(self, "protection_level")
|
1203
952
|
|
1204
953
|
|
1205
|
-
@pulumi.output_type
|
1206
|
-
class GetKeyRingsKeyRingResult(dict):
|
1207
|
-
def __init__(__self__, *,
|
1208
|
-
id: str,
|
1209
|
-
name: str):
|
1210
|
-
pulumi.set(__self__, "id", id)
|
1211
|
-
pulumi.set(__self__, "name", name)
|
1212
|
-
|
1213
|
-
@property
|
1214
|
-
@pulumi.getter
|
1215
|
-
def id(self) -> str:
|
1216
|
-
return pulumi.get(self, "id")
|
1217
|
-
|
1218
|
-
@property
|
1219
|
-
@pulumi.getter
|
1220
|
-
def name(self) -> str:
|
1221
|
-
return pulumi.get(self, "name")
|
1222
|
-
|
1223
|
-
|
pulumi_gcp/logging/_inputs.py
CHANGED
@@ -201,7 +201,7 @@ if not MYPY:
|
|
201
201
|
field_path: pulumi.Input[str]
|
202
202
|
"""
|
203
203
|
The LogEntry field path to index.
|
204
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
204
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
205
205
|
"""
|
206
206
|
type: pulumi.Input[str]
|
207
207
|
"""
|
@@ -217,7 +217,7 @@ class BillingAccountBucketConfigIndexConfigArgs:
|
|
217
217
|
type: pulumi.Input[str]):
|
218
218
|
"""
|
219
219
|
:param pulumi.Input[str] field_path: The LogEntry field path to index.
|
220
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
220
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
221
221
|
:param pulumi.Input[str] type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
222
222
|
"""
|
223
223
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -228,7 +228,7 @@ class BillingAccountBucketConfigIndexConfigArgs:
|
|
228
228
|
def field_path(self) -> pulumi.Input[str]:
|
229
229
|
"""
|
230
230
|
The LogEntry field path to index.
|
231
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
231
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
232
232
|
"""
|
233
233
|
return pulumi.get(self, "field_path")
|
234
234
|
|
@@ -514,7 +514,7 @@ if not MYPY:
|
|
514
514
|
field_path: pulumi.Input[str]
|
515
515
|
"""
|
516
516
|
The LogEntry field path to index.
|
517
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
517
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
518
518
|
"""
|
519
519
|
type: pulumi.Input[str]
|
520
520
|
"""
|
@@ -530,7 +530,7 @@ class FolderBucketConfigIndexConfigArgs:
|
|
530
530
|
type: pulumi.Input[str]):
|
531
531
|
"""
|
532
532
|
:param pulumi.Input[str] field_path: The LogEntry field path to index.
|
533
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
533
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
534
534
|
:param pulumi.Input[str] type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
535
535
|
"""
|
536
536
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -541,7 +541,7 @@ class FolderBucketConfigIndexConfigArgs:
|
|
541
541
|
def field_path(self) -> pulumi.Input[str]:
|
542
542
|
"""
|
543
543
|
The LogEntry field path to index.
|
544
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
544
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
545
545
|
"""
|
546
546
|
return pulumi.get(self, "field_path")
|
547
547
|
|
@@ -1482,7 +1482,7 @@ if not MYPY:
|
|
1482
1482
|
field_path: pulumi.Input[str]
|
1483
1483
|
"""
|
1484
1484
|
The LogEntry field path to index.
|
1485
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1485
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1486
1486
|
"""
|
1487
1487
|
type: pulumi.Input[str]
|
1488
1488
|
"""
|
@@ -1498,7 +1498,7 @@ class OrganizationBucketConfigIndexConfigArgs:
|
|
1498
1498
|
type: pulumi.Input[str]):
|
1499
1499
|
"""
|
1500
1500
|
:param pulumi.Input[str] field_path: The LogEntry field path to index.
|
1501
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1501
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1502
1502
|
:param pulumi.Input[str] type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
1503
1503
|
"""
|
1504
1504
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -1509,7 +1509,7 @@ class OrganizationBucketConfigIndexConfigArgs:
|
|
1509
1509
|
def field_path(self) -> pulumi.Input[str]:
|
1510
1510
|
"""
|
1511
1511
|
The LogEntry field path to index.
|
1512
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1512
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1513
1513
|
"""
|
1514
1514
|
return pulumi.get(self, "field_path")
|
1515
1515
|
|
@@ -1795,7 +1795,7 @@ if not MYPY:
|
|
1795
1795
|
field_path: pulumi.Input[str]
|
1796
1796
|
"""
|
1797
1797
|
The LogEntry field path to index.
|
1798
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1798
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1799
1799
|
"""
|
1800
1800
|
type: pulumi.Input[str]
|
1801
1801
|
"""
|
@@ -1811,7 +1811,7 @@ class ProjectBucketConfigIndexConfigArgs:
|
|
1811
1811
|
type: pulumi.Input[str]):
|
1812
1812
|
"""
|
1813
1813
|
:param pulumi.Input[str] field_path: The LogEntry field path to index.
|
1814
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1814
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1815
1815
|
:param pulumi.Input[str] type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
1816
1816
|
"""
|
1817
1817
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -1822,7 +1822,7 @@ class ProjectBucketConfigIndexConfigArgs:
|
|
1822
1822
|
def field_path(self) -> pulumi.Input[str]:
|
1823
1823
|
"""
|
1824
1824
|
The LogEntry field path to index.
|
1825
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1825
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1826
1826
|
"""
|
1827
1827
|
return pulumi.get(self, "field_path")
|
1828
1828
|
|
@@ -329,10 +329,10 @@ class FolderBucketConfig(pulumi.CustomResource):
|
|
329
329
|
location="global",
|
330
330
|
retention_days=30,
|
331
331
|
bucket_id="_Default",
|
332
|
-
index_configs=
|
333
|
-
"
|
332
|
+
index_configs={
|
333
|
+
"filePath": "jsonPayload.request.status",
|
334
334
|
"type": "INDEX_TYPE_STRING",
|
335
|
-
}
|
335
|
+
})
|
336
336
|
```
|
337
337
|
|
338
338
|
## Import
|
@@ -386,10 +386,10 @@ class FolderBucketConfig(pulumi.CustomResource):
|
|
386
386
|
location="global",
|
387
387
|
retention_days=30,
|
388
388
|
bucket_id="_Default",
|
389
|
-
index_configs=
|
390
|
-
"
|
389
|
+
index_configs={
|
390
|
+
"filePath": "jsonPayload.request.status",
|
391
391
|
"type": "INDEX_TYPE_STRING",
|
392
|
-
}
|
392
|
+
})
|
393
393
|
```
|
394
394
|
|
395
395
|
## Import
|
@@ -327,10 +327,10 @@ class OrganizationBucketConfig(pulumi.CustomResource):
|
|
327
327
|
location="global",
|
328
328
|
retention_days=30,
|
329
329
|
bucket_id="_Default",
|
330
|
-
index_configs=
|
331
|
-
"
|
330
|
+
index_configs={
|
331
|
+
"filePath": "jsonPayload.request.status",
|
332
332
|
"type": "INDEX_TYPE_STRING",
|
333
|
-
}
|
333
|
+
})
|
334
334
|
```
|
335
335
|
|
336
336
|
## Import
|
@@ -382,10 +382,10 @@ class OrganizationBucketConfig(pulumi.CustomResource):
|
|
382
382
|
location="global",
|
383
383
|
retention_days=30,
|
384
384
|
bucket_id="_Default",
|
385
|
-
index_configs=
|
386
|
-
"
|
385
|
+
index_configs={
|
386
|
+
"filePath": "jsonPayload.request.status",
|
387
387
|
"type": "INDEX_TYPE_STRING",
|
388
|
-
}
|
388
|
+
})
|
389
389
|
```
|
390
390
|
|
391
391
|
## Import
|
pulumi_gcp/logging/outputs.py
CHANGED
@@ -168,7 +168,7 @@ class BillingAccountBucketConfigIndexConfig(dict):
|
|
168
168
|
type: str):
|
169
169
|
"""
|
170
170
|
:param str field_path: The LogEntry field path to index.
|
171
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
171
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
172
172
|
:param str type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
173
173
|
"""
|
174
174
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -179,7 +179,7 @@ class BillingAccountBucketConfigIndexConfig(dict):
|
|
179
179
|
def field_path(self) -> str:
|
180
180
|
"""
|
181
181
|
The LogEntry field path to index.
|
182
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
182
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
183
183
|
"""
|
184
184
|
return pulumi.get(self, "field_path")
|
185
185
|
|
@@ -411,7 +411,7 @@ class FolderBucketConfigIndexConfig(dict):
|
|
411
411
|
type: str):
|
412
412
|
"""
|
413
413
|
:param str field_path: The LogEntry field path to index.
|
414
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
414
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
415
415
|
:param str type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
416
416
|
"""
|
417
417
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -422,7 +422,7 @@ class FolderBucketConfigIndexConfig(dict):
|
|
422
422
|
def field_path(self) -> str:
|
423
423
|
"""
|
424
424
|
The LogEntry field path to index.
|
425
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
425
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
426
426
|
"""
|
427
427
|
return pulumi.get(self, "field_path")
|
428
428
|
|
@@ -1157,7 +1157,7 @@ class OrganizationBucketConfigIndexConfig(dict):
|
|
1157
1157
|
type: str):
|
1158
1158
|
"""
|
1159
1159
|
:param str field_path: The LogEntry field path to index.
|
1160
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1160
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1161
1161
|
:param str type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
1162
1162
|
"""
|
1163
1163
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -1168,7 +1168,7 @@ class OrganizationBucketConfigIndexConfig(dict):
|
|
1168
1168
|
def field_path(self) -> str:
|
1169
1169
|
"""
|
1170
1170
|
The LogEntry field path to index.
|
1171
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1171
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1172
1172
|
"""
|
1173
1173
|
return pulumi.get(self, "field_path")
|
1174
1174
|
|
@@ -1400,7 +1400,7 @@ class ProjectBucketConfigIndexConfig(dict):
|
|
1400
1400
|
type: str):
|
1401
1401
|
"""
|
1402
1402
|
:param str field_path: The LogEntry field path to index.
|
1403
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1403
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1404
1404
|
:param str type: The type of data in this index. Allowed types include `INDEX_TYPE_UNSPECIFIED`, `INDEX_TYPE_STRING` and `INDEX_TYPE_INTEGER`.
|
1405
1405
|
"""
|
1406
1406
|
pulumi.set(__self__, "field_path", field_path)
|
@@ -1411,7 +1411,7 @@ class ProjectBucketConfigIndexConfig(dict):
|
|
1411
1411
|
def field_path(self) -> str:
|
1412
1412
|
"""
|
1413
1413
|
The LogEntry field path to index.
|
1414
|
-
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See
|
1414
|
+
Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation for details.
|
1415
1415
|
"""
|
1416
1416
|
return pulumi.get(self, "field_path")
|
1417
1417
|
|
@@ -457,10 +457,10 @@ class ProjectBucketConfig(pulumi.CustomResource):
|
|
457
457
|
location="global",
|
458
458
|
retention_days=30,
|
459
459
|
bucket_id="custom-bucket",
|
460
|
-
index_configs=
|
461
|
-
"
|
460
|
+
index_configs={
|
461
|
+
"filePath": "jsonPayload.request.status",
|
462
462
|
"type": "INDEX_TYPE_STRING",
|
463
|
-
}
|
463
|
+
})
|
464
464
|
```
|
465
465
|
|
466
466
|
## Import
|
@@ -584,10 +584,10 @@ class ProjectBucketConfig(pulumi.CustomResource):
|
|
584
584
|
location="global",
|
585
585
|
retention_days=30,
|
586
586
|
bucket_id="custom-bucket",
|
587
|
-
index_configs=
|
588
|
-
"
|
587
|
+
index_configs={
|
588
|
+
"filePath": "jsonPayload.request.status",
|
589
589
|
"type": "INDEX_TYPE_STRING",
|
590
|
-
}
|
590
|
+
})
|
591
591
|
```
|
592
592
|
|
593
593
|
## Import
|
pulumi_gcp/looker/instance.py
CHANGED
@@ -786,8 +786,8 @@ class Instance(pulumi.CustomResource):
|
|
786
786
|
|
787
787
|
* [API documentation](https://cloud.google.com/looker/docs/reference/rest/v1/projects.locations.instances)
|
788
788
|
* How-to Guides
|
789
|
-
* [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)
|
790
789
|
* [Create a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-create)
|
790
|
+
* [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)
|
791
791
|
|
792
792
|
## Example Usage
|
793
793
|
|
@@ -1033,8 +1033,8 @@ class Instance(pulumi.CustomResource):
|
|
1033
1033
|
|
1034
1034
|
* [API documentation](https://cloud.google.com/looker/docs/reference/rest/v1/projects.locations.instances)
|
1035
1035
|
* How-to Guides
|
1036
|
-
* [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)
|
1037
1036
|
* [Create a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-create)
|
1037
|
+
* [Configure a Looker (Google Cloud core) instance](https://cloud.google.com/looker/docs/looker-core-instance-setup)
|
1038
1038
|
|
1039
1039
|
## Example Usage
|
1040
1040
|
|