pulumi-gcp 7.23.0__py3-none-any.whl → 7.23.0a1715695885__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.
Files changed (42) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/bigquery/table.py +0 -47
  3. pulumi_gcp/bigtable/__init__.py +0 -1
  4. pulumi_gcp/bigtable/_inputs.py +0 -101
  5. pulumi_gcp/bigtable/outputs.py +0 -119
  6. pulumi_gcp/certificateauthority/certificate_template.py +0 -70
  7. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  8. pulumi_gcp/clouddeploy/_inputs.py +0 -96
  9. pulumi_gcp/clouddeploy/custom_target_type.py +0 -46
  10. pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
  11. pulumi_gcp/clouddeploy/outputs.py +1 -96
  12. pulumi_gcp/clouddeploy/target.py +7 -54
  13. pulumi_gcp/compute/_inputs.py +0 -689
  14. pulumi_gcp/compute/firewall_policy_rule.py +10 -125
  15. pulumi_gcp/compute/network_firewall_policy_rule.py +10 -125
  16. pulumi_gcp/compute/outputs.py +0 -684
  17. pulumi_gcp/compute/region_network_firewall_policy_rule.py +10 -125
  18. pulumi_gcp/compute/region_security_policy_rule.py +1 -230
  19. pulumi_gcp/container/_inputs.py +3 -67
  20. pulumi_gcp/container/outputs.py +4 -93
  21. pulumi_gcp/dataflow/flex_template_job.py +7 -7
  22. pulumi_gcp/dataflow/job.py +7 -7
  23. pulumi_gcp/iam/_inputs.py +2 -191
  24. pulumi_gcp/iam/outputs.py +2 -197
  25. pulumi_gcp/iam/workforce_pool_provider.py +0 -245
  26. pulumi_gcp/integrationconnectors/__init__.py +0 -1
  27. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  28. pulumi_gcp/networksecurity/firewall_endpoint.py +0 -34
  29. pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -24
  30. pulumi_gcp/networksecurity/security_profile.py +0 -16
  31. pulumi_gcp/networksecurity/security_profile_group.py +0 -18
  32. pulumi_gcp/networksecurity/tls_inspection_policy.py +0 -16
  33. pulumi_gcp/orgpolicy/policy.py +2 -2
  34. pulumi_gcp/pubsub/subscription.py +4 -4
  35. pulumi_gcp/pulumi-plugin.json +1 -1
  36. {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715695885.dist-info}/METADATA +1 -1
  37. {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715695885.dist-info}/RECORD +39 -42
  38. pulumi_gcp/bigtable/authorized_view.py +0 -440
  39. pulumi_gcp/integrationconnectors/managed_zone.py +0 -753
  40. pulumi_gcp/networkconnectivity/regional_endpoint.py +0 -946
  41. {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715695885.dist-info}/WHEEL +0 -0
  42. {pulumi_gcp-7.23.0.dist-info → pulumi_gcp-7.23.0a1715695885.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -1316,14 +1316,6 @@ _utilities.register(
1316
1316
  "gcp:bigquerydatapolicy/dataPolicyIamPolicy:DataPolicyIamPolicy": "DataPolicyIamPolicy"
1317
1317
  }
1318
1318
  },
1319
- {
1320
- "pkg": "gcp",
1321
- "mod": "bigtable/authorizedView",
1322
- "fqn": "pulumi_gcp.bigtable",
1323
- "classes": {
1324
- "gcp:bigtable/authorizedView:AuthorizedView": "AuthorizedView"
1325
- }
1326
- },
1327
1319
  {
1328
1320
  "pkg": "gcp",
1329
1321
  "mod": "bigtable/gCPolicy",
@@ -5412,14 +5404,6 @@ _utilities.register(
5412
5404
  "gcp:integrationconnectors/endpointAttachment:EndpointAttachment": "EndpointAttachment"
5413
5405
  }
5414
5406
  },
5415
- {
5416
- "pkg": "gcp",
5417
- "mod": "integrationconnectors/managedZone",
5418
- "fqn": "pulumi_gcp.integrationconnectors",
5419
- "classes": {
5420
- "gcp:integrationconnectors/managedZone:ManagedZone": "ManagedZone"
5421
- }
5422
- },
5423
5407
  {
5424
5408
  "pkg": "gcp",
5425
5409
  "mod": "kms/cryptoKey",
@@ -5860,14 +5844,6 @@ _utilities.register(
5860
5844
  "gcp:networkconnectivity/policyBasedRoute:PolicyBasedRoute": "PolicyBasedRoute"
5861
5845
  }
5862
5846
  },
5863
- {
5864
- "pkg": "gcp",
5865
- "mod": "networkconnectivity/regionalEndpoint",
5866
- "fqn": "pulumi_gcp.networkconnectivity",
5867
- "classes": {
5868
- "gcp:networkconnectivity/regionalEndpoint:RegionalEndpoint": "RegionalEndpoint"
5869
- }
5870
- },
5871
5847
  {
5872
5848
  "pkg": "gcp",
5873
5849
  "mod": "networkconnectivity/serviceConnectionPolicy",
@@ -18,7 +18,6 @@ class TableArgs:
18
18
  def __init__(__self__, *,
19
19
  dataset_id: pulumi.Input[str],
20
20
  table_id: pulumi.Input[str],
21
- allow_resource_tags_on_deletion: Optional[pulumi.Input[bool]] = None,
22
21
  clusterings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
23
22
  deletion_protection: Optional[pulumi.Input[bool]] = None,
24
23
  description: Optional[pulumi.Input[str]] = None,
@@ -44,7 +43,6 @@ class TableArgs:
44
43
  Changing this forces a new resource to be created.
45
44
  :param pulumi.Input[str] table_id: A unique ID for the resource.
46
45
  Changing this forces a new resource to be created.
47
- :param pulumi.Input[bool] allow_resource_tags_on_deletion: Whether or not to allow table deletion when there are still resource tags attached.
48
46
  :param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
49
47
  Up to four top-level columns are allowed, and should be specified in
50
48
  descending priority order.
@@ -94,8 +92,6 @@ class TableArgs:
94
92
  """
95
93
  pulumi.set(__self__, "dataset_id", dataset_id)
96
94
  pulumi.set(__self__, "table_id", table_id)
97
- if allow_resource_tags_on_deletion is not None:
98
- pulumi.set(__self__, "allow_resource_tags_on_deletion", allow_resource_tags_on_deletion)
99
95
  if clusterings is not None:
100
96
  pulumi.set(__self__, "clusterings", clusterings)
101
97
  if deletion_protection is not None:
@@ -161,18 +157,6 @@ class TableArgs:
161
157
  def table_id(self, value: pulumi.Input[str]):
162
158
  pulumi.set(self, "table_id", value)
163
159
 
164
- @property
165
- @pulumi.getter(name="allowResourceTagsOnDeletion")
166
- def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
167
- """
168
- Whether or not to allow table deletion when there are still resource tags attached.
169
- """
170
- return pulumi.get(self, "allow_resource_tags_on_deletion")
171
-
172
- @allow_resource_tags_on_deletion.setter
173
- def allow_resource_tags_on_deletion(self, value: Optional[pulumi.Input[bool]]):
174
- pulumi.set(self, "allow_resource_tags_on_deletion", value)
175
-
176
160
  @property
177
161
  @pulumi.getter
178
162
  def clusterings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -432,7 +416,6 @@ class TableArgs:
432
416
  @pulumi.input_type
433
417
  class _TableState:
434
418
  def __init__(__self__, *,
435
- allow_resource_tags_on_deletion: Optional[pulumi.Input[bool]] = None,
436
419
  clusterings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
437
420
  creation_time: Optional[pulumi.Input[int]] = None,
438
421
  dataset_id: Optional[pulumi.Input[str]] = None,
@@ -467,7 +450,6 @@ class _TableState:
467
450
  view: Optional[pulumi.Input['TableViewArgs']] = None):
468
451
  """
469
452
  Input properties used for looking up and filtering Table resources.
470
- :param pulumi.Input[bool] allow_resource_tags_on_deletion: Whether or not to allow table deletion when there are still resource tags attached.
471
453
  :param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
472
454
  Up to four top-level columns are allowed, and should be specified in
473
455
  descending priority order.
@@ -545,8 +527,6 @@ class _TableState:
545
527
  :param pulumi.Input['TableViewArgs'] view: If specified, configures this table as a view.
546
528
  Structure is documented below.
547
529
  """
548
- if allow_resource_tags_on_deletion is not None:
549
- pulumi.set(__self__, "allow_resource_tags_on_deletion", allow_resource_tags_on_deletion)
550
530
  if clusterings is not None:
551
531
  pulumi.set(__self__, "clusterings", clusterings)
552
532
  if creation_time is not None:
@@ -612,18 +592,6 @@ class _TableState:
612
592
  if view is not None:
613
593
  pulumi.set(__self__, "view", view)
614
594
 
615
- @property
616
- @pulumi.getter(name="allowResourceTagsOnDeletion")
617
- def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
618
- """
619
- Whether or not to allow table deletion when there are still resource tags attached.
620
- """
621
- return pulumi.get(self, "allow_resource_tags_on_deletion")
622
-
623
- @allow_resource_tags_on_deletion.setter
624
- def allow_resource_tags_on_deletion(self, value: Optional[pulumi.Input[bool]]):
625
- pulumi.set(self, "allow_resource_tags_on_deletion", value)
626
-
627
595
  @property
628
596
  @pulumi.getter
629
597
  def clusterings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -1058,7 +1026,6 @@ class Table(pulumi.CustomResource):
1058
1026
  def __init__(__self__,
1059
1027
  resource_name: str,
1060
1028
  opts: Optional[pulumi.ResourceOptions] = None,
1061
- allow_resource_tags_on_deletion: Optional[pulumi.Input[bool]] = None,
1062
1029
  clusterings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1063
1030
  dataset_id: Optional[pulumi.Input[str]] = None,
1064
1031
  deletion_protection: Optional[pulumi.Input[bool]] = None,
@@ -1168,7 +1135,6 @@ class Table(pulumi.CustomResource):
1168
1135
 
1169
1136
  :param str resource_name: The name of the resource.
1170
1137
  :param pulumi.ResourceOptions opts: Options for the resource.
1171
- :param pulumi.Input[bool] allow_resource_tags_on_deletion: Whether or not to allow table deletion when there are still resource tags attached.
1172
1138
  :param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
1173
1139
  Up to four top-level columns are allowed, and should be specified in
1174
1140
  descending priority order.
@@ -1326,7 +1292,6 @@ class Table(pulumi.CustomResource):
1326
1292
  def _internal_init(__self__,
1327
1293
  resource_name: str,
1328
1294
  opts: Optional[pulumi.ResourceOptions] = None,
1329
- allow_resource_tags_on_deletion: Optional[pulumi.Input[bool]] = None,
1330
1295
  clusterings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1331
1296
  dataset_id: Optional[pulumi.Input[str]] = None,
1332
1297
  deletion_protection: Optional[pulumi.Input[bool]] = None,
@@ -1357,7 +1322,6 @@ class Table(pulumi.CustomResource):
1357
1322
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
1358
1323
  __props__ = TableArgs.__new__(TableArgs)
1359
1324
 
1360
- __props__.__dict__["allow_resource_tags_on_deletion"] = allow_resource_tags_on_deletion
1361
1325
  __props__.__dict__["clusterings"] = clusterings
1362
1326
  if dataset_id is None and not opts.urn:
1363
1327
  raise TypeError("Missing required property 'dataset_id'")
@@ -1406,7 +1370,6 @@ class Table(pulumi.CustomResource):
1406
1370
  def get(resource_name: str,
1407
1371
  id: pulumi.Input[str],
1408
1372
  opts: Optional[pulumi.ResourceOptions] = None,
1409
- allow_resource_tags_on_deletion: Optional[pulumi.Input[bool]] = None,
1410
1373
  clusterings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1411
1374
  creation_time: Optional[pulumi.Input[int]] = None,
1412
1375
  dataset_id: Optional[pulumi.Input[str]] = None,
@@ -1446,7 +1409,6 @@ class Table(pulumi.CustomResource):
1446
1409
  :param str resource_name: The unique name of the resulting resource.
1447
1410
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1448
1411
  :param pulumi.ResourceOptions opts: Options for the resource.
1449
- :param pulumi.Input[bool] allow_resource_tags_on_deletion: Whether or not to allow table deletion when there are still resource tags attached.
1450
1412
  :param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
1451
1413
  Up to four top-level columns are allowed, and should be specified in
1452
1414
  descending priority order.
@@ -1528,7 +1490,6 @@ class Table(pulumi.CustomResource):
1528
1490
 
1529
1491
  __props__ = _TableState.__new__(_TableState)
1530
1492
 
1531
- __props__.__dict__["allow_resource_tags_on_deletion"] = allow_resource_tags_on_deletion
1532
1493
  __props__.__dict__["clusterings"] = clusterings
1533
1494
  __props__.__dict__["creation_time"] = creation_time
1534
1495
  __props__.__dict__["dataset_id"] = dataset_id
@@ -1563,14 +1524,6 @@ class Table(pulumi.CustomResource):
1563
1524
  __props__.__dict__["view"] = view
1564
1525
  return Table(resource_name, opts=opts, __props__=__props__)
1565
1526
 
1566
- @property
1567
- @pulumi.getter(name="allowResourceTagsOnDeletion")
1568
- def allow_resource_tags_on_deletion(self) -> pulumi.Output[Optional[bool]]:
1569
- """
1570
- Whether or not to allow table deletion when there are still resource tags attached.
1571
- """
1572
- return pulumi.get(self, "allow_resource_tags_on_deletion")
1573
-
1574
1527
  @property
1575
1528
  @pulumi.getter
1576
1529
  def clusterings(self) -> pulumi.Output[Optional[Sequence[str]]]:
@@ -5,7 +5,6 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
- from .authorized_view import *
9
8
  from .gc_policy import *
10
9
  from .get_instance_iam_policy import *
11
10
  from .get_table_iam_policy import *
@@ -10,8 +10,6 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
12
  __all__ = [
13
- 'AuthorizedViewSubsetViewArgs',
14
- 'AuthorizedViewSubsetViewFamilySubsetArgs',
15
13
  'GCPolicyMaxAgeArgs',
16
14
  'GCPolicyMaxVersionArgs',
17
15
  'InstanceClusterArgs',
@@ -23,105 +21,6 @@ __all__ = [
23
21
  'TableIamMemberConditionArgs',
24
22
  ]
25
23
 
26
- @pulumi.input_type
27
- class AuthorizedViewSubsetViewArgs:
28
- def __init__(__self__, *,
29
- family_subsets: Optional[pulumi.Input[Sequence[pulumi.Input['AuthorizedViewSubsetViewFamilySubsetArgs']]]] = None,
30
- row_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
31
- """
32
- :param pulumi.Input[Sequence[pulumi.Input['AuthorizedViewSubsetViewFamilySubsetArgs']]] family_subsets: A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.
33
-
34
- -----
35
- :param pulumi.Input[Sequence[pulumi.Input[str]]] row_prefixes: A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").
36
- """
37
- if family_subsets is not None:
38
- pulumi.set(__self__, "family_subsets", family_subsets)
39
- if row_prefixes is not None:
40
- pulumi.set(__self__, "row_prefixes", row_prefixes)
41
-
42
- @property
43
- @pulumi.getter(name="familySubsets")
44
- def family_subsets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AuthorizedViewSubsetViewFamilySubsetArgs']]]]:
45
- """
46
- A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.
47
-
48
- -----
49
- """
50
- return pulumi.get(self, "family_subsets")
51
-
52
- @family_subsets.setter
53
- def family_subsets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AuthorizedViewSubsetViewFamilySubsetArgs']]]]):
54
- pulumi.set(self, "family_subsets", value)
55
-
56
- @property
57
- @pulumi.getter(name="rowPrefixes")
58
- def row_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
59
- """
60
- A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").
61
- """
62
- return pulumi.get(self, "row_prefixes")
63
-
64
- @row_prefixes.setter
65
- def row_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
66
- pulumi.set(self, "row_prefixes", value)
67
-
68
-
69
- @pulumi.input_type
70
- class AuthorizedViewSubsetViewFamilySubsetArgs:
71
- def __init__(__self__, *,
72
- family_name: pulumi.Input[str],
73
- qualifier_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
74
- qualifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
75
- """
76
- :param pulumi.Input[str] family_name: Name of the column family to be included in the authorized view. The specified column family must exist in the parent table of this authorized view.
77
- :param pulumi.Input[Sequence[pulumi.Input[str]]] qualifier_prefixes: A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.
78
- Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").
79
- :param pulumi.Input[Sequence[pulumi.Input[str]]] qualifiers: A list of Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.
80
- """
81
- pulumi.set(__self__, "family_name", family_name)
82
- if qualifier_prefixes is not None:
83
- pulumi.set(__self__, "qualifier_prefixes", qualifier_prefixes)
84
- if qualifiers is not None:
85
- pulumi.set(__self__, "qualifiers", qualifiers)
86
-
87
- @property
88
- @pulumi.getter(name="familyName")
89
- def family_name(self) -> pulumi.Input[str]:
90
- """
91
- Name of the column family to be included in the authorized view. The specified column family must exist in the parent table of this authorized view.
92
- """
93
- return pulumi.get(self, "family_name")
94
-
95
- @family_name.setter
96
- def family_name(self, value: pulumi.Input[str]):
97
- pulumi.set(self, "family_name", value)
98
-
99
- @property
100
- @pulumi.getter(name="qualifierPrefixes")
101
- def qualifier_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
102
- """
103
- A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.
104
- Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").
105
- """
106
- return pulumi.get(self, "qualifier_prefixes")
107
-
108
- @qualifier_prefixes.setter
109
- def qualifier_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
110
- pulumi.set(self, "qualifier_prefixes", value)
111
-
112
- @property
113
- @pulumi.getter
114
- def qualifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
115
- """
116
- A list of Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.
117
- """
118
- return pulumi.get(self, "qualifiers")
119
-
120
- @qualifiers.setter
121
- def qualifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
122
- pulumi.set(self, "qualifiers", value)
123
-
124
-
125
24
  @pulumi.input_type
126
25
  class GCPolicyMaxAgeArgs:
127
26
  def __init__(__self__, *,
@@ -11,8 +11,6 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
- 'AuthorizedViewSubsetView',
15
- 'AuthorizedViewSubsetViewFamilySubset',
16
14
  'GCPolicyMaxAge',
17
15
  'GCPolicyMaxVersion',
18
16
  'InstanceCluster',
@@ -24,123 +22,6 @@ __all__ = [
24
22
  'TableIamMemberCondition',
25
23
  ]
26
24
 
27
- @pulumi.output_type
28
- class AuthorizedViewSubsetView(dict):
29
- @staticmethod
30
- def __key_warning(key: str):
31
- suggest = None
32
- if key == "familySubsets":
33
- suggest = "family_subsets"
34
- elif key == "rowPrefixes":
35
- suggest = "row_prefixes"
36
-
37
- if suggest:
38
- pulumi.log.warn(f"Key '{key}' not found in AuthorizedViewSubsetView. Access the value via the '{suggest}' property getter instead.")
39
-
40
- def __getitem__(self, key: str) -> Any:
41
- AuthorizedViewSubsetView.__key_warning(key)
42
- return super().__getitem__(key)
43
-
44
- def get(self, key: str, default = None) -> Any:
45
- AuthorizedViewSubsetView.__key_warning(key)
46
- return super().get(key, default)
47
-
48
- def __init__(__self__, *,
49
- family_subsets: Optional[Sequence['outputs.AuthorizedViewSubsetViewFamilySubset']] = None,
50
- row_prefixes: Optional[Sequence[str]] = None):
51
- """
52
- :param Sequence['AuthorizedViewSubsetViewFamilySubsetArgs'] family_subsets: A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.
53
-
54
- -----
55
- :param Sequence[str] row_prefixes: A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").
56
- """
57
- if family_subsets is not None:
58
- pulumi.set(__self__, "family_subsets", family_subsets)
59
- if row_prefixes is not None:
60
- pulumi.set(__self__, "row_prefixes", row_prefixes)
61
-
62
- @property
63
- @pulumi.getter(name="familySubsets")
64
- def family_subsets(self) -> Optional[Sequence['outputs.AuthorizedViewSubsetViewFamilySubset']]:
65
- """
66
- A group of column family subsets to be included in the authorized view. This can be specified multiple times. Structure is documented below.
67
-
68
- -----
69
- """
70
- return pulumi.get(self, "family_subsets")
71
-
72
- @property
73
- @pulumi.getter(name="rowPrefixes")
74
- def row_prefixes(self) -> Optional[Sequence[str]]:
75
- """
76
- A list of Base64-encoded row prefixes to be included in the authorized view. To provide access to all rows, include the empty string as a prefix ("").
77
- """
78
- return pulumi.get(self, "row_prefixes")
79
-
80
-
81
- @pulumi.output_type
82
- class AuthorizedViewSubsetViewFamilySubset(dict):
83
- @staticmethod
84
- def __key_warning(key: str):
85
- suggest = None
86
- if key == "familyName":
87
- suggest = "family_name"
88
- elif key == "qualifierPrefixes":
89
- suggest = "qualifier_prefixes"
90
-
91
- if suggest:
92
- pulumi.log.warn(f"Key '{key}' not found in AuthorizedViewSubsetViewFamilySubset. Access the value via the '{suggest}' property getter instead.")
93
-
94
- def __getitem__(self, key: str) -> Any:
95
- AuthorizedViewSubsetViewFamilySubset.__key_warning(key)
96
- return super().__getitem__(key)
97
-
98
- def get(self, key: str, default = None) -> Any:
99
- AuthorizedViewSubsetViewFamilySubset.__key_warning(key)
100
- return super().get(key, default)
101
-
102
- def __init__(__self__, *,
103
- family_name: str,
104
- qualifier_prefixes: Optional[Sequence[str]] = None,
105
- qualifiers: Optional[Sequence[str]] = None):
106
- """
107
- :param str family_name: Name of the column family to be included in the authorized view. The specified column family must exist in the parent table of this authorized view.
108
- :param Sequence[str] qualifier_prefixes: A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.
109
- Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").
110
- :param Sequence[str] qualifiers: A list of Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.
111
- """
112
- pulumi.set(__self__, "family_name", family_name)
113
- if qualifier_prefixes is not None:
114
- pulumi.set(__self__, "qualifier_prefixes", qualifier_prefixes)
115
- if qualifiers is not None:
116
- pulumi.set(__self__, "qualifiers", qualifiers)
117
-
118
- @property
119
- @pulumi.getter(name="familyName")
120
- def family_name(self) -> str:
121
- """
122
- Name of the column family to be included in the authorized view. The specified column family must exist in the parent table of this authorized view.
123
- """
124
- return pulumi.get(self, "family_name")
125
-
126
- @property
127
- @pulumi.getter(name="qualifierPrefixes")
128
- def qualifier_prefixes(self) -> Optional[Sequence[str]]:
129
- """
130
- A list of Base64-encoded prefixes for qualifiers of the column family to be included in the authorized view.
131
- Every qualifier starting with one of these prefixes is included in the authorized view. To provide access to all qualifiers, include the empty string as a prefix ("").
132
- """
133
- return pulumi.get(self, "qualifier_prefixes")
134
-
135
- @property
136
- @pulumi.getter
137
- def qualifiers(self) -> Optional[Sequence[str]]:
138
- """
139
- A list of Base64-encoded individual exact column qualifiers of the column family to be included in the authorized view.
140
- """
141
- return pulumi.get(self, "qualifiers")
142
-
143
-
144
25
  @pulumi.output_type
145
26
  class GCPolicyMaxAge(dict):
146
27
  def __init__(__self__, *,
@@ -20,7 +20,6 @@ class CertificateTemplateArgs:
20
20
  description: Optional[pulumi.Input[str]] = None,
21
21
  identity_constraints: Optional[pulumi.Input['CertificateTemplateIdentityConstraintsArgs']] = None,
22
22
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
23
- maximum_lifetime: Optional[pulumi.Input[str]] = None,
24
23
  name: Optional[pulumi.Input[str]] = None,
25
24
  passthrough_extensions: Optional[pulumi.Input['CertificateTemplatePassthroughExtensionsArgs']] = None,
26
25
  predefined_values: Optional[pulumi.Input['CertificateTemplatePredefinedValuesArgs']] = None,
@@ -34,10 +33,6 @@ class CertificateTemplateArgs:
34
33
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels with user-defined metadata. **Note**: This field is non-authoritative, and will only manage the labels
35
34
  present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
36
35
  resource.
37
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
38
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
39
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
40
- lifetime will be explicitly truncated to match it.
41
36
  :param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
42
37
  :param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
43
38
  If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
@@ -57,8 +52,6 @@ class CertificateTemplateArgs:
57
52
  pulumi.set(__self__, "identity_constraints", identity_constraints)
58
53
  if labels is not None:
59
54
  pulumi.set(__self__, "labels", labels)
60
- if maximum_lifetime is not None:
61
- pulumi.set(__self__, "maximum_lifetime", maximum_lifetime)
62
55
  if name is not None:
63
56
  pulumi.set(__self__, "name", name)
64
57
  if passthrough_extensions is not None:
@@ -119,21 +112,6 @@ class CertificateTemplateArgs:
119
112
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
120
113
  pulumi.set(self, "labels", value)
121
114
 
122
- @property
123
- @pulumi.getter(name="maximumLifetime")
124
- def maximum_lifetime(self) -> Optional[pulumi.Input[str]]:
125
- """
126
- Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
127
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
128
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
129
- lifetime will be explicitly truncated to match it.
130
- """
131
- return pulumi.get(self, "maximum_lifetime")
132
-
133
- @maximum_lifetime.setter
134
- def maximum_lifetime(self, value: Optional[pulumi.Input[str]]):
135
- pulumi.set(self, "maximum_lifetime", value)
136
-
137
115
  @property
138
116
  @pulumi.getter
139
117
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -199,7 +177,6 @@ class _CertificateTemplateState:
199
177
  identity_constraints: Optional[pulumi.Input['CertificateTemplateIdentityConstraintsArgs']] = None,
200
178
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
201
179
  location: Optional[pulumi.Input[str]] = None,
202
- maximum_lifetime: Optional[pulumi.Input[str]] = None,
203
180
  name: Optional[pulumi.Input[str]] = None,
204
181
  passthrough_extensions: Optional[pulumi.Input['CertificateTemplatePassthroughExtensionsArgs']] = None,
205
182
  predefined_values: Optional[pulumi.Input['CertificateTemplatePredefinedValuesArgs']] = None,
@@ -217,10 +194,6 @@ class _CertificateTemplateState:
217
194
  present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
218
195
  resource.
219
196
  :param pulumi.Input[str] location: The location for the resource
220
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
221
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
222
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
223
- lifetime will be explicitly truncated to match it.
224
197
  :param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
225
198
  :param pulumi.Input['CertificateTemplatePassthroughExtensionsArgs'] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
226
199
  If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
@@ -247,8 +220,6 @@ class _CertificateTemplateState:
247
220
  pulumi.set(__self__, "labels", labels)
248
221
  if location is not None:
249
222
  pulumi.set(__self__, "location", location)
250
- if maximum_lifetime is not None:
251
- pulumi.set(__self__, "maximum_lifetime", maximum_lifetime)
252
223
  if name is not None:
253
224
  pulumi.set(__self__, "name", name)
254
225
  if passthrough_extensions is not None:
@@ -337,21 +308,6 @@ class _CertificateTemplateState:
337
308
  def location(self, value: Optional[pulumi.Input[str]]):
338
309
  pulumi.set(self, "location", value)
339
310
 
340
- @property
341
- @pulumi.getter(name="maximumLifetime")
342
- def maximum_lifetime(self) -> Optional[pulumi.Input[str]]:
343
- """
344
- Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
345
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
346
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
347
- lifetime will be explicitly truncated to match it.
348
- """
349
- return pulumi.get(self, "maximum_lifetime")
350
-
351
- @maximum_lifetime.setter
352
- def maximum_lifetime(self, value: Optional[pulumi.Input[str]]):
353
- pulumi.set(self, "maximum_lifetime", value)
354
-
355
311
  @property
356
312
  @pulumi.getter
357
313
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -441,7 +397,6 @@ class CertificateTemplate(pulumi.CustomResource):
441
397
  identity_constraints: Optional[pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']]] = None,
442
398
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
443
399
  location: Optional[pulumi.Input[str]] = None,
444
- maximum_lifetime: Optional[pulumi.Input[str]] = None,
445
400
  name: Optional[pulumi.Input[str]] = None,
446
401
  passthrough_extensions: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']]] = None,
447
402
  predefined_values: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']]] = None,
@@ -475,7 +430,6 @@ class CertificateTemplate(pulumi.CustomResource):
475
430
  title="Sample expression",
476
431
  ),
477
432
  ),
478
- maximum_lifetime="86400s",
479
433
  passthrough_extensions=gcp.certificateauthority.CertificateTemplatePassthroughExtensionsArgs(
480
434
  additional_extensions=[gcp.certificateauthority.CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs(
481
435
  object_id_paths=[
@@ -574,10 +528,6 @@ class CertificateTemplate(pulumi.CustomResource):
574
528
  present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
575
529
  resource.
576
530
  :param pulumi.Input[str] location: The location for the resource
577
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
578
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
579
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
580
- lifetime will be explicitly truncated to match it.
581
531
  :param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
582
532
  :param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
583
533
  If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
@@ -624,7 +574,6 @@ class CertificateTemplate(pulumi.CustomResource):
624
574
  title="Sample expression",
625
575
  ),
626
576
  ),
627
- maximum_lifetime="86400s",
628
577
  passthrough_extensions=gcp.certificateauthority.CertificateTemplatePassthroughExtensionsArgs(
629
578
  additional_extensions=[gcp.certificateauthority.CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs(
630
579
  object_id_paths=[
@@ -733,7 +682,6 @@ class CertificateTemplate(pulumi.CustomResource):
733
682
  identity_constraints: Optional[pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']]] = None,
734
683
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
735
684
  location: Optional[pulumi.Input[str]] = None,
736
- maximum_lifetime: Optional[pulumi.Input[str]] = None,
737
685
  name: Optional[pulumi.Input[str]] = None,
738
686
  passthrough_extensions: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']]] = None,
739
687
  predefined_values: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']]] = None,
@@ -753,7 +701,6 @@ class CertificateTemplate(pulumi.CustomResource):
753
701
  if location is None and not opts.urn:
754
702
  raise TypeError("Missing required property 'location'")
755
703
  __props__.__dict__["location"] = location
756
- __props__.__dict__["maximum_lifetime"] = maximum_lifetime
757
704
  __props__.__dict__["name"] = name
758
705
  __props__.__dict__["passthrough_extensions"] = passthrough_extensions
759
706
  __props__.__dict__["predefined_values"] = predefined_values
@@ -780,7 +727,6 @@ class CertificateTemplate(pulumi.CustomResource):
780
727
  identity_constraints: Optional[pulumi.Input[pulumi.InputType['CertificateTemplateIdentityConstraintsArgs']]] = None,
781
728
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
782
729
  location: Optional[pulumi.Input[str]] = None,
783
- maximum_lifetime: Optional[pulumi.Input[str]] = None,
784
730
  name: Optional[pulumi.Input[str]] = None,
785
731
  passthrough_extensions: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']]] = None,
786
732
  predefined_values: Optional[pulumi.Input[pulumi.InputType['CertificateTemplatePredefinedValuesArgs']]] = None,
@@ -803,10 +749,6 @@ class CertificateTemplate(pulumi.CustomResource):
803
749
  present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the
804
750
  resource.
805
751
  :param pulumi.Input[str] location: The location for the resource
806
- :param pulumi.Input[str] maximum_lifetime: Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
807
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
808
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
809
- lifetime will be explicitly truncated to match it.
810
752
  :param pulumi.Input[str] name: The resource name for this CertificateTemplate in the format `projects/*/locations/*/certificateTemplates/*`.
811
753
  :param pulumi.Input[pulumi.InputType['CertificateTemplatePassthroughExtensionsArgs']] passthrough_extensions: Optional. Describes the set of X.509 extensions that may appear in a Certificate issued using this CertificateTemplate.
812
754
  If a certificate request sets extensions that don't appear in the passthrough_extensions, those extensions will be
@@ -831,7 +773,6 @@ class CertificateTemplate(pulumi.CustomResource):
831
773
  __props__.__dict__["identity_constraints"] = identity_constraints
832
774
  __props__.__dict__["labels"] = labels
833
775
  __props__.__dict__["location"] = location
834
- __props__.__dict__["maximum_lifetime"] = maximum_lifetime
835
776
  __props__.__dict__["name"] = name
836
777
  __props__.__dict__["passthrough_extensions"] = passthrough_extensions
837
778
  __props__.__dict__["predefined_values"] = predefined_values
@@ -891,17 +832,6 @@ class CertificateTemplate(pulumi.CustomResource):
891
832
  """
892
833
  return pulumi.get(self, "location")
893
834
 
894
- @property
895
- @pulumi.getter(name="maximumLifetime")
896
- def maximum_lifetime(self) -> pulumi.Output[Optional[str]]:
897
- """
898
- Optional. The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's
899
- IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued.
900
- Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, the effective
901
- lifetime will be explicitly truncated to match it.
902
- """
903
- return pulumi.get(self, "maximum_lifetime")
904
-
905
835
  @property
906
836
  @pulumi.getter
907
837
  def name(self) -> pulumi.Output[str]: