pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.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 +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,93 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetGroupTransitiveMembershipsResult',
|
20
|
+
'AwaitableGetGroupTransitiveMembershipsResult',
|
21
|
+
'get_group_transitive_memberships',
|
22
|
+
'get_group_transitive_memberships_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetGroupTransitiveMembershipsResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getGroupTransitiveMemberships.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, group=None, id=None, memberships=None):
|
31
|
+
if group and not isinstance(group, str):
|
32
|
+
raise TypeError("Expected argument 'group' to be a str")
|
33
|
+
pulumi.set(__self__, "group", group)
|
34
|
+
if id and not isinstance(id, str):
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
36
|
+
pulumi.set(__self__, "id", id)
|
37
|
+
if memberships and not isinstance(memberships, list):
|
38
|
+
raise TypeError("Expected argument 'memberships' to be a list")
|
39
|
+
pulumi.set(__self__, "memberships", memberships)
|
40
|
+
|
41
|
+
@property
|
42
|
+
@pulumi.getter
|
43
|
+
def group(self) -> str:
|
44
|
+
return pulumi.get(self, "group")
|
45
|
+
|
46
|
+
@property
|
47
|
+
@pulumi.getter
|
48
|
+
def id(self) -> str:
|
49
|
+
"""
|
50
|
+
The provider-assigned unique ID for this managed resource.
|
51
|
+
"""
|
52
|
+
return pulumi.get(self, "id")
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter
|
56
|
+
def memberships(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipResult']:
|
57
|
+
return pulumi.get(self, "memberships")
|
58
|
+
|
59
|
+
|
60
|
+
class AwaitableGetGroupTransitiveMembershipsResult(GetGroupTransitiveMembershipsResult):
|
61
|
+
# pylint: disable=using-constant-test
|
62
|
+
def __await__(self):
|
63
|
+
if False:
|
64
|
+
yield self
|
65
|
+
return GetGroupTransitiveMembershipsResult(
|
66
|
+
group=self.group,
|
67
|
+
id=self.id,
|
68
|
+
memberships=self.memberships)
|
69
|
+
|
70
|
+
|
71
|
+
def get_group_transitive_memberships(group: Optional[str] = None,
|
72
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupTransitiveMembershipsResult:
|
73
|
+
"""
|
74
|
+
Use this data source to access information about an existing resource.
|
75
|
+
"""
|
76
|
+
__args__ = dict()
|
77
|
+
__args__['group'] = group
|
78
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
79
|
+
__ret__ = pulumi.runtime.invoke('gcp:cloudidentity/getGroupTransitiveMemberships:getGroupTransitiveMemberships', __args__, opts=opts, typ=GetGroupTransitiveMembershipsResult).value
|
80
|
+
|
81
|
+
return AwaitableGetGroupTransitiveMembershipsResult(
|
82
|
+
group=pulumi.get(__ret__, 'group'),
|
83
|
+
id=pulumi.get(__ret__, 'id'),
|
84
|
+
memberships=pulumi.get(__ret__, 'memberships'))
|
85
|
+
|
86
|
+
|
87
|
+
@_utilities.lift_output_func(get_group_transitive_memberships)
|
88
|
+
def get_group_transitive_memberships_output(group: Optional[pulumi.Input[str]] = None,
|
89
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGroupTransitiveMembershipsResult]:
|
90
|
+
"""
|
91
|
+
Use this data source to access information about an existing resource.
|
92
|
+
"""
|
93
|
+
...
|
@@ -28,6 +28,9 @@ __all__ = [
|
|
28
28
|
'GetGroupMembershipsMembershipPreferredMemberKeyResult',
|
29
29
|
'GetGroupMembershipsMembershipRoleResult',
|
30
30
|
'GetGroupMembershipsMembershipRoleExpiryDetailResult',
|
31
|
+
'GetGroupTransitiveMembershipsMembershipResult',
|
32
|
+
'GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult',
|
33
|
+
'GetGroupTransitiveMembershipsMembershipRoleResult',
|
31
34
|
'GetGroupsGroupResult',
|
32
35
|
'GetGroupsGroupAdditionalGroupKeyResult',
|
33
36
|
'GetGroupsGroupGroupKeyResult',
|
@@ -618,6 +621,134 @@ class GetGroupMembershipsMembershipRoleExpiryDetailResult(dict):
|
|
618
621
|
return pulumi.get(self, "expire_time")
|
619
622
|
|
620
623
|
|
624
|
+
@pulumi.output_type
|
625
|
+
class GetGroupTransitiveMembershipsMembershipResult(dict):
|
626
|
+
def __init__(__self__, *,
|
627
|
+
member: str,
|
628
|
+
preferred_member_keys: Sequence['outputs.GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult'],
|
629
|
+
relation_type: str,
|
630
|
+
roles: Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']):
|
631
|
+
"""
|
632
|
+
:param str member: Resource name for this member.
|
633
|
+
:param Sequence['GetGroupTransitiveMembershipsMembershipPreferredMemberKeyArgs'] preferred_member_keys: EntityKey of the member. Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
|
634
|
+
:param str relation_type: The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
635
|
+
:param Sequence['GetGroupTransitiveMembershipsMembershipRoleArgs'] roles: The membership role details
|
636
|
+
"""
|
637
|
+
pulumi.set(__self__, "member", member)
|
638
|
+
pulumi.set(__self__, "preferred_member_keys", preferred_member_keys)
|
639
|
+
pulumi.set(__self__, "relation_type", relation_type)
|
640
|
+
pulumi.set(__self__, "roles", roles)
|
641
|
+
|
642
|
+
@property
|
643
|
+
@pulumi.getter
|
644
|
+
def member(self) -> str:
|
645
|
+
"""
|
646
|
+
Resource name for this member.
|
647
|
+
"""
|
648
|
+
return pulumi.get(self, "member")
|
649
|
+
|
650
|
+
@property
|
651
|
+
@pulumi.getter(name="preferredMemberKeys")
|
652
|
+
def preferred_member_keys(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult']:
|
653
|
+
"""
|
654
|
+
EntityKey of the member. Entity key has an id and a namespace. In case of discussion forums, the id will be an email address without a namespace.
|
655
|
+
"""
|
656
|
+
return pulumi.get(self, "preferred_member_keys")
|
657
|
+
|
658
|
+
@property
|
659
|
+
@pulumi.getter(name="relationType")
|
660
|
+
def relation_type(self) -> str:
|
661
|
+
"""
|
662
|
+
The relation between the group and the transitive member. The value can be DIRECT, INDIRECT, or DIRECT_AND_INDIRECT
|
663
|
+
"""
|
664
|
+
return pulumi.get(self, "relation_type")
|
665
|
+
|
666
|
+
@property
|
667
|
+
@pulumi.getter
|
668
|
+
def roles(self) -> Sequence['outputs.GetGroupTransitiveMembershipsMembershipRoleResult']:
|
669
|
+
"""
|
670
|
+
The membership role details
|
671
|
+
"""
|
672
|
+
return pulumi.get(self, "roles")
|
673
|
+
|
674
|
+
|
675
|
+
@pulumi.output_type
|
676
|
+
class GetGroupTransitiveMembershipsMembershipPreferredMemberKeyResult(dict):
|
677
|
+
def __init__(__self__, *,
|
678
|
+
id: str,
|
679
|
+
namespace: str):
|
680
|
+
"""
|
681
|
+
:param str id: The ID of the entity.
|
682
|
+
|
683
|
+
For Google-managed entities, the id must be the email address of an existing
|
684
|
+
group or user.
|
685
|
+
|
686
|
+
For external-identity-mapped entities, the id must be a string conforming
|
687
|
+
to the Identity Source's requirements.
|
688
|
+
|
689
|
+
Must be unique within a namespace.
|
690
|
+
:param str namespace: The namespace in which the entity exists.
|
691
|
+
|
692
|
+
If not specified, the EntityKey represents a Google-managed entity
|
693
|
+
such as a Google user or a Google Group.
|
694
|
+
|
695
|
+
If specified, the EntityKey represents an external-identity-mapped group.
|
696
|
+
The namespace must correspond to an identity source created in Admin Console
|
697
|
+
and must be in the form of 'identitysources/{identity_source_id}'.
|
698
|
+
"""
|
699
|
+
pulumi.set(__self__, "id", id)
|
700
|
+
pulumi.set(__self__, "namespace", namespace)
|
701
|
+
|
702
|
+
@property
|
703
|
+
@pulumi.getter
|
704
|
+
def id(self) -> str:
|
705
|
+
"""
|
706
|
+
The ID of the entity.
|
707
|
+
|
708
|
+
For Google-managed entities, the id must be the email address of an existing
|
709
|
+
group or user.
|
710
|
+
|
711
|
+
For external-identity-mapped entities, the id must be a string conforming
|
712
|
+
to the Identity Source's requirements.
|
713
|
+
|
714
|
+
Must be unique within a namespace.
|
715
|
+
"""
|
716
|
+
return pulumi.get(self, "id")
|
717
|
+
|
718
|
+
@property
|
719
|
+
@pulumi.getter
|
720
|
+
def namespace(self) -> str:
|
721
|
+
"""
|
722
|
+
The namespace in which the entity exists.
|
723
|
+
|
724
|
+
If not specified, the EntityKey represents a Google-managed entity
|
725
|
+
such as a Google user or a Google Group.
|
726
|
+
|
727
|
+
If specified, the EntityKey represents an external-identity-mapped group.
|
728
|
+
The namespace must correspond to an identity source created in Admin Console
|
729
|
+
and must be in the form of 'identitysources/{identity_source_id}'.
|
730
|
+
"""
|
731
|
+
return pulumi.get(self, "namespace")
|
732
|
+
|
733
|
+
|
734
|
+
@pulumi.output_type
|
735
|
+
class GetGroupTransitiveMembershipsMembershipRoleResult(dict):
|
736
|
+
def __init__(__self__, *,
|
737
|
+
role: str):
|
738
|
+
"""
|
739
|
+
:param str role: The name of the TransitiveMembershipRole. Possible values: ["OWNER", "MANAGER", "MEMBER"]
|
740
|
+
"""
|
741
|
+
pulumi.set(__self__, "role", role)
|
742
|
+
|
743
|
+
@property
|
744
|
+
@pulumi.getter
|
745
|
+
def role(self) -> str:
|
746
|
+
"""
|
747
|
+
The name of the TransitiveMembershipRole. Possible values: ["OWNER", "MANAGER", "MEMBER"]
|
748
|
+
"""
|
749
|
+
return pulumi.get(self, "role")
|
750
|
+
|
751
|
+
|
621
752
|
@pulumi.output_type
|
622
753
|
class GetGroupsGroupResult(dict):
|
623
754
|
def __init__(__self__, *,
|
pulumi_gcp/cloudquota/outputs.py
CHANGED
@@ -148,11 +148,11 @@ class GetSQuotaInfoDimensionsInfoResult(dict):
|
|
148
148
|
def __init__(__self__, *,
|
149
149
|
applicable_locations: Sequence[str],
|
150
150
|
details: Sequence['outputs.GetSQuotaInfoDimensionsInfoDetailResult'],
|
151
|
-
dimensions: Mapping[str,
|
151
|
+
dimensions: Mapping[str, str]):
|
152
152
|
"""
|
153
153
|
:param Sequence[str] applicable_locations: The applicable regions or zones of this dimensions info. The field will be set to `['global']` for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
|
154
154
|
:param Sequence['GetSQuotaInfoDimensionsInfoDetailArgs'] details: The quota details for a map of dimensions.
|
155
|
-
:param Mapping[str,
|
155
|
+
:param Mapping[str, str] dimensions: The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
|
156
156
|
"""
|
157
157
|
pulumi.set(__self__, "applicable_locations", applicable_locations)
|
158
158
|
pulumi.set(__self__, "details", details)
|
@@ -176,7 +176,7 @@ class GetSQuotaInfoDimensionsInfoResult(dict):
|
|
176
176
|
|
177
177
|
@property
|
178
178
|
@pulumi.getter
|
179
|
-
def dimensions(self) -> Mapping[str,
|
179
|
+
def dimensions(self) -> Mapping[str, str]:
|
180
180
|
"""
|
181
181
|
The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
|
182
182
|
"""
|
@@ -414,11 +414,11 @@ class GetSQuotaInfosQuotaInfoDimensionsInfoResult(dict):
|
|
414
414
|
def __init__(__self__, *,
|
415
415
|
applicable_locations: Sequence[str],
|
416
416
|
details: Sequence['outputs.GetSQuotaInfosQuotaInfoDimensionsInfoDetailResult'],
|
417
|
-
dimensions: Mapping[str,
|
417
|
+
dimensions: Mapping[str, str]):
|
418
418
|
"""
|
419
419
|
:param Sequence[str] applicable_locations: The applicable regions or zones of this dimensions info. The field will be set to `['global']` for quotas that are not per region or per zone. Otherwise, it will be set to the list of locations this dimension info is applicable to.
|
420
420
|
:param Sequence['GetSQuotaInfosQuotaInfoDimensionsInfoDetailArgs'] details: The quota details for a map of dimensions.
|
421
|
-
:param Mapping[str,
|
421
|
+
:param Mapping[str, str] dimensions: The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
|
422
422
|
"""
|
423
423
|
pulumi.set(__self__, "applicable_locations", applicable_locations)
|
424
424
|
pulumi.set(__self__, "details", details)
|
@@ -442,7 +442,7 @@ class GetSQuotaInfosQuotaInfoDimensionsInfoResult(dict):
|
|
442
442
|
|
443
443
|
@property
|
444
444
|
@pulumi.getter
|
445
|
-
def dimensions(self) -> Mapping[str,
|
445
|
+
def dimensions(self) -> Mapping[str, str]:
|
446
446
|
"""
|
447
447
|
The map of dimensions for this dimensions info. The key of a map entry is "region", "zone" or the name of a service specific dimension, and the value of a map entry is the value of the dimension. If a dimension does not appear in the map of dimensions, the dimensions info applies to all the dimension values except for those that have another DimenisonInfo instance configured for the specific value. Example: {"provider" : "Foo Inc"} where "provider" is a service specific dimension of a quota.
|
448
448
|
"""
|
@@ -20,14 +20,14 @@ __all__ = ['UserWorkloadsSecretArgs', 'UserWorkloadsSecret']
|
|
20
20
|
class UserWorkloadsSecretArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
environment: pulumi.Input[str],
|
23
|
-
data: Optional[pulumi.Input[Mapping[str,
|
23
|
+
data: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
24
24
|
name: Optional[pulumi.Input[str]] = None,
|
25
25
|
project: Optional[pulumi.Input[str]] = None,
|
26
26
|
region: Optional[pulumi.Input[str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a UserWorkloadsSecret resource.
|
29
29
|
:param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
|
30
|
-
:param pulumi.Input[Mapping[str,
|
30
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] data: A map of the secret data.
|
31
31
|
:param pulumi.Input[str] name: Name of the Kubernetes Secret.
|
32
32
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
33
33
|
If it is not provided, the provider project is used.
|
@@ -57,14 +57,14 @@ class UserWorkloadsSecretArgs:
|
|
57
57
|
|
58
58
|
@property
|
59
59
|
@pulumi.getter
|
60
|
-
def data(self) -> Optional[pulumi.Input[Mapping[str,
|
60
|
+
def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
61
61
|
"""
|
62
62
|
A map of the secret data.
|
63
63
|
"""
|
64
64
|
return pulumi.get(self, "data")
|
65
65
|
|
66
66
|
@data.setter
|
67
|
-
def data(self, value: Optional[pulumi.Input[Mapping[str,
|
67
|
+
def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
68
68
|
pulumi.set(self, "data", value)
|
69
69
|
|
70
70
|
@property
|
@@ -108,14 +108,14 @@ class UserWorkloadsSecretArgs:
|
|
108
108
|
@pulumi.input_type
|
109
109
|
class _UserWorkloadsSecretState:
|
110
110
|
def __init__(__self__, *,
|
111
|
-
data: Optional[pulumi.Input[Mapping[str,
|
111
|
+
data: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
112
112
|
environment: Optional[pulumi.Input[str]] = None,
|
113
113
|
name: Optional[pulumi.Input[str]] = None,
|
114
114
|
project: Optional[pulumi.Input[str]] = None,
|
115
115
|
region: Optional[pulumi.Input[str]] = None):
|
116
116
|
"""
|
117
117
|
Input properties used for looking up and filtering UserWorkloadsSecret resources.
|
118
|
-
:param pulumi.Input[Mapping[str,
|
118
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] data: A map of the secret data.
|
119
119
|
:param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
|
120
120
|
:param pulumi.Input[str] name: Name of the Kubernetes Secret.
|
121
121
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -135,14 +135,14 @@ class _UserWorkloadsSecretState:
|
|
135
135
|
|
136
136
|
@property
|
137
137
|
@pulumi.getter
|
138
|
-
def data(self) -> Optional[pulumi.Input[Mapping[str,
|
138
|
+
def data(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
139
139
|
"""
|
140
140
|
A map of the secret data.
|
141
141
|
"""
|
142
142
|
return pulumi.get(self, "data")
|
143
143
|
|
144
144
|
@data.setter
|
145
|
-
def data(self, value: Optional[pulumi.Input[Mapping[str,
|
145
|
+
def data(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
146
146
|
pulumi.set(self, "data", value)
|
147
147
|
|
148
148
|
@property
|
@@ -200,7 +200,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
200
200
|
def __init__(__self__,
|
201
201
|
resource_name: str,
|
202
202
|
opts: Optional[pulumi.ResourceOptions] = None,
|
203
|
-
data: Optional[pulumi.Input[Mapping[str,
|
203
|
+
data: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
204
204
|
environment: Optional[pulumi.Input[str]] = None,
|
205
205
|
name: Optional[pulumi.Input[str]] = None,
|
206
206
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -260,7 +260,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
260
260
|
|
261
261
|
:param str resource_name: The name of the resource.
|
262
262
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
263
|
-
:param pulumi.Input[Mapping[str,
|
263
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] data: A map of the secret data.
|
264
264
|
:param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
|
265
265
|
:param pulumi.Input[str] name: Name of the Kubernetes Secret.
|
266
266
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -340,7 +340,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
340
340
|
def _internal_init(__self__,
|
341
341
|
resource_name: str,
|
342
342
|
opts: Optional[pulumi.ResourceOptions] = None,
|
343
|
-
data: Optional[pulumi.Input[Mapping[str,
|
343
|
+
data: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
344
344
|
environment: Optional[pulumi.Input[str]] = None,
|
345
345
|
name: Optional[pulumi.Input[str]] = None,
|
346
346
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -373,7 +373,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
373
373
|
def get(resource_name: str,
|
374
374
|
id: pulumi.Input[str],
|
375
375
|
opts: Optional[pulumi.ResourceOptions] = None,
|
376
|
-
data: Optional[pulumi.Input[Mapping[str,
|
376
|
+
data: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
377
377
|
environment: Optional[pulumi.Input[str]] = None,
|
378
378
|
name: Optional[pulumi.Input[str]] = None,
|
379
379
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -385,7 +385,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
385
385
|
:param str resource_name: The unique name of the resulting resource.
|
386
386
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
387
387
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
388
|
-
:param pulumi.Input[Mapping[str,
|
388
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] data: A map of the secret data.
|
389
389
|
:param pulumi.Input[str] environment: Environment where the Kubernetes Secret will be stored and used.
|
390
390
|
:param pulumi.Input[str] name: Name of the Kubernetes Secret.
|
391
391
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -405,7 +405,7 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
405
405
|
|
406
406
|
@property
|
407
407
|
@pulumi.getter
|
408
|
-
def data(self) -> pulumi.Output[Optional[Mapping[str,
|
408
|
+
def data(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
409
409
|
"""
|
410
410
|
A map of the secret data.
|
411
411
|
"""
|