@pulumi/gcp 8.36.0 → 8.37.0
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.
- package/apihub/index.d.ts +3 -0
- package/apihub/index.js +6 -1
- package/apihub/index.js.map +1 -1
- package/apihub/plugin.d.ts +403 -0
- package/apihub/plugin.js +195 -0
- package/apihub/plugin.js.map +1 -0
- package/bigqueryanalyticshub/dataExchange.d.ts +3 -3
- package/bigqueryanalyticshub/listing.d.ts +3 -3
- package/cloudidentity/groupMembership.d.ts +12 -0
- package/cloudidentity/groupMembership.js +2 -0
- package/cloudidentity/groupMembership.js.map +1 -1
- package/cloudrunv2/job.d.ts +23 -0
- package/cloudrunv2/job.js +23 -0
- package/cloudrunv2/job.js.map +1 -1
- package/cloudrunv2/service.d.ts +0 -1
- package/cloudrunv2/service.js +0 -1
- package/cloudrunv2/service.js.map +1 -1
- package/cloudrunv2/workerPool.d.ts +9 -10
- package/cloudrunv2/workerPool.js +9 -10
- package/cloudrunv2/workerPool.js.map +1 -1
- package/compute/disk.d.ts +15 -12
- package/compute/disk.js.map +1 -1
- package/compute/firewallPolicyRule.d.ts +97 -0
- package/compute/firewallPolicyRule.js +75 -0
- package/compute/firewallPolicyRule.js.map +1 -1
- package/compute/getInstanceGroupManager.d.ts +1 -0
- package/compute/getInstanceGroupManager.js.map +1 -1
- package/compute/getRegionDisk.d.ts +1 -0
- package/compute/getRegionDisk.js.map +1 -1
- package/compute/index.d.ts +3 -0
- package/compute/index.js +6 -1
- package/compute/index.js.map +1 -1
- package/compute/instanceGroupManager.d.ts +75 -6
- package/compute/instanceGroupManager.js +59 -0
- package/compute/instanceGroupManager.js.map +1 -1
- package/compute/network.d.ts +17 -0
- package/compute/network.js +2 -0
- package/compute/network.js.map +1 -1
- package/compute/networkFirewallPolicy.d.ts +21 -0
- package/compute/networkFirewallPolicy.js +2 -0
- package/compute/networkFirewallPolicy.js.map +1 -1
- package/compute/networkFirewallPolicyWithRules.d.ts +18 -0
- package/compute/networkFirewallPolicyWithRules.js +2 -0
- package/compute/networkFirewallPolicyWithRules.js.map +1 -1
- package/compute/regionDisk.d.ts +44 -0
- package/compute/regionDisk.js +19 -0
- package/compute/regionDisk.js.map +1 -1
- package/compute/regionNetworkFirewallPolicy.d.ts +33 -0
- package/compute/regionNetworkFirewallPolicy.js +14 -0
- package/compute/regionNetworkFirewallPolicy.js.map +1 -1
- package/compute/regionNetworkFirewallPolicyWithRules.d.ts +43 -0
- package/compute/regionNetworkFirewallPolicyWithRules.js +27 -0
- package/compute/regionNetworkFirewallPolicyWithRules.js.map +1 -1
- package/compute/wireGroup.d.ts +250 -0
- package/compute/wireGroup.js +127 -0
- package/compute/wireGroup.js.map +1 -0
- package/container/cluster.d.ts +15 -0
- package/container/cluster.js +2 -0
- package/container/cluster.js.map +1 -1
- package/container/getCluster.d.ts +1 -0
- package/container/getCluster.js.map +1 -1
- package/container/nodePool.d.ts +6 -0
- package/container/nodePool.js.map +1 -1
- package/diagflow/cxGenerativeSettings.d.ts +222 -0
- package/diagflow/cxGenerativeSettings.js +139 -0
- package/diagflow/cxGenerativeSettings.js.map +1 -0
- package/diagflow/index.d.ts +3 -0
- package/diagflow/index.js +6 -1
- package/diagflow/index.js.map +1 -1
- package/dns/recordSet.d.ts +1 -0
- package/dns/recordSet.js +1 -0
- package/dns/recordSet.js.map +1 -1
- package/firestore/database.d.ts +0 -9
- package/firestore/database.js.map +1 -1
- package/iam/workloadIdentityPoolManagedIdentity.d.ts +31 -0
- package/iam/workloadIdentityPoolManagedIdentity.js +10 -0
- package/iam/workloadIdentityPoolManagedIdentity.js.map +1 -1
- package/kms/autokeyConfig.d.ts +8 -0
- package/kms/autokeyConfig.js +2 -0
- package/kms/autokeyConfig.js.map +1 -1
- package/kms/getAutokeyConfig.d.ts +1 -0
- package/kms/getAutokeyConfig.js.map +1 -1
- package/memorystore/getInstance.d.ts +1 -0
- package/memorystore/getInstance.js.map +1 -1
- package/memorystore/instance.d.ts +13 -0
- package/memorystore/instance.js +3 -0
- package/memorystore/instance.js.map +1 -1
- package/monitoring/metricDescriptor.d.ts +13 -13
- package/monitoring/metricDescriptor.js +0 -6
- package/monitoring/metricDescriptor.js.map +1 -1
- package/notebooks/instance.d.ts +4 -4
- package/notebooks/instance.js +4 -4
- package/package.json +2 -2
- package/redis/getInstance.d.ts +1 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +16 -0
- package/redis/instance.js +2 -0
- package/redis/instance.js.map +1 -1
- package/secretmanager/getRegionalSecret.d.ts +1 -0
- package/secretmanager/getRegionalSecret.js.map +1 -1
- package/secretmanager/regionalSecret.d.ts +4 -0
- package/secretmanager/regionalSecret.js +3 -0
- package/secretmanager/regionalSecret.js.map +1 -1
- package/types/input.d.ts +439 -9
- package/types/output.d.ts +488 -10
- package/workbench/instance.d.ts +1 -0
- package/workbench/instance.js +1 -0
- package/workbench/instance.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -3367,6 +3367,147 @@ export declare namespace apihub {
|
|
|
3367
3367
|
*/
|
|
3368
3368
|
pluginInstance?: pulumi.Input<string>;
|
|
3369
3369
|
}
|
|
3370
|
+
interface PluginActionsConfig {
|
|
3371
|
+
/**
|
|
3372
|
+
* The description of the operation performed by the action.
|
|
3373
|
+
*/
|
|
3374
|
+
description: pulumi.Input<string>;
|
|
3375
|
+
/**
|
|
3376
|
+
* The display name of the action.
|
|
3377
|
+
*/
|
|
3378
|
+
displayName: pulumi.Input<string>;
|
|
3379
|
+
/**
|
|
3380
|
+
* The id of the action.
|
|
3381
|
+
*/
|
|
3382
|
+
id: pulumi.Input<string>;
|
|
3383
|
+
/**
|
|
3384
|
+
* The trigger mode supported by the action.
|
|
3385
|
+
* Possible values:
|
|
3386
|
+
* TRIGGER_MODE_UNSPECIFIED
|
|
3387
|
+
* API_HUB_ON_DEMAND_TRIGGER
|
|
3388
|
+
* API_HUB_SCHEDULE_TRIGGER
|
|
3389
|
+
* NON_API_HUB_MANAGED
|
|
3390
|
+
*/
|
|
3391
|
+
triggerMode: pulumi.Input<string>;
|
|
3392
|
+
}
|
|
3393
|
+
interface PluginConfigTemplate {
|
|
3394
|
+
/**
|
|
3395
|
+
* The list of additional configuration variables for the plugin's
|
|
3396
|
+
* configuration.
|
|
3397
|
+
* Structure is documented below.
|
|
3398
|
+
*/
|
|
3399
|
+
additionalConfigTemplates?: pulumi.Input<pulumi.Input<inputs.apihub.PluginConfigTemplateAdditionalConfigTemplate>[]>;
|
|
3400
|
+
/**
|
|
3401
|
+
* AuthConfigTemplate represents the authentication template for a plugin.
|
|
3402
|
+
* Structure is documented below.
|
|
3403
|
+
*/
|
|
3404
|
+
authConfigTemplate?: pulumi.Input<inputs.apihub.PluginConfigTemplateAuthConfigTemplate>;
|
|
3405
|
+
}
|
|
3406
|
+
interface PluginConfigTemplateAdditionalConfigTemplate {
|
|
3407
|
+
/**
|
|
3408
|
+
* Description.
|
|
3409
|
+
*/
|
|
3410
|
+
description?: pulumi.Input<string>;
|
|
3411
|
+
/**
|
|
3412
|
+
* Enum options. To be populated if `ValueType` is `ENUM`.
|
|
3413
|
+
* Structure is documented below.
|
|
3414
|
+
*/
|
|
3415
|
+
enumOptions?: pulumi.Input<pulumi.Input<inputs.apihub.PluginConfigTemplateAdditionalConfigTemplateEnumOption>[]>;
|
|
3416
|
+
/**
|
|
3417
|
+
* ID of the config variable. Must be unique within the configuration.
|
|
3418
|
+
*/
|
|
3419
|
+
id: pulumi.Input<string>;
|
|
3420
|
+
/**
|
|
3421
|
+
* Multi select options. To be populated if `ValueType` is `MULTI_SELECT`.
|
|
3422
|
+
* Structure is documented below.
|
|
3423
|
+
*/
|
|
3424
|
+
multiSelectOptions?: pulumi.Input<pulumi.Input<inputs.apihub.PluginConfigTemplateAdditionalConfigTemplateMultiSelectOption>[]>;
|
|
3425
|
+
/**
|
|
3426
|
+
* Flag represents that this `ConfigVariable` must be provided for a
|
|
3427
|
+
* PluginInstance.
|
|
3428
|
+
*/
|
|
3429
|
+
required?: pulumi.Input<boolean>;
|
|
3430
|
+
/**
|
|
3431
|
+
* Regular expression in RE2 syntax used for validating the `value` of a
|
|
3432
|
+
* `ConfigVariable`.
|
|
3433
|
+
*/
|
|
3434
|
+
validationRegex?: pulumi.Input<string>;
|
|
3435
|
+
/**
|
|
3436
|
+
* Type of the parameter: string, int, bool etc.
|
|
3437
|
+
* Possible values:
|
|
3438
|
+
* VALUE_TYPE_UNSPECIFIED
|
|
3439
|
+
* STRING
|
|
3440
|
+
* INT
|
|
3441
|
+
* BOOL
|
|
3442
|
+
* SECRET
|
|
3443
|
+
* ENUM
|
|
3444
|
+
* MULTI_SELECT
|
|
3445
|
+
* MULTI_STRING
|
|
3446
|
+
* MULTI_INT
|
|
3447
|
+
*/
|
|
3448
|
+
valueType: pulumi.Input<string>;
|
|
3449
|
+
}
|
|
3450
|
+
interface PluginConfigTemplateAdditionalConfigTemplateEnumOption {
|
|
3451
|
+
/**
|
|
3452
|
+
* Description of the option.
|
|
3453
|
+
*/
|
|
3454
|
+
description?: pulumi.Input<string>;
|
|
3455
|
+
/**
|
|
3456
|
+
* Display name of the option.
|
|
3457
|
+
*/
|
|
3458
|
+
displayName: pulumi.Input<string>;
|
|
3459
|
+
/**
|
|
3460
|
+
* Id of the option.
|
|
3461
|
+
*/
|
|
3462
|
+
id: pulumi.Input<string>;
|
|
3463
|
+
}
|
|
3464
|
+
interface PluginConfigTemplateAdditionalConfigTemplateMultiSelectOption {
|
|
3465
|
+
/**
|
|
3466
|
+
* Description of the option.
|
|
3467
|
+
*/
|
|
3468
|
+
description?: pulumi.Input<string>;
|
|
3469
|
+
/**
|
|
3470
|
+
* Display name of the option.
|
|
3471
|
+
*/
|
|
3472
|
+
displayName: pulumi.Input<string>;
|
|
3473
|
+
/**
|
|
3474
|
+
* Id of the option.
|
|
3475
|
+
*/
|
|
3476
|
+
id: pulumi.Input<string>;
|
|
3477
|
+
}
|
|
3478
|
+
interface PluginConfigTemplateAuthConfigTemplate {
|
|
3479
|
+
/**
|
|
3480
|
+
* Config for Google service account authentication.
|
|
3481
|
+
* Structure is documented below.
|
|
3482
|
+
*/
|
|
3483
|
+
serviceAccount?: pulumi.Input<inputs.apihub.PluginConfigTemplateAuthConfigTemplateServiceAccount>;
|
|
3484
|
+
/**
|
|
3485
|
+
* The list of authentication types supported by the plugin.
|
|
3486
|
+
*/
|
|
3487
|
+
supportedAuthTypes: pulumi.Input<pulumi.Input<string>[]>;
|
|
3488
|
+
}
|
|
3489
|
+
interface PluginConfigTemplateAuthConfigTemplateServiceAccount {
|
|
3490
|
+
/**
|
|
3491
|
+
* The service account to be used for authenticating request.
|
|
3492
|
+
* The `iam.serviceAccounts.getAccessToken` permission should be granted on
|
|
3493
|
+
* this service account to the impersonator service account.
|
|
3494
|
+
*/
|
|
3495
|
+
serviceAccount: pulumi.Input<string>;
|
|
3496
|
+
}
|
|
3497
|
+
interface PluginDocumentation {
|
|
3498
|
+
/**
|
|
3499
|
+
* The uri of the externally hosted documentation.
|
|
3500
|
+
*/
|
|
3501
|
+
externalUri?: pulumi.Input<string>;
|
|
3502
|
+
}
|
|
3503
|
+
interface PluginHostingService {
|
|
3504
|
+
/**
|
|
3505
|
+
* The URI of the service implemented by the plugin developer, used to
|
|
3506
|
+
* invoke the plugin's functionality. This information is only required for
|
|
3507
|
+
* user defined plugins.
|
|
3508
|
+
*/
|
|
3509
|
+
serviceUri?: pulumi.Input<string>;
|
|
3510
|
+
}
|
|
3370
3511
|
interface PluginInstanceAction {
|
|
3371
3512
|
/**
|
|
3372
3513
|
* This should map to one of the action id specified
|
|
@@ -14890,6 +15031,11 @@ export declare namespace cloudrunv2 {
|
|
|
14890
15031
|
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3. Minimum value is 0.
|
|
14891
15032
|
*/
|
|
14892
15033
|
maxRetries?: pulumi.Input<number>;
|
|
15034
|
+
/**
|
|
15035
|
+
* Node Selector describes the hardware requirements of the resources.
|
|
15036
|
+
* Structure is documented below.
|
|
15037
|
+
*/
|
|
15038
|
+
nodeSelector?: pulumi.Input<inputs.cloudrunv2.JobTemplateTemplateNodeSelector>;
|
|
14893
15039
|
/**
|
|
14894
15040
|
* Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
|
|
14895
15041
|
*/
|
|
@@ -15008,7 +15154,7 @@ export declare namespace cloudrunv2 {
|
|
|
15008
15154
|
}
|
|
15009
15155
|
interface JobTemplateTemplateContainerResources {
|
|
15010
15156
|
/**
|
|
15011
|
-
* Only memory and
|
|
15157
|
+
* Only memory, CPU, and nvidia.com/gpu are supported. Use key `cpu` for CPU limit, `memory` for memory limit, `nvidia.com/gpu` for gpu limit. Note: The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. The values of the map is string form of the 'quantity' k8s type: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go
|
|
15012
15158
|
*/
|
|
15013
15159
|
limits?: pulumi.Input<{
|
|
15014
15160
|
[key: string]: pulumi.Input<string>;
|
|
@@ -15109,6 +15255,14 @@ export declare namespace cloudrunv2 {
|
|
|
15109
15255
|
*/
|
|
15110
15256
|
name: pulumi.Input<string>;
|
|
15111
15257
|
}
|
|
15258
|
+
interface JobTemplateTemplateNodeSelector {
|
|
15259
|
+
/**
|
|
15260
|
+
* The GPU to attach to an instance. See https://cloud.google.com/run/docs/configuring/jobs/gpu for configuring GPU.
|
|
15261
|
+
*
|
|
15262
|
+
* - - -
|
|
15263
|
+
*/
|
|
15264
|
+
accelerator: pulumi.Input<string>;
|
|
15265
|
+
}
|
|
15112
15266
|
interface JobTemplateTemplateVolume {
|
|
15113
15267
|
/**
|
|
15114
15268
|
* For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
|
|
@@ -15247,8 +15401,6 @@ export declare namespace cloudrunv2 {
|
|
|
15247
15401
|
subnetwork?: pulumi.Input<string>;
|
|
15248
15402
|
/**
|
|
15249
15403
|
* Network tags applied to this Cloud Run job.
|
|
15250
|
-
*
|
|
15251
|
-
* - - -
|
|
15252
15404
|
*/
|
|
15253
15405
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
15254
15406
|
}
|
|
@@ -19003,11 +19155,16 @@ export declare namespace compute {
|
|
|
19003
19155
|
*/
|
|
19004
19156
|
srcRegionCodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
19005
19157
|
/**
|
|
19006
|
-
*
|
|
19158
|
+
* List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
|
|
19159
|
+
* Structure is documented below.
|
|
19007
19160
|
*
|
|
19008
19161
|
*
|
|
19009
19162
|
* <a name="nestedMatchLayer4Configs"></a>The `layer4Configs` block supports:
|
|
19010
19163
|
*/
|
|
19164
|
+
srcSecureTags?: pulumi.Input<pulumi.Input<inputs.compute.FirewallPolicyRuleMatchSrcSecureTag>[]>;
|
|
19165
|
+
/**
|
|
19166
|
+
* Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
|
19167
|
+
*/
|
|
19011
19168
|
srcThreatIntelligences?: pulumi.Input<pulumi.Input<string>[]>;
|
|
19012
19169
|
}
|
|
19013
19170
|
interface FirewallPolicyRuleMatchLayer4Config {
|
|
@@ -19022,6 +19179,30 @@ export declare namespace compute {
|
|
|
19022
19179
|
*/
|
|
19023
19180
|
ports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
19024
19181
|
}
|
|
19182
|
+
interface FirewallPolicyRuleMatchSrcSecureTag {
|
|
19183
|
+
/**
|
|
19184
|
+
* Name of the secure tag, created with TagManager's TagValue API.
|
|
19185
|
+
*/
|
|
19186
|
+
name?: pulumi.Input<string>;
|
|
19187
|
+
/**
|
|
19188
|
+
* (Output)
|
|
19189
|
+
* State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
|
19190
|
+
*
|
|
19191
|
+
* - - -
|
|
19192
|
+
*/
|
|
19193
|
+
state?: pulumi.Input<string>;
|
|
19194
|
+
}
|
|
19195
|
+
interface FirewallPolicyRuleTargetSecureTag {
|
|
19196
|
+
/**
|
|
19197
|
+
* Name of the secure tag, created with TagManager's TagValue API.
|
|
19198
|
+
*/
|
|
19199
|
+
name?: pulumi.Input<string>;
|
|
19200
|
+
/**
|
|
19201
|
+
* (Output)
|
|
19202
|
+
* State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.
|
|
19203
|
+
*/
|
|
19204
|
+
state?: pulumi.Input<string>;
|
|
19205
|
+
}
|
|
19025
19206
|
interface FirewallPolicyWithRulesPredefinedRule {
|
|
19026
19207
|
/**
|
|
19027
19208
|
* (Output)
|
|
@@ -21890,11 +22071,19 @@ export declare namespace compute {
|
|
|
21890
22071
|
interface InstanceGroupManagerParams {
|
|
21891
22072
|
/**
|
|
21892
22073
|
* Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
|
22074
|
+
*
|
|
22075
|
+
* - - -
|
|
21893
22076
|
*/
|
|
21894
22077
|
resourceManagerTags?: pulumi.Input<{
|
|
21895
22078
|
[key: string]: pulumi.Input<string>;
|
|
21896
22079
|
}>;
|
|
21897
22080
|
}
|
|
22081
|
+
interface InstanceGroupManagerResourcePolicies {
|
|
22082
|
+
/**
|
|
22083
|
+
* The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL.
|
|
22084
|
+
*/
|
|
22085
|
+
workloadPolicy?: pulumi.Input<string>;
|
|
22086
|
+
}
|
|
21898
22087
|
interface InstanceGroupManagerStandbyPolicy {
|
|
21899
22088
|
/**
|
|
21900
22089
|
* Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
|
|
@@ -24293,6 +24482,16 @@ export declare namespace compute {
|
|
|
24293
24482
|
*/
|
|
24294
24483
|
state?: pulumi.Input<string>;
|
|
24295
24484
|
}
|
|
24485
|
+
interface NetworkParams {
|
|
24486
|
+
/**
|
|
24487
|
+
* Resource manager tags to be bound to the network. Tag keys and values have the
|
|
24488
|
+
* same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
|
24489
|
+
* and values are in the format tagValues/456.
|
|
24490
|
+
*/
|
|
24491
|
+
resourceManagerTags?: pulumi.Input<{
|
|
24492
|
+
[key: string]: pulumi.Input<string>;
|
|
24493
|
+
}>;
|
|
24494
|
+
}
|
|
24296
24495
|
interface NodeGroupAutoscalingPolicy {
|
|
24297
24496
|
/**
|
|
24298
24497
|
* Maximum size of the node group. Set to a value less than or equal
|
|
@@ -34149,6 +34348,110 @@ export declare namespace compute {
|
|
|
34149
34348
|
*/
|
|
34150
34349
|
pfs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
34151
34350
|
}
|
|
34351
|
+
interface WireGroupEndpoint {
|
|
34352
|
+
/**
|
|
34353
|
+
* The identifier for this object. Format specified above.
|
|
34354
|
+
*/
|
|
34355
|
+
endpoint: pulumi.Input<string>;
|
|
34356
|
+
/**
|
|
34357
|
+
* Structure is documented below.
|
|
34358
|
+
*/
|
|
34359
|
+
interconnects?: pulumi.Input<pulumi.Input<inputs.compute.WireGroupEndpointInterconnect>[]>;
|
|
34360
|
+
}
|
|
34361
|
+
interface WireGroupEndpointInterconnect {
|
|
34362
|
+
/**
|
|
34363
|
+
* (Optional)
|
|
34364
|
+
*/
|
|
34365
|
+
interconnect?: pulumi.Input<string>;
|
|
34366
|
+
/**
|
|
34367
|
+
* The identifier for this object. Format specified above.
|
|
34368
|
+
*/
|
|
34369
|
+
interconnectName: pulumi.Input<string>;
|
|
34370
|
+
/**
|
|
34371
|
+
* VLAN tags for the interconnect.
|
|
34372
|
+
*/
|
|
34373
|
+
vlanTags?: pulumi.Input<pulumi.Input<number>[]>;
|
|
34374
|
+
}
|
|
34375
|
+
interface WireGroupTopology {
|
|
34376
|
+
/**
|
|
34377
|
+
* Endpoints grouped by location, each mapping to interconnect configurations.
|
|
34378
|
+
* Structure is documented below.
|
|
34379
|
+
*/
|
|
34380
|
+
endpoints?: pulumi.Input<pulumi.Input<inputs.compute.WireGroupTopologyEndpoint>[]>;
|
|
34381
|
+
}
|
|
34382
|
+
interface WireGroupTopologyEndpoint {
|
|
34383
|
+
/**
|
|
34384
|
+
* (Output)
|
|
34385
|
+
*/
|
|
34386
|
+
city?: pulumi.Input<string>;
|
|
34387
|
+
/**
|
|
34388
|
+
* (Output)
|
|
34389
|
+
*/
|
|
34390
|
+
label?: pulumi.Input<string>;
|
|
34391
|
+
}
|
|
34392
|
+
interface WireGroupWire {
|
|
34393
|
+
/**
|
|
34394
|
+
* Indicates whether the wire group is administratively enabled.
|
|
34395
|
+
*/
|
|
34396
|
+
adminEnabled?: pulumi.Input<boolean>;
|
|
34397
|
+
/**
|
|
34398
|
+
* Endpoints grouped by location, each mapping to interconnect configurations.
|
|
34399
|
+
* Structure is documented below.
|
|
34400
|
+
*/
|
|
34401
|
+
endpoints?: pulumi.Input<pulumi.Input<inputs.compute.WireGroupWireEndpoint>[]>;
|
|
34402
|
+
/**
|
|
34403
|
+
* (Output)
|
|
34404
|
+
*/
|
|
34405
|
+
label?: pulumi.Input<string>;
|
|
34406
|
+
/**
|
|
34407
|
+
* Default properties for wires within the group.
|
|
34408
|
+
* Structure is documented below.
|
|
34409
|
+
*/
|
|
34410
|
+
wireProperties?: pulumi.Input<pulumi.Input<inputs.compute.WireGroupWireWireProperty>[]>;
|
|
34411
|
+
}
|
|
34412
|
+
interface WireGroupWireEndpoint {
|
|
34413
|
+
/**
|
|
34414
|
+
* (Output)
|
|
34415
|
+
*/
|
|
34416
|
+
interconnect?: pulumi.Input<string>;
|
|
34417
|
+
/**
|
|
34418
|
+
* (Output)
|
|
34419
|
+
*/
|
|
34420
|
+
vlanTag?: pulumi.Input<number>;
|
|
34421
|
+
}
|
|
34422
|
+
interface WireGroupWireGroupProperties {
|
|
34423
|
+
/**
|
|
34424
|
+
* Type of wire group (enum).
|
|
34425
|
+
* WIRE: a single pseudowire over two Interconnect connections with no redundancy.
|
|
34426
|
+
* REDUNDANT: two pseudowires over four Interconnect connections, with two connections in one metro and two connections in another metro.
|
|
34427
|
+
* BOX_AND_CROSS: four pseudowires over four Interconnect connections, with two connections in one metro and two connections in another metro.
|
|
34428
|
+
*/
|
|
34429
|
+
type?: pulumi.Input<string>;
|
|
34430
|
+
}
|
|
34431
|
+
interface WireGroupWireProperties {
|
|
34432
|
+
/**
|
|
34433
|
+
* The unmetered bandwidth setting.
|
|
34434
|
+
*/
|
|
34435
|
+
bandwidthUnmetered?: pulumi.Input<number>;
|
|
34436
|
+
/**
|
|
34437
|
+
* Response when a fault is detected in a pseudowire:
|
|
34438
|
+
* NONE: default.
|
|
34439
|
+
* DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
|
|
34440
|
+
*/
|
|
34441
|
+
faultResponse?: pulumi.Input<string>;
|
|
34442
|
+
}
|
|
34443
|
+
interface WireGroupWireWireProperty {
|
|
34444
|
+
/**
|
|
34445
|
+
* The unmetered bandwidth setting.
|
|
34446
|
+
*/
|
|
34447
|
+
bandwidthUnmetered?: pulumi.Input<number>;
|
|
34448
|
+
/**
|
|
34449
|
+
* Response when a fault is detected in a pseudowire:
|
|
34450
|
+
* NONE: default.
|
|
34451
|
+
* DISABLE_PORT: set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
|
|
34452
|
+
*/
|
|
34453
|
+
faultResponse?: pulumi.Input<string>;
|
|
34454
|
+
}
|
|
34152
34455
|
}
|
|
34153
34456
|
export declare namespace config {
|
|
34154
34457
|
}
|
|
@@ -35361,6 +35664,11 @@ export declare namespace container {
|
|
|
35361
35664
|
type: pulumi.Input<string>;
|
|
35362
35665
|
}
|
|
35363
35666
|
interface ClusterConfidentialNodes {
|
|
35667
|
+
/**
|
|
35668
|
+
* Defines the type of technology used
|
|
35669
|
+
* by the confidential node.
|
|
35670
|
+
*/
|
|
35671
|
+
confidentialInstanceType?: pulumi.Input<string>;
|
|
35364
35672
|
/**
|
|
35365
35673
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
35366
35674
|
* enforce encryption of data in-use.
|
|
@@ -35481,6 +35789,14 @@ export declare namespace container {
|
|
|
35481
35789
|
*/
|
|
35482
35790
|
channel: pulumi.Input<string>;
|
|
35483
35791
|
}
|
|
35792
|
+
interface ClusterGkeAutoUpgradeConfig {
|
|
35793
|
+
/**
|
|
35794
|
+
* The selected patch mode.
|
|
35795
|
+
* Accepted values are:
|
|
35796
|
+
* * ACCELERATED: Upgrades to the latest available patch version in a given minor and release channel.
|
|
35797
|
+
*/
|
|
35798
|
+
patchMode: pulumi.Input<string>;
|
|
35799
|
+
}
|
|
35484
35800
|
interface ClusterIdentityServiceConfig {
|
|
35485
35801
|
/**
|
|
35486
35802
|
* Whether to enable the Identity Service component. It is disabled by default. Set `enabled=true` to enable.
|
|
@@ -36043,6 +36359,11 @@ export declare namespace container {
|
|
|
36043
36359
|
threadsPerCore: pulumi.Input<number>;
|
|
36044
36360
|
}
|
|
36045
36361
|
interface ClusterNodeConfigConfidentialNodes {
|
|
36362
|
+
/**
|
|
36363
|
+
* Defines the type of technology used
|
|
36364
|
+
* by the confidential node.
|
|
36365
|
+
*/
|
|
36366
|
+
confidentialInstanceType?: pulumi.Input<string>;
|
|
36046
36367
|
/**
|
|
36047
36368
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
36048
36369
|
* enforce encryption of data in-use.
|
|
@@ -36953,6 +37274,11 @@ export declare namespace container {
|
|
|
36953
37274
|
threadsPerCore: pulumi.Input<number>;
|
|
36954
37275
|
}
|
|
36955
37276
|
interface ClusterNodePoolNodeConfigConfidentialNodes {
|
|
37277
|
+
/**
|
|
37278
|
+
* Defines the type of technology used
|
|
37279
|
+
* by the confidential node.
|
|
37280
|
+
*/
|
|
37281
|
+
confidentialInstanceType?: pulumi.Input<string>;
|
|
36956
37282
|
/**
|
|
36957
37283
|
* Enable Confidential GKE Nodes for this cluster, to
|
|
36958
37284
|
* enforce encryption of data in-use.
|
|
@@ -37848,10 +38174,7 @@ export declare namespace container {
|
|
|
37848
38174
|
*/
|
|
37849
38175
|
preemptible?: pulumi.Input<boolean>;
|
|
37850
38176
|
/**
|
|
37851
|
-
* The
|
|
37852
|
-
* Structure is documented below.
|
|
37853
|
-
*
|
|
37854
|
-
* <a name="nestedAutoscaling"></a>The `autoscaling` block supports (either total or per zone limits are required):
|
|
38177
|
+
* The reservation affinity configuration for the node pool.
|
|
37855
38178
|
*/
|
|
37856
38179
|
reservationAffinity?: pulumi.Input<inputs.container.NodePoolNodeConfigReservationAffinity>;
|
|
37857
38180
|
/**
|
|
@@ -37926,6 +38249,10 @@ export declare namespace container {
|
|
|
37926
38249
|
threadsPerCore: pulumi.Input<number>;
|
|
37927
38250
|
}
|
|
37928
38251
|
interface NodePoolNodeConfigConfidentialNodes {
|
|
38252
|
+
/**
|
|
38253
|
+
* Defines the type of technology used by the confidential node.
|
|
38254
|
+
*/
|
|
38255
|
+
confidentialInstanceType?: pulumi.Input<string>;
|
|
37929
38256
|
/**
|
|
37930
38257
|
* Whether Confidential Nodes feature is enabled for all nodes in this pool.
|
|
37931
38258
|
*/
|
|
@@ -52435,6 +52762,89 @@ export declare namespace diagflow {
|
|
|
52435
52762
|
*/
|
|
52436
52763
|
value?: pulumi.Input<string>;
|
|
52437
52764
|
}
|
|
52765
|
+
interface CxGenerativeSettingsFallbackSettings {
|
|
52766
|
+
/**
|
|
52767
|
+
* Stored prompts that can be selected, for example default templates like "conservative" or "chatty", or user defined ones.
|
|
52768
|
+
* Structure is documented below.
|
|
52769
|
+
*/
|
|
52770
|
+
promptTemplates?: pulumi.Input<pulumi.Input<inputs.diagflow.CxGenerativeSettingsFallbackSettingsPromptTemplate>[]>;
|
|
52771
|
+
/**
|
|
52772
|
+
* Display name of the selected prompt.
|
|
52773
|
+
*/
|
|
52774
|
+
selectedPrompt?: pulumi.Input<string>;
|
|
52775
|
+
}
|
|
52776
|
+
interface CxGenerativeSettingsFallbackSettingsPromptTemplate {
|
|
52777
|
+
/**
|
|
52778
|
+
* Prompt name.
|
|
52779
|
+
*/
|
|
52780
|
+
displayName?: pulumi.Input<string>;
|
|
52781
|
+
/**
|
|
52782
|
+
* If the flag is true, the prompt is frozen and cannot be modified by users.
|
|
52783
|
+
*/
|
|
52784
|
+
frozen?: pulumi.Input<boolean>;
|
|
52785
|
+
/**
|
|
52786
|
+
* Prompt text that is sent to a LLM on no-match default, placeholders are filled downstream. For example: "Here is a conversation $conversation, a response is: "
|
|
52787
|
+
*/
|
|
52788
|
+
promptText?: pulumi.Input<string>;
|
|
52789
|
+
}
|
|
52790
|
+
interface CxGenerativeSettingsGenerativeSafetySettings {
|
|
52791
|
+
/**
|
|
52792
|
+
* Banned phrases for generated text.
|
|
52793
|
+
* Structure is documented below.
|
|
52794
|
+
*/
|
|
52795
|
+
bannedPhrases?: pulumi.Input<pulumi.Input<inputs.diagflow.CxGenerativeSettingsGenerativeSafetySettingsBannedPhrase>[]>;
|
|
52796
|
+
/**
|
|
52797
|
+
* Optional. Default phrase match strategy for banned phrases.
|
|
52798
|
+
* See [PhraseMatchStrategy](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/GenerativeSettings#phrasematchstrategy) for valid values.
|
|
52799
|
+
*/
|
|
52800
|
+
defaultBannedPhraseMatchStrategy?: pulumi.Input<string>;
|
|
52801
|
+
}
|
|
52802
|
+
interface CxGenerativeSettingsGenerativeSafetySettingsBannedPhrase {
|
|
52803
|
+
/**
|
|
52804
|
+
* Language code of the phrase.
|
|
52805
|
+
*/
|
|
52806
|
+
languageCode: pulumi.Input<string>;
|
|
52807
|
+
/**
|
|
52808
|
+
* Text input which can be used for prompt or banned phrases.
|
|
52809
|
+
*/
|
|
52810
|
+
text: pulumi.Input<string>;
|
|
52811
|
+
}
|
|
52812
|
+
interface CxGenerativeSettingsKnowledgeConnectorSettings {
|
|
52813
|
+
/**
|
|
52814
|
+
* Name of the virtual agent. Used for LLM prompt. Can be left empty.
|
|
52815
|
+
*/
|
|
52816
|
+
agent?: pulumi.Input<string>;
|
|
52817
|
+
/**
|
|
52818
|
+
* Identity of the agent, e.g. "virtual agent", "AI assistant".
|
|
52819
|
+
*/
|
|
52820
|
+
agentIdentity?: pulumi.Input<string>;
|
|
52821
|
+
/**
|
|
52822
|
+
* Agent scope, e.g. "Example company website", "internal Example company website for employees", "manual of car owner".
|
|
52823
|
+
*/
|
|
52824
|
+
agentScope?: pulumi.Input<string>;
|
|
52825
|
+
/**
|
|
52826
|
+
* Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
|
|
52827
|
+
*/
|
|
52828
|
+
business?: pulumi.Input<string>;
|
|
52829
|
+
/**
|
|
52830
|
+
* Company description, used for LLM prompt, e.g. "a family company selling freshly roasted coffee beans".``
|
|
52831
|
+
*/
|
|
52832
|
+
businessDescription?: pulumi.Input<string>;
|
|
52833
|
+
/**
|
|
52834
|
+
* Whether to disable fallback to Data Store search results (in case the LLM couldn't pick a proper answer). Per default the feature is enabled.
|
|
52835
|
+
*/
|
|
52836
|
+
disableDataStoreFallback?: pulumi.Input<boolean>;
|
|
52837
|
+
}
|
|
52838
|
+
interface CxGenerativeSettingsLlmModelSettings {
|
|
52839
|
+
/**
|
|
52840
|
+
* The selected LLM model.
|
|
52841
|
+
*/
|
|
52842
|
+
model?: pulumi.Input<string>;
|
|
52843
|
+
/**
|
|
52844
|
+
* The custom prompt to use.
|
|
52845
|
+
*/
|
|
52846
|
+
promptText?: pulumi.Input<string>;
|
|
52847
|
+
}
|
|
52438
52848
|
interface CxIntentParameter {
|
|
52439
52849
|
/**
|
|
52440
52850
|
* The entity type of the parameter.
|
|
@@ -62760,6 +63170,13 @@ export declare namespace iam {
|
|
|
62760
63170
|
*/
|
|
62761
63171
|
pemCertificate: pulumi.Input<string>;
|
|
62762
63172
|
}
|
|
63173
|
+
interface WorkloadIdentityPoolManagedIdentityAttestationRule {
|
|
63174
|
+
/**
|
|
63175
|
+
* A single workload operating on Google Cloud. For example:
|
|
63176
|
+
* `//compute.googleapis.com/projects/123/uid/zones/us-central1-a/instances/12345678`.
|
|
63177
|
+
*/
|
|
63178
|
+
googleCloudResource: pulumi.Input<string>;
|
|
63179
|
+
}
|
|
62763
63180
|
interface WorkloadIdentityPoolNamespaceOwnerService {
|
|
62764
63181
|
/**
|
|
62765
63182
|
* (Output)
|
|
@@ -81820,6 +82237,11 @@ export declare namespace spanner {
|
|
|
81820
82237
|
* Format: 'projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}'
|
|
81821
82238
|
*/
|
|
81822
82239
|
kmsKeyName?: pulumi.Input<string>;
|
|
82240
|
+
/**
|
|
82241
|
+
* Fully qualified name of the KMS keys to use to encrypt this database. The keys must exist
|
|
82242
|
+
* in the same locations as the Spanner Database.
|
|
82243
|
+
*/
|
|
82244
|
+
kmsKeyNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
81823
82245
|
}
|
|
81824
82246
|
interface BackupScheduleFullBackupSpec {
|
|
81825
82247
|
}
|
|
@@ -82803,7 +83225,15 @@ export declare namespace storage {
|
|
|
82803
83225
|
}
|
|
82804
83226
|
interface BucketIpFilter {
|
|
82805
83227
|
/**
|
|
82806
|
-
*
|
|
83228
|
+
* While set `true`, allows all service agents to access the bucket regardless of the IP filter configuration.
|
|
83229
|
+
*/
|
|
83230
|
+
allowAllServiceAgentAccess?: pulumi.Input<boolean>;
|
|
83231
|
+
/**
|
|
83232
|
+
* While set `true`, allows cross-org VPCs in the bucket's IP filter configuration.
|
|
83233
|
+
*/
|
|
83234
|
+
allowCrossOrgVpcs?: pulumi.Input<boolean>;
|
|
83235
|
+
/**
|
|
83236
|
+
* The state of the IP filter configuration. Valid values are `Enabled` and `Disabled`. When set to `Enabled`, IP filtering rules are applied to a bucket and all incoming requests to the bucket are evaluated against these rules. When set to `Disabled`, IP filtering rules are not applied to a bucket. **Note**: `allowAllServiceAgentAccess` must be supplied when `mode` is set to `Enabled`, it can be ommited for other values.
|
|
82807
83237
|
*/
|
|
82808
83238
|
mode: pulumi.Input<string>;
|
|
82809
83239
|
/**
|