pulumi-gcp 8.12.0__py3-none-any.whl → 8.12.0a1734454126__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 -32
- pulumi_gcp/accesscontextmanager/_inputs.py +29 -0
- pulumi_gcp/accesscontextmanager/outputs.py +18 -0
- pulumi_gcp/accesscontextmanager/service_perimeter.py +36 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +4 -12
- pulumi_gcp/artifactregistry/repository.py +39 -86
- pulumi_gcp/artifactregistry/repository_iam_binding.py +14 -42
- pulumi_gcp/artifactregistry/repository_iam_member.py +14 -42
- pulumi_gcp/artifactregistry/repository_iam_policy.py +14 -42
- pulumi_gcp/compute/get_global_forwarding_rule.py +1 -12
- pulumi_gcp/compute/global_forwarding_rule.py +2 -114
- pulumi_gcp/compute/project_cloud_armor_tier.py +7 -7
- pulumi_gcp/firebase/_inputs.py +0 -99
- pulumi_gcp/firebase/database_instance.py +6 -24
- pulumi_gcp/firebase/hosting_version.py +0 -96
- pulumi_gcp/firebase/outputs.py +0 -59
- pulumi_gcp/firebase/project.py +6 -6
- pulumi_gcp/identityplatform/_inputs.py +6 -6
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/identityplatform/outputs.py +4 -4
- pulumi_gcp/looker/instance.py +14 -35
- pulumi_gcp/networkconnectivity/_inputs.py +12 -10
- pulumi_gcp/networkconnectivity/outputs.py +8 -6
- pulumi_gcp/networksecurity/__init__.py +0 -3
- pulumi_gcp/networksecurity/_inputs.py +0 -1903
- pulumi_gcp/networksecurity/outputs.py +0 -1393
- pulumi_gcp/networkservices/__init__.py +0 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +4 -4
- pulumi_gcp/orgpolicy/_inputs.py +0 -40
- pulumi_gcp/orgpolicy/outputs.py +0 -24
- pulumi_gcp/orgpolicy/policy.py +8 -64
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +3 -3
- pulumi_gcp/sql/database_instance.py +14 -14
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +6 -53
- pulumi_gcp/storage/outputs.py +4 -33
- pulumi_gcp/tpu/_inputs.py +18 -26
- pulumi_gcp/tpu/outputs.py +12 -18
- pulumi_gcp/tpu/v2_vm.py +0 -63
- {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/RECORD +44 -48
- pulumi_gcp/networksecurity/authz_policy.py +0 -1008
- pulumi_gcp/networksecurity/intercept_deployment.py +0 -846
- pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -752
- pulumi_gcp/networkservices/authz_extension.py +0 -1080
- {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.12.0.dist-info → pulumi_gcp-8.12.0a1734454126.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -6478,14 +6478,6 @@ _utilities.register(
|
|
6478
6478
|
"gcp:networksecurity/authorizationPolicy:AuthorizationPolicy": "AuthorizationPolicy"
|
6479
6479
|
}
|
6480
6480
|
},
|
6481
|
-
{
|
6482
|
-
"pkg": "gcp",
|
6483
|
-
"mod": "networksecurity/authzPolicy",
|
6484
|
-
"fqn": "pulumi_gcp.networksecurity",
|
6485
|
-
"classes": {
|
6486
|
-
"gcp:networksecurity/authzPolicy:AuthzPolicy": "AuthzPolicy"
|
6487
|
-
}
|
6488
|
-
},
|
6489
6481
|
{
|
6490
6482
|
"pkg": "gcp",
|
6491
6483
|
"mod": "networksecurity/clientTlsPolicy",
|
@@ -6526,22 +6518,6 @@ _utilities.register(
|
|
6526
6518
|
"gcp:networksecurity/gatewaySecurityPolicyRule:GatewaySecurityPolicyRule": "GatewaySecurityPolicyRule"
|
6527
6519
|
}
|
6528
6520
|
},
|
6529
|
-
{
|
6530
|
-
"pkg": "gcp",
|
6531
|
-
"mod": "networksecurity/interceptDeployment",
|
6532
|
-
"fqn": "pulumi_gcp.networksecurity",
|
6533
|
-
"classes": {
|
6534
|
-
"gcp:networksecurity/interceptDeployment:InterceptDeployment": "InterceptDeployment"
|
6535
|
-
}
|
6536
|
-
},
|
6537
|
-
{
|
6538
|
-
"pkg": "gcp",
|
6539
|
-
"mod": "networksecurity/interceptDeploymentGroup",
|
6540
|
-
"fqn": "pulumi_gcp.networksecurity",
|
6541
|
-
"classes": {
|
6542
|
-
"gcp:networksecurity/interceptDeploymentGroup:InterceptDeploymentGroup": "InterceptDeploymentGroup"
|
6543
|
-
}
|
6544
|
-
},
|
6545
6521
|
{
|
6546
6522
|
"pkg": "gcp",
|
6547
6523
|
"mod": "networksecurity/mirroringDeployment",
|
@@ -6614,14 +6590,6 @@ _utilities.register(
|
|
6614
6590
|
"gcp:networksecurity/urlList:UrlList": "UrlList"
|
6615
6591
|
}
|
6616
6592
|
},
|
6617
|
-
{
|
6618
|
-
"pkg": "gcp",
|
6619
|
-
"mod": "networkservices/authzExtension",
|
6620
|
-
"fqn": "pulumi_gcp.networkservices",
|
6621
|
-
"classes": {
|
6622
|
-
"gcp:networkservices/authzExtension:AuthzExtension": "AuthzExtension"
|
6623
|
-
}
|
6624
|
-
},
|
6625
6593
|
{
|
6626
6594
|
"pkg": "gcp",
|
6627
6595
|
"mod": "networkservices/edgeCacheKeyset",
|
@@ -6054,6 +6054,13 @@ if not MYPY:
|
|
6054
6054
|
Description of the ServicePerimeter and its use. Does not affect
|
6055
6055
|
behavior.
|
6056
6056
|
"""
|
6057
|
+
etag: NotRequired[pulumi.Input[str]]
|
6058
|
+
"""
|
6059
|
+
(Output)
|
6060
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
6061
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
6062
|
+
operation will be performed as if a valid etag is provided.
|
6063
|
+
"""
|
6057
6064
|
perimeter_type: NotRequired[pulumi.Input[str]]
|
6058
6065
|
"""
|
6059
6066
|
Specifies the type of the Perimeter. There are two types: regular and
|
@@ -6115,6 +6122,7 @@ class ServicePerimetersServicePerimeterArgs:
|
|
6115
6122
|
title: pulumi.Input[str],
|
6116
6123
|
create_time: Optional[pulumi.Input[str]] = None,
|
6117
6124
|
description: Optional[pulumi.Input[str]] = None,
|
6125
|
+
etag: Optional[pulumi.Input[str]] = None,
|
6118
6126
|
perimeter_type: Optional[pulumi.Input[str]] = None,
|
6119
6127
|
spec: Optional[pulumi.Input['ServicePerimetersServicePerimeterSpecArgs']] = None,
|
6120
6128
|
status: Optional[pulumi.Input['ServicePerimetersServicePerimeterStatusArgs']] = None,
|
@@ -6129,6 +6137,10 @@ class ServicePerimetersServicePerimeterArgs:
|
|
6129
6137
|
Time the AccessPolicy was created in UTC.
|
6130
6138
|
:param pulumi.Input[str] description: Description of the ServicePerimeter and its use. Does not affect
|
6131
6139
|
behavior.
|
6140
|
+
:param pulumi.Input[str] etag: (Output)
|
6141
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
6142
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
6143
|
+
operation will be performed as if a valid etag is provided.
|
6132
6144
|
:param pulumi.Input[str] perimeter_type: Specifies the type of the Perimeter. There are two types: regular and
|
6133
6145
|
bridge. Regular Service Perimeter contains resources, access levels,
|
6134
6146
|
and restricted services. Every resource can be in at most
|
@@ -6172,6 +6184,8 @@ class ServicePerimetersServicePerimeterArgs:
|
|
6172
6184
|
pulumi.set(__self__, "create_time", create_time)
|
6173
6185
|
if description is not None:
|
6174
6186
|
pulumi.set(__self__, "description", description)
|
6187
|
+
if etag is not None:
|
6188
|
+
pulumi.set(__self__, "etag", etag)
|
6175
6189
|
if perimeter_type is not None:
|
6176
6190
|
pulumi.set(__self__, "perimeter_type", perimeter_type)
|
6177
6191
|
if spec is not None:
|
@@ -6235,6 +6249,21 @@ class ServicePerimetersServicePerimeterArgs:
|
|
6235
6249
|
def description(self, value: Optional[pulumi.Input[str]]):
|
6236
6250
|
pulumi.set(self, "description", value)
|
6237
6251
|
|
6252
|
+
@property
|
6253
|
+
@pulumi.getter
|
6254
|
+
def etag(self) -> Optional[pulumi.Input[str]]:
|
6255
|
+
"""
|
6256
|
+
(Output)
|
6257
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
6258
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
6259
|
+
operation will be performed as if a valid etag is provided.
|
6260
|
+
"""
|
6261
|
+
return pulumi.get(self, "etag")
|
6262
|
+
|
6263
|
+
@etag.setter
|
6264
|
+
def etag(self, value: Optional[pulumi.Input[str]]):
|
6265
|
+
pulumi.set(self, "etag", value)
|
6266
|
+
|
6238
6267
|
@property
|
6239
6268
|
@pulumi.getter(name="perimeterType")
|
6240
6269
|
def perimeter_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -4683,6 +4683,7 @@ class ServicePerimetersServicePerimeter(dict):
|
|
4683
4683
|
title: str,
|
4684
4684
|
create_time: Optional[str] = None,
|
4685
4685
|
description: Optional[str] = None,
|
4686
|
+
etag: Optional[str] = None,
|
4686
4687
|
perimeter_type: Optional[str] = None,
|
4687
4688
|
spec: Optional['outputs.ServicePerimetersServicePerimeterSpec'] = None,
|
4688
4689
|
status: Optional['outputs.ServicePerimetersServicePerimeterStatus'] = None,
|
@@ -4697,6 +4698,10 @@ class ServicePerimetersServicePerimeter(dict):
|
|
4697
4698
|
Time the AccessPolicy was created in UTC.
|
4698
4699
|
:param str description: Description of the ServicePerimeter and its use. Does not affect
|
4699
4700
|
behavior.
|
4701
|
+
:param str etag: (Output)
|
4702
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
4703
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
4704
|
+
operation will be performed as if a valid etag is provided.
|
4700
4705
|
:param str perimeter_type: Specifies the type of the Perimeter. There are two types: regular and
|
4701
4706
|
bridge. Regular Service Perimeter contains resources, access levels,
|
4702
4707
|
and restricted services. Every resource can be in at most
|
@@ -4740,6 +4745,8 @@ class ServicePerimetersServicePerimeter(dict):
|
|
4740
4745
|
pulumi.set(__self__, "create_time", create_time)
|
4741
4746
|
if description is not None:
|
4742
4747
|
pulumi.set(__self__, "description", description)
|
4748
|
+
if etag is not None:
|
4749
|
+
pulumi.set(__self__, "etag", etag)
|
4743
4750
|
if perimeter_type is not None:
|
4744
4751
|
pulumi.set(__self__, "perimeter_type", perimeter_type)
|
4745
4752
|
if spec is not None:
|
@@ -4787,6 +4794,17 @@ class ServicePerimetersServicePerimeter(dict):
|
|
4787
4794
|
"""
|
4788
4795
|
return pulumi.get(self, "description")
|
4789
4796
|
|
4797
|
+
@property
|
4798
|
+
@pulumi.getter
|
4799
|
+
def etag(self) -> Optional[str]:
|
4800
|
+
"""
|
4801
|
+
(Output)
|
4802
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
4803
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
4804
|
+
operation will be performed as if a valid etag is provided.
|
4805
|
+
"""
|
4806
|
+
return pulumi.get(self, "etag")
|
4807
|
+
|
4790
4808
|
@property
|
4791
4809
|
@pulumi.getter(name="perimeterType")
|
4792
4810
|
def perimeter_type(self) -> Optional[str]:
|
@@ -231,6 +231,7 @@ class _ServicePerimeterState:
|
|
231
231
|
def __init__(__self__, *,
|
232
232
|
create_time: Optional[pulumi.Input[str]] = None,
|
233
233
|
description: Optional[pulumi.Input[str]] = None,
|
234
|
+
etag: Optional[pulumi.Input[str]] = None,
|
234
235
|
name: Optional[pulumi.Input[str]] = None,
|
235
236
|
parent: Optional[pulumi.Input[str]] = None,
|
236
237
|
perimeter_type: Optional[pulumi.Input[str]] = None,
|
@@ -244,6 +245,9 @@ class _ServicePerimeterState:
|
|
244
245
|
:param pulumi.Input[str] create_time: Time the AccessPolicy was created in UTC.
|
245
246
|
:param pulumi.Input[str] description: Description of the ServicePerimeter and its use. Does not affect
|
246
247
|
behavior.
|
248
|
+
:param pulumi.Input[str] etag: An opaque identifier for the current version of the ServicePerimeter. This
|
249
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
250
|
+
operation will be performed as if a valid etag is provided.
|
247
251
|
:param pulumi.Input[str] name: Resource name for the ServicePerimeter. The short_name component must
|
248
252
|
begin with a letter and only include alphanumeric and '_'.
|
249
253
|
Format: accessPolicies/{policy_id}/servicePerimeters/{short_name}
|
@@ -293,6 +297,8 @@ class _ServicePerimeterState:
|
|
293
297
|
pulumi.set(__self__, "create_time", create_time)
|
294
298
|
if description is not None:
|
295
299
|
pulumi.set(__self__, "description", description)
|
300
|
+
if etag is not None:
|
301
|
+
pulumi.set(__self__, "etag", etag)
|
296
302
|
if name is not None:
|
297
303
|
pulumi.set(__self__, "name", name)
|
298
304
|
if parent is not None:
|
@@ -335,6 +341,20 @@ class _ServicePerimeterState:
|
|
335
341
|
def description(self, value: Optional[pulumi.Input[str]]):
|
336
342
|
pulumi.set(self, "description", value)
|
337
343
|
|
344
|
+
@property
|
345
|
+
@pulumi.getter
|
346
|
+
def etag(self) -> Optional[pulumi.Input[str]]:
|
347
|
+
"""
|
348
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
349
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
350
|
+
operation will be performed as if a valid etag is provided.
|
351
|
+
"""
|
352
|
+
return pulumi.get(self, "etag")
|
353
|
+
|
354
|
+
@etag.setter
|
355
|
+
def etag(self, value: Optional[pulumi.Input[str]]):
|
356
|
+
pulumi.set(self, "etag", value)
|
357
|
+
|
338
358
|
@property
|
339
359
|
@pulumi.getter
|
340
360
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -989,6 +1009,7 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
989
1009
|
__props__.__dict__["title"] = title
|
990
1010
|
__props__.__dict__["use_explicit_dry_run_spec"] = use_explicit_dry_run_spec
|
991
1011
|
__props__.__dict__["create_time"] = None
|
1012
|
+
__props__.__dict__["etag"] = None
|
992
1013
|
__props__.__dict__["update_time"] = None
|
993
1014
|
super(ServicePerimeter, __self__).__init__(
|
994
1015
|
'gcp:accesscontextmanager/servicePerimeter:ServicePerimeter',
|
@@ -1002,6 +1023,7 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
1002
1023
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1003
1024
|
create_time: Optional[pulumi.Input[str]] = None,
|
1004
1025
|
description: Optional[pulumi.Input[str]] = None,
|
1026
|
+
etag: Optional[pulumi.Input[str]] = None,
|
1005
1027
|
name: Optional[pulumi.Input[str]] = None,
|
1006
1028
|
parent: Optional[pulumi.Input[str]] = None,
|
1007
1029
|
perimeter_type: Optional[pulumi.Input[str]] = None,
|
@@ -1020,6 +1042,9 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
1020
1042
|
:param pulumi.Input[str] create_time: Time the AccessPolicy was created in UTC.
|
1021
1043
|
:param pulumi.Input[str] description: Description of the ServicePerimeter and its use. Does not affect
|
1022
1044
|
behavior.
|
1045
|
+
:param pulumi.Input[str] etag: An opaque identifier for the current version of the ServicePerimeter. This
|
1046
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
1047
|
+
operation will be performed as if a valid etag is provided.
|
1023
1048
|
:param pulumi.Input[str] name: Resource name for the ServicePerimeter. The short_name component must
|
1024
1049
|
begin with a letter and only include alphanumeric and '_'.
|
1025
1050
|
Format: accessPolicies/{policy_id}/servicePerimeters/{short_name}
|
@@ -1071,6 +1096,7 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
1071
1096
|
|
1072
1097
|
__props__.__dict__["create_time"] = create_time
|
1073
1098
|
__props__.__dict__["description"] = description
|
1099
|
+
__props__.__dict__["etag"] = etag
|
1074
1100
|
__props__.__dict__["name"] = name
|
1075
1101
|
__props__.__dict__["parent"] = parent
|
1076
1102
|
__props__.__dict__["perimeter_type"] = perimeter_type
|
@@ -1098,6 +1124,16 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
1098
1124
|
"""
|
1099
1125
|
return pulumi.get(self, "description")
|
1100
1126
|
|
1127
|
+
@property
|
1128
|
+
@pulumi.getter
|
1129
|
+
def etag(self) -> pulumi.Output[str]:
|
1130
|
+
"""
|
1131
|
+
An opaque identifier for the current version of the ServicePerimeter. This
|
1132
|
+
identifier does not follow any specific format. If an etag is not provided, the
|
1133
|
+
operation will be performed as if a valid etag is provided.
|
1134
|
+
"""
|
1135
|
+
return pulumi.get(self, "etag")
|
1136
|
+
|
1101
1137
|
@property
|
1102
1138
|
@pulumi.getter
|
1103
1139
|
def name(self) -> pulumi.Output[str]:
|
@@ -120,12 +120,8 @@ def get_repository_iam_policy(location: Optional[str] = None,
|
|
120
120
|
```
|
121
121
|
|
122
122
|
|
123
|
-
:param str location: The name of the
|
124
|
-
|
125
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
126
|
-
or use the
|
127
|
-
artifactregistry_get_locations
|
128
|
-
data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
|
123
|
+
:param str location: The name of the location this repository is located in.
|
124
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
129
125
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
130
126
|
location is specified, it is taken from the provider configuration.
|
131
127
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -165,12 +161,8 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
|
|
165
161
|
```
|
166
162
|
|
167
163
|
|
168
|
-
:param str location: The name of the
|
169
|
-
|
170
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
171
|
-
or use the
|
172
|
-
artifactregistry_get_locations
|
173
|
-
data source for possible values. Used to find the parent resource to bind the IAM policy to. If not specified,
|
164
|
+
:param str location: The name of the location this repository is located in.
|
165
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
174
166
|
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
175
167
|
location is specified, it is taken from the provider configuration.
|
176
168
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -41,11 +41,11 @@ class RepositoryArgs:
|
|
41
41
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
42
42
|
You can only create alpha formats if you are a member of the
|
43
43
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
44
|
-
:param pulumi.Input[str] repository_id: The last part of the repository name, for example:
|
45
|
-
"repo1"
|
46
44
|
|
47
45
|
|
48
46
|
- - -
|
47
|
+
:param pulumi.Input[str] repository_id: The last part of the repository name, for example:
|
48
|
+
"repo1"
|
49
49
|
:param pulumi.Input[Sequence[pulumi.Input['RepositoryCleanupPolicyArgs']]] cleanup_policies: Cleanup policies for this repository. Cleanup policies indicate when
|
50
50
|
certain package versions can be automatically deleted.
|
51
51
|
Map keys are policy IDs supplied by users during policy creation. They must
|
@@ -68,12 +68,7 @@ class RepositoryArgs:
|
|
68
68
|
|
69
69
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
70
70
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
71
|
-
:param pulumi.Input[str] location: The name of the
|
72
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
73
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
74
|
-
or use the
|
75
|
-
artifactregistry_get_locations
|
76
|
-
data source for possible values.
|
71
|
+
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
77
72
|
:param pulumi.Input['RepositoryMavenConfigArgs'] maven_config: MavenRepositoryConfig is maven related repository details.
|
78
73
|
Provides additional configuration details for repositories of the maven
|
79
74
|
format type.
|
@@ -123,6 +118,9 @@ class RepositoryArgs:
|
|
123
118
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
124
119
|
You can only create alpha formats if you are a member of the
|
125
120
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
121
|
+
|
122
|
+
|
123
|
+
- - -
|
126
124
|
"""
|
127
125
|
return pulumi.get(self, "format")
|
128
126
|
|
@@ -136,9 +134,6 @@ class RepositoryArgs:
|
|
136
134
|
"""
|
137
135
|
The last part of the repository name, for example:
|
138
136
|
"repo1"
|
139
|
-
|
140
|
-
|
141
|
-
- - -
|
142
137
|
"""
|
143
138
|
return pulumi.get(self, "repository_id")
|
144
139
|
|
@@ -238,12 +233,7 @@ class RepositoryArgs:
|
|
238
233
|
@pulumi.getter
|
239
234
|
def location(self) -> Optional[pulumi.Input[str]]:
|
240
235
|
"""
|
241
|
-
The name of the
|
242
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
243
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
244
|
-
or use the
|
245
|
-
artifactregistry_get_locations
|
246
|
-
data source for possible values.
|
236
|
+
The name of the location this repository is located in.
|
247
237
|
"""
|
248
238
|
return pulumi.get(self, "location")
|
249
239
|
|
@@ -360,6 +350,9 @@ class _RepositoryState:
|
|
360
350
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
361
351
|
You can only create alpha formats if you are a member of the
|
362
352
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
353
|
+
|
354
|
+
|
355
|
+
- - -
|
363
356
|
:param pulumi.Input[str] kms_key_name: The Cloud KMS resource name of the customer managed encryption key that’s
|
364
357
|
used to encrypt the contents of the Repository. Has the form:
|
365
358
|
`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
|
@@ -372,12 +365,7 @@ class _RepositoryState:
|
|
372
365
|
|
373
366
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
374
367
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
375
|
-
:param pulumi.Input[str] location: The name of the
|
376
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
377
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
378
|
-
or use the
|
379
|
-
artifactregistry_get_locations
|
380
|
-
data source for possible values.
|
368
|
+
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
381
369
|
:param pulumi.Input['RepositoryMavenConfigArgs'] maven_config: MavenRepositoryConfig is maven related repository details.
|
382
370
|
Provides additional configuration details for repositories of the maven
|
383
371
|
format type.
|
@@ -395,9 +383,6 @@ class _RepositoryState:
|
|
395
383
|
Structure is documented below.
|
396
384
|
:param pulumi.Input[str] repository_id: The last part of the repository name, for example:
|
397
385
|
"repo1"
|
398
|
-
|
399
|
-
|
400
|
-
- - -
|
401
386
|
:param pulumi.Input[str] update_time: The time when the repository was last updated.
|
402
387
|
:param pulumi.Input['RepositoryVirtualRepositoryConfigArgs'] virtual_repository_config: Configuration specific for a Virtual Repository.
|
403
388
|
Structure is documented below.
|
@@ -527,6 +512,9 @@ class _RepositoryState:
|
|
527
512
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
528
513
|
You can only create alpha formats if you are a member of the
|
529
514
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
515
|
+
|
516
|
+
|
517
|
+
- - -
|
530
518
|
"""
|
531
519
|
return pulumi.get(self, "format")
|
532
520
|
|
@@ -572,12 +560,7 @@ class _RepositoryState:
|
|
572
560
|
@pulumi.getter
|
573
561
|
def location(self) -> Optional[pulumi.Input[str]]:
|
574
562
|
"""
|
575
|
-
The name of the
|
576
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
577
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
578
|
-
or use the
|
579
|
-
artifactregistry_get_locations
|
580
|
-
data source for possible values.
|
563
|
+
The name of the location this repository is located in.
|
581
564
|
"""
|
582
565
|
return pulumi.get(self, "location")
|
583
566
|
|
@@ -672,9 +655,6 @@ class _RepositoryState:
|
|
672
655
|
"""
|
673
656
|
The last part of the repository name, for example:
|
674
657
|
"repo1"
|
675
|
-
|
676
|
-
|
677
|
-
- - -
|
678
658
|
"""
|
679
659
|
return pulumi.get(self, "repository_id")
|
680
660
|
|
@@ -751,18 +731,6 @@ class Repository(pulumi.CustomResource):
|
|
751
731
|
description="example docker repository",
|
752
732
|
format="DOCKER")
|
753
733
|
```
|
754
|
-
### Artifact Registry Repository Multi Region
|
755
|
-
|
756
|
-
```python
|
757
|
-
import pulumi
|
758
|
-
import pulumi_gcp as gcp
|
759
|
-
|
760
|
-
my_repo = gcp.artifactregistry.Repository("my-repo",
|
761
|
-
repository_id="my-repository",
|
762
|
-
description="example docker repository",
|
763
|
-
location="us",
|
764
|
-
format="DOCKER")
|
765
|
-
```
|
766
734
|
### Artifact Registry Repository Docker
|
767
735
|
|
768
736
|
```python
|
@@ -1250,6 +1218,8 @@ class Repository(pulumi.CustomResource):
|
|
1250
1218
|
|
1251
1219
|
* `{{location}}/{{repository_id}}`
|
1252
1220
|
|
1221
|
+
* `{{repository_id}}`
|
1222
|
+
|
1253
1223
|
When using the `pulumi import` command, Repository can be imported using one of the formats above. For example:
|
1254
1224
|
|
1255
1225
|
```sh
|
@@ -1264,6 +1234,10 @@ class Repository(pulumi.CustomResource):
|
|
1264
1234
|
$ pulumi import gcp:artifactregistry/repository:Repository default {{location}}/{{repository_id}}
|
1265
1235
|
```
|
1266
1236
|
|
1237
|
+
```sh
|
1238
|
+
$ pulumi import gcp:artifactregistry/repository:Repository default {{repository_id}}
|
1239
|
+
```
|
1240
|
+
|
1267
1241
|
:param str resource_name: The name of the resource.
|
1268
1242
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1269
1243
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RepositoryCleanupPolicyArgs', 'RepositoryCleanupPolicyArgsDict']]]] cleanup_policies: Cleanup policies for this repository. Cleanup policies indicate when
|
@@ -1280,6 +1254,9 @@ class Repository(pulumi.CustomResource):
|
|
1280
1254
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
1281
1255
|
You can only create alpha formats if you are a member of the
|
1282
1256
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
1257
|
+
|
1258
|
+
|
1259
|
+
- - -
|
1283
1260
|
:param pulumi.Input[str] kms_key_name: The Cloud KMS resource name of the customer managed encryption key that’s
|
1284
1261
|
used to encrypt the contents of the Repository. Has the form:
|
1285
1262
|
`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
|
@@ -1292,12 +1269,7 @@ class Repository(pulumi.CustomResource):
|
|
1292
1269
|
|
1293
1270
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1294
1271
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1295
|
-
:param pulumi.Input[str] location: The name of the
|
1296
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
1297
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
1298
|
-
or use the
|
1299
|
-
artifactregistry_get_locations
|
1300
|
-
data source for possible values.
|
1272
|
+
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
1301
1273
|
:param pulumi.Input[Union['RepositoryMavenConfigArgs', 'RepositoryMavenConfigArgsDict']] maven_config: MavenRepositoryConfig is maven related repository details.
|
1302
1274
|
Provides additional configuration details for repositories of the maven
|
1303
1275
|
format type.
|
@@ -1311,9 +1283,6 @@ class Repository(pulumi.CustomResource):
|
|
1311
1283
|
Structure is documented below.
|
1312
1284
|
:param pulumi.Input[str] repository_id: The last part of the repository name, for example:
|
1313
1285
|
"repo1"
|
1314
|
-
|
1315
|
-
|
1316
|
-
- - -
|
1317
1286
|
:param pulumi.Input[Union['RepositoryVirtualRepositoryConfigArgs', 'RepositoryVirtualRepositoryConfigArgsDict']] virtual_repository_config: Configuration specific for a Virtual Repository.
|
1318
1287
|
Structure is documented below.
|
1319
1288
|
"""
|
@@ -1346,18 +1315,6 @@ class Repository(pulumi.CustomResource):
|
|
1346
1315
|
description="example docker repository",
|
1347
1316
|
format="DOCKER")
|
1348
1317
|
```
|
1349
|
-
### Artifact Registry Repository Multi Region
|
1350
|
-
|
1351
|
-
```python
|
1352
|
-
import pulumi
|
1353
|
-
import pulumi_gcp as gcp
|
1354
|
-
|
1355
|
-
my_repo = gcp.artifactregistry.Repository("my-repo",
|
1356
|
-
repository_id="my-repository",
|
1357
|
-
description="example docker repository",
|
1358
|
-
location="us",
|
1359
|
-
format="DOCKER")
|
1360
|
-
```
|
1361
1318
|
### Artifact Registry Repository Docker
|
1362
1319
|
|
1363
1320
|
```python
|
@@ -1845,6 +1802,8 @@ class Repository(pulumi.CustomResource):
|
|
1845
1802
|
|
1846
1803
|
* `{{location}}/{{repository_id}}`
|
1847
1804
|
|
1805
|
+
* `{{repository_id}}`
|
1806
|
+
|
1848
1807
|
When using the `pulumi import` command, Repository can be imported using one of the formats above. For example:
|
1849
1808
|
|
1850
1809
|
```sh
|
@@ -1859,6 +1818,10 @@ class Repository(pulumi.CustomResource):
|
|
1859
1818
|
$ pulumi import gcp:artifactregistry/repository:Repository default {{location}}/{{repository_id}}
|
1860
1819
|
```
|
1861
1820
|
|
1821
|
+
```sh
|
1822
|
+
$ pulumi import gcp:artifactregistry/repository:Repository default {{repository_id}}
|
1823
|
+
```
|
1824
|
+
|
1862
1825
|
:param str resource_name: The name of the resource.
|
1863
1826
|
:param RepositoryArgs args: The arguments to use to populate this resource's properties.
|
1864
1827
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -1974,6 +1937,9 @@ class Repository(pulumi.CustomResource):
|
|
1974
1937
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
1975
1938
|
You can only create alpha formats if you are a member of the
|
1976
1939
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
1940
|
+
|
1941
|
+
|
1942
|
+
- - -
|
1977
1943
|
:param pulumi.Input[str] kms_key_name: The Cloud KMS resource name of the customer managed encryption key that’s
|
1978
1944
|
used to encrypt the contents of the Repository. Has the form:
|
1979
1945
|
`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.
|
@@ -1986,12 +1952,7 @@ class Repository(pulumi.CustomResource):
|
|
1986
1952
|
|
1987
1953
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1988
1954
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1989
|
-
:param pulumi.Input[str] location: The name of the
|
1990
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
1991
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
1992
|
-
or use the
|
1993
|
-
artifactregistry_get_locations
|
1994
|
-
data source for possible values.
|
1955
|
+
:param pulumi.Input[str] location: The name of the location this repository is located in.
|
1995
1956
|
:param pulumi.Input[Union['RepositoryMavenConfigArgs', 'RepositoryMavenConfigArgsDict']] maven_config: MavenRepositoryConfig is maven related repository details.
|
1996
1957
|
Provides additional configuration details for repositories of the maven
|
1997
1958
|
format type.
|
@@ -2009,9 +1970,6 @@ class Repository(pulumi.CustomResource):
|
|
2009
1970
|
Structure is documented below.
|
2010
1971
|
:param pulumi.Input[str] repository_id: The last part of the repository name, for example:
|
2011
1972
|
"repo1"
|
2012
|
-
|
2013
|
-
|
2014
|
-
- - -
|
2015
1973
|
:param pulumi.Input[str] update_time: The time when the repository was last updated.
|
2016
1974
|
:param pulumi.Input[Union['RepositoryVirtualRepositoryConfigArgs', 'RepositoryVirtualRepositoryConfigArgsDict']] virtual_repository_config: Configuration specific for a Virtual Repository.
|
2017
1975
|
Structure is documented below.
|
@@ -2103,6 +2061,9 @@ class Repository(pulumi.CustomResource):
|
|
2103
2061
|
can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
2104
2062
|
You can only create alpha formats if you are a member of the
|
2105
2063
|
[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).
|
2064
|
+
|
2065
|
+
|
2066
|
+
- - -
|
2106
2067
|
"""
|
2107
2068
|
return pulumi.get(self, "format")
|
2108
2069
|
|
@@ -2136,12 +2097,7 @@ class Repository(pulumi.CustomResource):
|
|
2136
2097
|
@pulumi.getter
|
2137
2098
|
def location(self) -> pulumi.Output[str]:
|
2138
2099
|
"""
|
2139
|
-
The name of the
|
2140
|
-
special values for multi-region locations are `asia`, `europe`, and `us`.
|
2141
|
-
See [here](https://cloud.google.com/artifact-registry/docs/repositories/repo-locations),
|
2142
|
-
or use the
|
2143
|
-
artifactregistry_get_locations
|
2144
|
-
data source for possible values.
|
2100
|
+
The name of the location this repository is located in.
|
2145
2101
|
"""
|
2146
2102
|
return pulumi.get(self, "location")
|
2147
2103
|
|
@@ -2208,9 +2164,6 @@ class Repository(pulumi.CustomResource):
|
|
2208
2164
|
"""
|
2209
2165
|
The last part of the repository name, for example:
|
2210
2166
|
"repo1"
|
2211
|
-
|
2212
|
-
|
2213
|
-
- - -
|
2214
2167
|
"""
|
2215
2168
|
return pulumi.get(self, "repository_id")
|
2216
2169
|
|