pulumi-gcp 8.42.0a1756925793__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
pulumi_gcp/apigee/_inputs.py
CHANGED
@@ -83,8 +83,8 @@ __all__ = [
|
|
83
83
|
'InstanceAccessLoggingConfigArgsDict',
|
84
84
|
'KeystoresAliasesKeyCertFileCertsInfoArgs',
|
85
85
|
'KeystoresAliasesKeyCertFileCertsInfoArgsDict',
|
86
|
-
'
|
87
|
-
'
|
86
|
+
'KeystoresAliasesKeyCertFileTimeoutsArgs',
|
87
|
+
'KeystoresAliasesKeyCertFileTimeoutsArgsDict',
|
88
88
|
'KeystoresAliasesPkcs12CertsInfoArgs',
|
89
89
|
'KeystoresAliasesPkcs12CertsInfoArgsDict',
|
90
90
|
'KeystoresAliasesPkcs12CertsInfoCertInfoArgs',
|
@@ -2116,117 +2116,79 @@ class InstanceAccessLoggingConfigArgs:
|
|
2116
2116
|
|
2117
2117
|
if not MYPY:
|
2118
2118
|
class KeystoresAliasesKeyCertFileCertsInfoArgsDict(TypedDict):
|
2119
|
-
|
2120
|
-
"""
|
2121
|
-
(Output)
|
2122
|
-
List of all properties in the object.
|
2123
|
-
Structure is documented below.
|
2124
|
-
"""
|
2125
|
-
elif False:
|
2126
|
-
KeystoresAliasesKeyCertFileCertsInfoArgsDict: TypeAlias = Mapping[str, Any]
|
2127
|
-
|
2128
|
-
@pulumi.input_type
|
2129
|
-
class KeystoresAliasesKeyCertFileCertsInfoArgs:
|
2130
|
-
def __init__(__self__, *,
|
2131
|
-
cert_infos: Optional[pulumi.Input[Sequence[pulumi.Input['KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs']]]] = None):
|
2132
|
-
"""
|
2133
|
-
:param pulumi.Input[Sequence[pulumi.Input['KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs']]] cert_infos: (Output)
|
2134
|
-
List of all properties in the object.
|
2135
|
-
Structure is documented below.
|
2136
|
-
"""
|
2137
|
-
if cert_infos is not None:
|
2138
|
-
pulumi.set(__self__, "cert_infos", cert_infos)
|
2139
|
-
|
2140
|
-
@_builtins.property
|
2141
|
-
@pulumi.getter(name="certInfos")
|
2142
|
-
def cert_infos(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs']]]]:
|
2143
|
-
"""
|
2144
|
-
(Output)
|
2145
|
-
List of all properties in the object.
|
2146
|
-
Structure is documented below.
|
2147
|
-
"""
|
2148
|
-
return pulumi.get(self, "cert_infos")
|
2149
|
-
|
2150
|
-
@cert_infos.setter
|
2151
|
-
def cert_infos(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs']]]]):
|
2152
|
-
pulumi.set(self, "cert_infos", value)
|
2153
|
-
|
2154
|
-
|
2155
|
-
if not MYPY:
|
2156
|
-
class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgsDict(TypedDict):
|
2157
|
-
basic_constraints: NotRequired[pulumi.Input[_builtins.str]]
|
2119
|
+
basic_constraints: pulumi.Input[_builtins.str]
|
2158
2120
|
"""
|
2159
2121
|
(Output)
|
2160
2122
|
X.509 basic constraints extension.
|
2161
2123
|
"""
|
2162
|
-
expiry_date:
|
2124
|
+
expiry_date: pulumi.Input[_builtins.str]
|
2163
2125
|
"""
|
2164
2126
|
(Output)
|
2165
2127
|
X.509 notAfter validity period in milliseconds since epoch.
|
2166
2128
|
"""
|
2167
|
-
is_valid:
|
2129
|
+
is_valid: pulumi.Input[_builtins.str]
|
2168
2130
|
"""
|
2169
2131
|
(Output)
|
2170
2132
|
Flag that specifies whether the certificate is valid.
|
2171
2133
|
Flag is set to Yes if the certificate is valid, No if expired, or Not yet if not yet valid.
|
2172
2134
|
"""
|
2173
|
-
issuer:
|
2135
|
+
issuer: pulumi.Input[_builtins.str]
|
2174
2136
|
"""
|
2175
2137
|
(Output)
|
2176
2138
|
X.509 issuer.
|
2177
2139
|
"""
|
2178
|
-
public_key:
|
2140
|
+
public_key: pulumi.Input[_builtins.str]
|
2179
2141
|
"""
|
2180
2142
|
(Output)
|
2181
2143
|
Public key component of the X.509 subject public key info.
|
2182
2144
|
"""
|
2183
|
-
serial_number:
|
2145
|
+
serial_number: pulumi.Input[_builtins.str]
|
2184
2146
|
"""
|
2185
2147
|
(Output)
|
2186
2148
|
X.509 serial number.
|
2187
2149
|
"""
|
2188
|
-
sig_alg_name:
|
2150
|
+
sig_alg_name: pulumi.Input[_builtins.str]
|
2189
2151
|
"""
|
2190
2152
|
(Output)
|
2191
2153
|
X.509 signatureAlgorithm.
|
2192
2154
|
"""
|
2193
|
-
subject:
|
2155
|
+
subject: pulumi.Input[_builtins.str]
|
2194
2156
|
"""
|
2195
2157
|
(Output)
|
2196
2158
|
X.509 subject.
|
2197
2159
|
"""
|
2198
|
-
subject_alternative_names:
|
2160
|
+
subject_alternative_names: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
2199
2161
|
"""
|
2200
2162
|
(Output)
|
2201
2163
|
X.509 subject alternative names (SANs) extension.
|
2202
2164
|
"""
|
2203
|
-
valid_from:
|
2165
|
+
valid_from: pulumi.Input[_builtins.str]
|
2204
2166
|
"""
|
2205
2167
|
(Output)
|
2206
2168
|
X.509 notBefore validity period in milliseconds since epoch.
|
2207
2169
|
"""
|
2208
|
-
version:
|
2170
|
+
version: pulumi.Input[_builtins.int]
|
2209
2171
|
"""
|
2210
2172
|
(Output)
|
2211
2173
|
X.509 version.
|
2212
2174
|
"""
|
2213
2175
|
elif False:
|
2214
|
-
|
2176
|
+
KeystoresAliasesKeyCertFileCertsInfoArgsDict: TypeAlias = Mapping[str, Any]
|
2215
2177
|
|
2216
2178
|
@pulumi.input_type
|
2217
|
-
class
|
2179
|
+
class KeystoresAliasesKeyCertFileCertsInfoArgs:
|
2218
2180
|
def __init__(__self__, *,
|
2219
|
-
basic_constraints:
|
2220
|
-
expiry_date:
|
2221
|
-
is_valid:
|
2222
|
-
issuer:
|
2223
|
-
public_key:
|
2224
|
-
serial_number:
|
2225
|
-
sig_alg_name:
|
2226
|
-
subject:
|
2227
|
-
subject_alternative_names:
|
2228
|
-
valid_from:
|
2229
|
-
version:
|
2181
|
+
basic_constraints: pulumi.Input[_builtins.str],
|
2182
|
+
expiry_date: pulumi.Input[_builtins.str],
|
2183
|
+
is_valid: pulumi.Input[_builtins.str],
|
2184
|
+
issuer: pulumi.Input[_builtins.str],
|
2185
|
+
public_key: pulumi.Input[_builtins.str],
|
2186
|
+
serial_number: pulumi.Input[_builtins.str],
|
2187
|
+
sig_alg_name: pulumi.Input[_builtins.str],
|
2188
|
+
subject: pulumi.Input[_builtins.str],
|
2189
|
+
subject_alternative_names: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
2190
|
+
valid_from: pulumi.Input[_builtins.str],
|
2191
|
+
version: pulumi.Input[_builtins.int]):
|
2230
2192
|
"""
|
2231
2193
|
:param pulumi.Input[_builtins.str] basic_constraints: (Output)
|
2232
2194
|
X.509 basic constraints extension.
|
@@ -2252,32 +2214,21 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2252
2214
|
:param pulumi.Input[_builtins.int] version: (Output)
|
2253
2215
|
X.509 version.
|
2254
2216
|
"""
|
2255
|
-
|
2256
|
-
|
2257
|
-
|
2258
|
-
|
2259
|
-
|
2260
|
-
|
2261
|
-
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2265
|
-
|
2266
|
-
pulumi.set(__self__, "serial_number", serial_number)
|
2267
|
-
if sig_alg_name is not None:
|
2268
|
-
pulumi.set(__self__, "sig_alg_name", sig_alg_name)
|
2269
|
-
if subject is not None:
|
2270
|
-
pulumi.set(__self__, "subject", subject)
|
2271
|
-
if subject_alternative_names is not None:
|
2272
|
-
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
2273
|
-
if valid_from is not None:
|
2274
|
-
pulumi.set(__self__, "valid_from", valid_from)
|
2275
|
-
if version is not None:
|
2276
|
-
pulumi.set(__self__, "version", version)
|
2217
|
+
pulumi.set(__self__, "basic_constraints", basic_constraints)
|
2218
|
+
pulumi.set(__self__, "expiry_date", expiry_date)
|
2219
|
+
pulumi.set(__self__, "is_valid", is_valid)
|
2220
|
+
pulumi.set(__self__, "issuer", issuer)
|
2221
|
+
pulumi.set(__self__, "public_key", public_key)
|
2222
|
+
pulumi.set(__self__, "serial_number", serial_number)
|
2223
|
+
pulumi.set(__self__, "sig_alg_name", sig_alg_name)
|
2224
|
+
pulumi.set(__self__, "subject", subject)
|
2225
|
+
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
2226
|
+
pulumi.set(__self__, "valid_from", valid_from)
|
2227
|
+
pulumi.set(__self__, "version", version)
|
2277
2228
|
|
2278
2229
|
@_builtins.property
|
2279
2230
|
@pulumi.getter(name="basicConstraints")
|
2280
|
-
def basic_constraints(self) ->
|
2231
|
+
def basic_constraints(self) -> pulumi.Input[_builtins.str]:
|
2281
2232
|
"""
|
2282
2233
|
(Output)
|
2283
2234
|
X.509 basic constraints extension.
|
@@ -2285,12 +2236,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2285
2236
|
return pulumi.get(self, "basic_constraints")
|
2286
2237
|
|
2287
2238
|
@basic_constraints.setter
|
2288
|
-
def basic_constraints(self, value:
|
2239
|
+
def basic_constraints(self, value: pulumi.Input[_builtins.str]):
|
2289
2240
|
pulumi.set(self, "basic_constraints", value)
|
2290
2241
|
|
2291
2242
|
@_builtins.property
|
2292
2243
|
@pulumi.getter(name="expiryDate")
|
2293
|
-
def expiry_date(self) ->
|
2244
|
+
def expiry_date(self) -> pulumi.Input[_builtins.str]:
|
2294
2245
|
"""
|
2295
2246
|
(Output)
|
2296
2247
|
X.509 notAfter validity period in milliseconds since epoch.
|
@@ -2298,12 +2249,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2298
2249
|
return pulumi.get(self, "expiry_date")
|
2299
2250
|
|
2300
2251
|
@expiry_date.setter
|
2301
|
-
def expiry_date(self, value:
|
2252
|
+
def expiry_date(self, value: pulumi.Input[_builtins.str]):
|
2302
2253
|
pulumi.set(self, "expiry_date", value)
|
2303
2254
|
|
2304
2255
|
@_builtins.property
|
2305
2256
|
@pulumi.getter(name="isValid")
|
2306
|
-
def is_valid(self) ->
|
2257
|
+
def is_valid(self) -> pulumi.Input[_builtins.str]:
|
2307
2258
|
"""
|
2308
2259
|
(Output)
|
2309
2260
|
Flag that specifies whether the certificate is valid.
|
@@ -2312,12 +2263,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2312
2263
|
return pulumi.get(self, "is_valid")
|
2313
2264
|
|
2314
2265
|
@is_valid.setter
|
2315
|
-
def is_valid(self, value:
|
2266
|
+
def is_valid(self, value: pulumi.Input[_builtins.str]):
|
2316
2267
|
pulumi.set(self, "is_valid", value)
|
2317
2268
|
|
2318
2269
|
@_builtins.property
|
2319
2270
|
@pulumi.getter
|
2320
|
-
def issuer(self) ->
|
2271
|
+
def issuer(self) -> pulumi.Input[_builtins.str]:
|
2321
2272
|
"""
|
2322
2273
|
(Output)
|
2323
2274
|
X.509 issuer.
|
@@ -2325,12 +2276,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2325
2276
|
return pulumi.get(self, "issuer")
|
2326
2277
|
|
2327
2278
|
@issuer.setter
|
2328
|
-
def issuer(self, value:
|
2279
|
+
def issuer(self, value: pulumi.Input[_builtins.str]):
|
2329
2280
|
pulumi.set(self, "issuer", value)
|
2330
2281
|
|
2331
2282
|
@_builtins.property
|
2332
2283
|
@pulumi.getter(name="publicKey")
|
2333
|
-
def public_key(self) ->
|
2284
|
+
def public_key(self) -> pulumi.Input[_builtins.str]:
|
2334
2285
|
"""
|
2335
2286
|
(Output)
|
2336
2287
|
Public key component of the X.509 subject public key info.
|
@@ -2338,12 +2289,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2338
2289
|
return pulumi.get(self, "public_key")
|
2339
2290
|
|
2340
2291
|
@public_key.setter
|
2341
|
-
def public_key(self, value:
|
2292
|
+
def public_key(self, value: pulumi.Input[_builtins.str]):
|
2342
2293
|
pulumi.set(self, "public_key", value)
|
2343
2294
|
|
2344
2295
|
@_builtins.property
|
2345
2296
|
@pulumi.getter(name="serialNumber")
|
2346
|
-
def serial_number(self) ->
|
2297
|
+
def serial_number(self) -> pulumi.Input[_builtins.str]:
|
2347
2298
|
"""
|
2348
2299
|
(Output)
|
2349
2300
|
X.509 serial number.
|
@@ -2351,12 +2302,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2351
2302
|
return pulumi.get(self, "serial_number")
|
2352
2303
|
|
2353
2304
|
@serial_number.setter
|
2354
|
-
def serial_number(self, value:
|
2305
|
+
def serial_number(self, value: pulumi.Input[_builtins.str]):
|
2355
2306
|
pulumi.set(self, "serial_number", value)
|
2356
2307
|
|
2357
2308
|
@_builtins.property
|
2358
2309
|
@pulumi.getter(name="sigAlgName")
|
2359
|
-
def sig_alg_name(self) ->
|
2310
|
+
def sig_alg_name(self) -> pulumi.Input[_builtins.str]:
|
2360
2311
|
"""
|
2361
2312
|
(Output)
|
2362
2313
|
X.509 signatureAlgorithm.
|
@@ -2364,12 +2315,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2364
2315
|
return pulumi.get(self, "sig_alg_name")
|
2365
2316
|
|
2366
2317
|
@sig_alg_name.setter
|
2367
|
-
def sig_alg_name(self, value:
|
2318
|
+
def sig_alg_name(self, value: pulumi.Input[_builtins.str]):
|
2368
2319
|
pulumi.set(self, "sig_alg_name", value)
|
2369
2320
|
|
2370
2321
|
@_builtins.property
|
2371
2322
|
@pulumi.getter
|
2372
|
-
def subject(self) ->
|
2323
|
+
def subject(self) -> pulumi.Input[_builtins.str]:
|
2373
2324
|
"""
|
2374
2325
|
(Output)
|
2375
2326
|
X.509 subject.
|
@@ -2377,12 +2328,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2377
2328
|
return pulumi.get(self, "subject")
|
2378
2329
|
|
2379
2330
|
@subject.setter
|
2380
|
-
def subject(self, value:
|
2331
|
+
def subject(self, value: pulumi.Input[_builtins.str]):
|
2381
2332
|
pulumi.set(self, "subject", value)
|
2382
2333
|
|
2383
2334
|
@_builtins.property
|
2384
2335
|
@pulumi.getter(name="subjectAlternativeNames")
|
2385
|
-
def subject_alternative_names(self) ->
|
2336
|
+
def subject_alternative_names(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
2386
2337
|
"""
|
2387
2338
|
(Output)
|
2388
2339
|
X.509 subject alternative names (SANs) extension.
|
@@ -2390,12 +2341,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2390
2341
|
return pulumi.get(self, "subject_alternative_names")
|
2391
2342
|
|
2392
2343
|
@subject_alternative_names.setter
|
2393
|
-
def subject_alternative_names(self, value:
|
2344
|
+
def subject_alternative_names(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
2394
2345
|
pulumi.set(self, "subject_alternative_names", value)
|
2395
2346
|
|
2396
2347
|
@_builtins.property
|
2397
2348
|
@pulumi.getter(name="validFrom")
|
2398
|
-
def valid_from(self) ->
|
2349
|
+
def valid_from(self) -> pulumi.Input[_builtins.str]:
|
2399
2350
|
"""
|
2400
2351
|
(Output)
|
2401
2352
|
X.509 notBefore validity period in milliseconds since epoch.
|
@@ -2403,12 +2354,12 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2403
2354
|
return pulumi.get(self, "valid_from")
|
2404
2355
|
|
2405
2356
|
@valid_from.setter
|
2406
|
-
def valid_from(self, value:
|
2357
|
+
def valid_from(self, value: pulumi.Input[_builtins.str]):
|
2407
2358
|
pulumi.set(self, "valid_from", value)
|
2408
2359
|
|
2409
2360
|
@_builtins.property
|
2410
2361
|
@pulumi.getter
|
2411
|
-
def version(self) ->
|
2362
|
+
def version(self) -> pulumi.Input[_builtins.int]:
|
2412
2363
|
"""
|
2413
2364
|
(Output)
|
2414
2365
|
X.509 version.
|
@@ -2416,10 +2367,102 @@ class KeystoresAliasesKeyCertFileCertsInfoCertInfoArgs:
|
|
2416
2367
|
return pulumi.get(self, "version")
|
2417
2368
|
|
2418
2369
|
@version.setter
|
2419
|
-
def version(self, value:
|
2370
|
+
def version(self, value: pulumi.Input[_builtins.int]):
|
2420
2371
|
pulumi.set(self, "version", value)
|
2421
2372
|
|
2422
2373
|
|
2374
|
+
if not MYPY:
|
2375
|
+
class KeystoresAliasesKeyCertFileTimeoutsArgsDict(TypedDict):
|
2376
|
+
create: NotRequired[pulumi.Input[_builtins.str]]
|
2377
|
+
"""
|
2378
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2379
|
+
"""
|
2380
|
+
delete: NotRequired[pulumi.Input[_builtins.str]]
|
2381
|
+
"""
|
2382
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
2383
|
+
"""
|
2384
|
+
read: NotRequired[pulumi.Input[_builtins.str]]
|
2385
|
+
"""
|
2386
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
2387
|
+
"""
|
2388
|
+
update: NotRequired[pulumi.Input[_builtins.str]]
|
2389
|
+
"""
|
2390
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2391
|
+
"""
|
2392
|
+
elif False:
|
2393
|
+
KeystoresAliasesKeyCertFileTimeoutsArgsDict: TypeAlias = Mapping[str, Any]
|
2394
|
+
|
2395
|
+
@pulumi.input_type
|
2396
|
+
class KeystoresAliasesKeyCertFileTimeoutsArgs:
|
2397
|
+
def __init__(__self__, *,
|
2398
|
+
create: Optional[pulumi.Input[_builtins.str]] = None,
|
2399
|
+
delete: Optional[pulumi.Input[_builtins.str]] = None,
|
2400
|
+
read: Optional[pulumi.Input[_builtins.str]] = None,
|
2401
|
+
update: Optional[pulumi.Input[_builtins.str]] = None):
|
2402
|
+
"""
|
2403
|
+
:param pulumi.Input[_builtins.str] create: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2404
|
+
:param pulumi.Input[_builtins.str] delete: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
2405
|
+
:param pulumi.Input[_builtins.str] read: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
2406
|
+
:param pulumi.Input[_builtins.str] update: A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2407
|
+
"""
|
2408
|
+
if create is not None:
|
2409
|
+
pulumi.set(__self__, "create", create)
|
2410
|
+
if delete is not None:
|
2411
|
+
pulumi.set(__self__, "delete", delete)
|
2412
|
+
if read is not None:
|
2413
|
+
pulumi.set(__self__, "read", read)
|
2414
|
+
if update is not None:
|
2415
|
+
pulumi.set(__self__, "update", update)
|
2416
|
+
|
2417
|
+
@_builtins.property
|
2418
|
+
@pulumi.getter
|
2419
|
+
def create(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2420
|
+
"""
|
2421
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2422
|
+
"""
|
2423
|
+
return pulumi.get(self, "create")
|
2424
|
+
|
2425
|
+
@create.setter
|
2426
|
+
def create(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2427
|
+
pulumi.set(self, "create", value)
|
2428
|
+
|
2429
|
+
@_builtins.property
|
2430
|
+
@pulumi.getter
|
2431
|
+
def delete(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2432
|
+
"""
|
2433
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
2434
|
+
"""
|
2435
|
+
return pulumi.get(self, "delete")
|
2436
|
+
|
2437
|
+
@delete.setter
|
2438
|
+
def delete(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2439
|
+
pulumi.set(self, "delete", value)
|
2440
|
+
|
2441
|
+
@_builtins.property
|
2442
|
+
@pulumi.getter
|
2443
|
+
def read(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2444
|
+
"""
|
2445
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
2446
|
+
"""
|
2447
|
+
return pulumi.get(self, "read")
|
2448
|
+
|
2449
|
+
@read.setter
|
2450
|
+
def read(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2451
|
+
pulumi.set(self, "read", value)
|
2452
|
+
|
2453
|
+
@_builtins.property
|
2454
|
+
@pulumi.getter
|
2455
|
+
def update(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2456
|
+
"""
|
2457
|
+
A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
2458
|
+
"""
|
2459
|
+
return pulumi.get(self, "update")
|
2460
|
+
|
2461
|
+
@update.setter
|
2462
|
+
def update(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2463
|
+
pulumi.set(self, "update", value)
|
2464
|
+
|
2465
|
+
|
2423
2466
|
if not MYPY:
|
2424
2467
|
class KeystoresAliasesPkcs12CertsInfoArgsDict(TypedDict):
|
2425
2468
|
cert_infos: NotRequired[pulumi.Input[Sequence[pulumi.Input['KeystoresAliasesPkcs12CertsInfoCertInfoArgsDict']]]]
|