@volcengine/pulumi 0.0.32 → 0.0.33
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/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +22 -0
- package/ebs/getMaxExtraPerformances.js +22 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +22 -0
- package/ebs/maxExtraPerformances.js +22 -0
- package/ebs/maxExtraPerformances.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +167 -12
- package/rds_mysql/instance.js +40 -3
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +85 -1
- package/redis/instance.js +14 -0
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +8576 -1522
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +3 -3
package/types/input.d.ts
CHANGED
|
@@ -1030,19 +1030,41 @@ export declare namespace cr {
|
|
|
1030
1030
|
*/
|
|
1031
1031
|
domain?: pulumi.Input<string>;
|
|
1032
1032
|
/**
|
|
1033
|
-
* The type of registry.
|
|
1033
|
+
* The type of registry. Valid values: `Enterprise`, `Micro`. Default is `Enterprise`.
|
|
1034
1034
|
*/
|
|
1035
1035
|
type?: pulumi.Input<string>;
|
|
1036
1036
|
}
|
|
1037
|
+
interface RegistryProxyCache {
|
|
1038
|
+
/**
|
|
1039
|
+
* The endpoint of proxy cache.
|
|
1040
|
+
*/
|
|
1041
|
+
endpoint?: pulumi.Input<string>;
|
|
1042
|
+
/**
|
|
1043
|
+
* The password of proxy cache.
|
|
1044
|
+
*/
|
|
1045
|
+
password?: pulumi.Input<string>;
|
|
1046
|
+
/**
|
|
1047
|
+
* Whether to skip ssl verify.
|
|
1048
|
+
*/
|
|
1049
|
+
skipSslVerify?: pulumi.Input<boolean>;
|
|
1050
|
+
/**
|
|
1051
|
+
* The type of proxy cache. Valid values: `DockerHub`, `DockerRegistry`.
|
|
1052
|
+
*/
|
|
1053
|
+
type: pulumi.Input<string>;
|
|
1054
|
+
/**
|
|
1055
|
+
* The username of proxy cache.
|
|
1056
|
+
*/
|
|
1057
|
+
username?: pulumi.Input<string>;
|
|
1058
|
+
}
|
|
1037
1059
|
interface RegistryResourceTag {
|
|
1038
1060
|
/**
|
|
1039
1061
|
* The Key of Tags.
|
|
1040
1062
|
*/
|
|
1041
|
-
key
|
|
1063
|
+
key: pulumi.Input<string>;
|
|
1042
1064
|
/**
|
|
1043
1065
|
* The Value of Tags.
|
|
1044
1066
|
*/
|
|
1045
|
-
value
|
|
1067
|
+
value: pulumi.Input<string>;
|
|
1046
1068
|
}
|
|
1047
1069
|
interface RegistryStatus {
|
|
1048
1070
|
/**
|
|
@@ -2026,6 +2048,92 @@ export declare namespace kafka {
|
|
|
2026
2048
|
minInsyncReplicaNumber?: pulumi.Input<number>;
|
|
2027
2049
|
}
|
|
2028
2050
|
}
|
|
2051
|
+
export declare namespace kms {
|
|
2052
|
+
interface GetKeysTag {
|
|
2053
|
+
/**
|
|
2054
|
+
* The key of the tag.
|
|
2055
|
+
*/
|
|
2056
|
+
key: string;
|
|
2057
|
+
/**
|
|
2058
|
+
* The values of the tag.
|
|
2059
|
+
*/
|
|
2060
|
+
values: string[];
|
|
2061
|
+
}
|
|
2062
|
+
interface GetKeysTagArgs {
|
|
2063
|
+
/**
|
|
2064
|
+
* The key of the tag.
|
|
2065
|
+
*/
|
|
2066
|
+
key: pulumi.Input<string>;
|
|
2067
|
+
/**
|
|
2068
|
+
* The values of the tag.
|
|
2069
|
+
*/
|
|
2070
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
2071
|
+
}
|
|
2072
|
+
interface KeyMultiRegionConfiguration {
|
|
2073
|
+
/**
|
|
2074
|
+
* The type of the multi-region key.
|
|
2075
|
+
*/
|
|
2076
|
+
multiRegionKeyType?: pulumi.Input<string>;
|
|
2077
|
+
/**
|
|
2078
|
+
* Trn and region id of the primary multi-region key.
|
|
2079
|
+
*/
|
|
2080
|
+
primaryKey?: pulumi.Input<inputs.kms.KeyMultiRegionConfigurationPrimaryKey>;
|
|
2081
|
+
/**
|
|
2082
|
+
* Trn and region id of replica multi-region keys.
|
|
2083
|
+
*/
|
|
2084
|
+
replicaKeys?: pulumi.Input<pulumi.Input<inputs.kms.KeyMultiRegionConfigurationReplicaKey>[]>;
|
|
2085
|
+
}
|
|
2086
|
+
interface KeyMultiRegionConfigurationPrimaryKey {
|
|
2087
|
+
/**
|
|
2088
|
+
* The region id of multi-region key.
|
|
2089
|
+
*/
|
|
2090
|
+
region?: pulumi.Input<string>;
|
|
2091
|
+
/**
|
|
2092
|
+
* The name of the resource.
|
|
2093
|
+
*/
|
|
2094
|
+
trn?: pulumi.Input<string>;
|
|
2095
|
+
}
|
|
2096
|
+
interface KeyMultiRegionConfigurationReplicaKey {
|
|
2097
|
+
/**
|
|
2098
|
+
* The region id of multi-region key.
|
|
2099
|
+
*/
|
|
2100
|
+
region?: pulumi.Input<string>;
|
|
2101
|
+
/**
|
|
2102
|
+
* The name of the resource.
|
|
2103
|
+
*/
|
|
2104
|
+
trn?: pulumi.Input<string>;
|
|
2105
|
+
}
|
|
2106
|
+
interface KeyTag {
|
|
2107
|
+
/**
|
|
2108
|
+
* The Key of Tags.
|
|
2109
|
+
*/
|
|
2110
|
+
key: pulumi.Input<string>;
|
|
2111
|
+
/**
|
|
2112
|
+
* The Value of Tags.
|
|
2113
|
+
*/
|
|
2114
|
+
value: pulumi.Input<string>;
|
|
2115
|
+
}
|
|
2116
|
+
interface KeysTag {
|
|
2117
|
+
/**
|
|
2118
|
+
* The key of the tag.
|
|
2119
|
+
*/
|
|
2120
|
+
key: string;
|
|
2121
|
+
/**
|
|
2122
|
+
* The values of the tag.
|
|
2123
|
+
*/
|
|
2124
|
+
values: string[];
|
|
2125
|
+
}
|
|
2126
|
+
interface KeysTagArgs {
|
|
2127
|
+
/**
|
|
2128
|
+
* The key of the tag.
|
|
2129
|
+
*/
|
|
2130
|
+
key: pulumi.Input<string>;
|
|
2131
|
+
/**
|
|
2132
|
+
* The values of the tag.
|
|
2133
|
+
*/
|
|
2134
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2029
2137
|
export declare namespace mongodb {
|
|
2030
2138
|
interface AccountAccountPrivilege {
|
|
2031
2139
|
/**
|
|
@@ -2315,6 +2423,76 @@ export declare namespace organization {
|
|
|
2315
2423
|
}
|
|
2316
2424
|
}
|
|
2317
2425
|
export declare namespace private_zone {
|
|
2426
|
+
interface GetPrivateZonesTagFilter {
|
|
2427
|
+
/**
|
|
2428
|
+
* The key of the tag.
|
|
2429
|
+
*/
|
|
2430
|
+
key?: string;
|
|
2431
|
+
/**
|
|
2432
|
+
* The values of the tag.
|
|
2433
|
+
*/
|
|
2434
|
+
values?: string[];
|
|
2435
|
+
}
|
|
2436
|
+
interface GetPrivateZonesTagFilterArgs {
|
|
2437
|
+
/**
|
|
2438
|
+
* The key of the tag.
|
|
2439
|
+
*/
|
|
2440
|
+
key?: pulumi.Input<string>;
|
|
2441
|
+
/**
|
|
2442
|
+
* The values of the tag.
|
|
2443
|
+
*/
|
|
2444
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2445
|
+
}
|
|
2446
|
+
interface GetResolverEndpointsTagFilter {
|
|
2447
|
+
/**
|
|
2448
|
+
* The key of the tag.
|
|
2449
|
+
*/
|
|
2450
|
+
key?: string;
|
|
2451
|
+
/**
|
|
2452
|
+
* The values of the tag.
|
|
2453
|
+
*/
|
|
2454
|
+
values?: string[];
|
|
2455
|
+
}
|
|
2456
|
+
interface GetResolverEndpointsTagFilterArgs {
|
|
2457
|
+
/**
|
|
2458
|
+
* The key of the tag.
|
|
2459
|
+
*/
|
|
2460
|
+
key?: pulumi.Input<string>;
|
|
2461
|
+
/**
|
|
2462
|
+
* The values of the tag.
|
|
2463
|
+
*/
|
|
2464
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2465
|
+
}
|
|
2466
|
+
interface GetResolverRulesTagFilter {
|
|
2467
|
+
/**
|
|
2468
|
+
* The key of the tag.
|
|
2469
|
+
*/
|
|
2470
|
+
key?: string;
|
|
2471
|
+
/**
|
|
2472
|
+
* The values of the tag.
|
|
2473
|
+
*/
|
|
2474
|
+
values?: string[];
|
|
2475
|
+
}
|
|
2476
|
+
interface GetResolverRulesTagFilterArgs {
|
|
2477
|
+
/**
|
|
2478
|
+
* The key of the tag.
|
|
2479
|
+
*/
|
|
2480
|
+
key?: pulumi.Input<string>;
|
|
2481
|
+
/**
|
|
2482
|
+
* The values of the tag.
|
|
2483
|
+
*/
|
|
2484
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2485
|
+
}
|
|
2486
|
+
interface PrivateZoneTag {
|
|
2487
|
+
/**
|
|
2488
|
+
* The Key of Tags.
|
|
2489
|
+
*/
|
|
2490
|
+
key: pulumi.Input<string>;
|
|
2491
|
+
/**
|
|
2492
|
+
* The Value of Tags.
|
|
2493
|
+
*/
|
|
2494
|
+
value: pulumi.Input<string>;
|
|
2495
|
+
}
|
|
2318
2496
|
interface PrivateZoneVpc {
|
|
2319
2497
|
/**
|
|
2320
2498
|
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
@@ -2325,6 +2503,26 @@ export declare namespace private_zone {
|
|
|
2325
2503
|
*/
|
|
2326
2504
|
vpcId: pulumi.Input<string>;
|
|
2327
2505
|
}
|
|
2506
|
+
interface PrivateZonesTagFilter {
|
|
2507
|
+
/**
|
|
2508
|
+
* The key of the tag.
|
|
2509
|
+
*/
|
|
2510
|
+
key?: string;
|
|
2511
|
+
/**
|
|
2512
|
+
* The values of the tag.
|
|
2513
|
+
*/
|
|
2514
|
+
values?: string[];
|
|
2515
|
+
}
|
|
2516
|
+
interface PrivateZonesTagFilterArgs {
|
|
2517
|
+
/**
|
|
2518
|
+
* The key of the tag.
|
|
2519
|
+
*/
|
|
2520
|
+
key?: pulumi.Input<string>;
|
|
2521
|
+
/**
|
|
2522
|
+
* The values of the tag.
|
|
2523
|
+
*/
|
|
2524
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2525
|
+
}
|
|
2328
2526
|
interface ResolverEndpointIpConfig {
|
|
2329
2527
|
/**
|
|
2330
2528
|
* Id of the availability zone.
|
|
@@ -2339,6 +2537,36 @@ export declare namespace private_zone {
|
|
|
2339
2537
|
*/
|
|
2340
2538
|
subnetId: pulumi.Input<string>;
|
|
2341
2539
|
}
|
|
2540
|
+
interface ResolverEndpointTag {
|
|
2541
|
+
/**
|
|
2542
|
+
* The Key of Tags.
|
|
2543
|
+
*/
|
|
2544
|
+
key: pulumi.Input<string>;
|
|
2545
|
+
/**
|
|
2546
|
+
* The Value of Tags.
|
|
2547
|
+
*/
|
|
2548
|
+
value: pulumi.Input<string>;
|
|
2549
|
+
}
|
|
2550
|
+
interface ResolverEndpointsTagFilter {
|
|
2551
|
+
/**
|
|
2552
|
+
* The key of the tag.
|
|
2553
|
+
*/
|
|
2554
|
+
key?: string;
|
|
2555
|
+
/**
|
|
2556
|
+
* The values of the tag.
|
|
2557
|
+
*/
|
|
2558
|
+
values?: string[];
|
|
2559
|
+
}
|
|
2560
|
+
interface ResolverEndpointsTagFilterArgs {
|
|
2561
|
+
/**
|
|
2562
|
+
* The key of the tag.
|
|
2563
|
+
*/
|
|
2564
|
+
key?: pulumi.Input<string>;
|
|
2565
|
+
/**
|
|
2566
|
+
* The values of the tag.
|
|
2567
|
+
*/
|
|
2568
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2569
|
+
}
|
|
2342
2570
|
interface ResolverRuleForwardIp {
|
|
2343
2571
|
/**
|
|
2344
2572
|
* IP address of the external DNS server. This parameter is only valid when the Type parameter is OUTBOUND and is a required parameter.
|
|
@@ -2349,6 +2577,16 @@ export declare namespace private_zone {
|
|
|
2349
2577
|
*/
|
|
2350
2578
|
port?: pulumi.Input<number>;
|
|
2351
2579
|
}
|
|
2580
|
+
interface ResolverRuleTag {
|
|
2581
|
+
/**
|
|
2582
|
+
* The Key of Tags.
|
|
2583
|
+
*/
|
|
2584
|
+
key: pulumi.Input<string>;
|
|
2585
|
+
/**
|
|
2586
|
+
* The Value of Tags.
|
|
2587
|
+
*/
|
|
2588
|
+
value: pulumi.Input<string>;
|
|
2589
|
+
}
|
|
2352
2590
|
interface ResolverRuleVpc {
|
|
2353
2591
|
/**
|
|
2354
2592
|
* The region of the bind vpc. The default value is the region of the default provider config.
|
|
@@ -2359,6 +2597,26 @@ export declare namespace private_zone {
|
|
|
2359
2597
|
*/
|
|
2360
2598
|
vpcId: pulumi.Input<string>;
|
|
2361
2599
|
}
|
|
2600
|
+
interface ResolverRulesTagFilter {
|
|
2601
|
+
/**
|
|
2602
|
+
* The key of the tag.
|
|
2603
|
+
*/
|
|
2604
|
+
key?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
* The values of the tag.
|
|
2607
|
+
*/
|
|
2608
|
+
values?: string[];
|
|
2609
|
+
}
|
|
2610
|
+
interface ResolverRulesTagFilterArgs {
|
|
2611
|
+
/**
|
|
2612
|
+
* The key of the tag.
|
|
2613
|
+
*/
|
|
2614
|
+
key?: pulumi.Input<string>;
|
|
2615
|
+
/**
|
|
2616
|
+
* The values of the tag.
|
|
2617
|
+
*/
|
|
2618
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2619
|
+
}
|
|
2362
2620
|
}
|
|
2363
2621
|
export declare namespace privatelink {
|
|
2364
2622
|
interface VpcEndpointConnectionZone {
|
|
@@ -2649,6 +2907,44 @@ export declare namespace rds_mysql {
|
|
|
2649
2907
|
*/
|
|
2650
2908
|
dbName: pulumi.Input<string>;
|
|
2651
2909
|
}
|
|
2910
|
+
interface AccountTableColumnPrivilege {
|
|
2911
|
+
/**
|
|
2912
|
+
* Column permission information of the account.
|
|
2913
|
+
*/
|
|
2914
|
+
columnPrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountTableColumnPrivilegeColumnPrivilege>[]>;
|
|
2915
|
+
/**
|
|
2916
|
+
* Settings for table column permissions of the account.
|
|
2917
|
+
*/
|
|
2918
|
+
dbName: pulumi.Input<string>;
|
|
2919
|
+
/**
|
|
2920
|
+
* Table permission information of the account.
|
|
2921
|
+
*/
|
|
2922
|
+
tablePrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountTableColumnPrivilegeTablePrivilege>[]>;
|
|
2923
|
+
}
|
|
2924
|
+
interface AccountTableColumnPrivilegeColumnPrivilege {
|
|
2925
|
+
/**
|
|
2926
|
+
* Table privileges of the account.
|
|
2927
|
+
*/
|
|
2928
|
+
accountPrivilegeDetail?: pulumi.Input<string>;
|
|
2929
|
+
/**
|
|
2930
|
+
* The name of the column for setting permissions on the account.
|
|
2931
|
+
*/
|
|
2932
|
+
columnName: pulumi.Input<string>;
|
|
2933
|
+
/**
|
|
2934
|
+
* The name of the table for setting permissions on the account.
|
|
2935
|
+
*/
|
|
2936
|
+
tableName: pulumi.Input<string>;
|
|
2937
|
+
}
|
|
2938
|
+
interface AccountTableColumnPrivilegeTablePrivilege {
|
|
2939
|
+
/**
|
|
2940
|
+
* Table privileges of the account.
|
|
2941
|
+
*/
|
|
2942
|
+
accountPrivilegeDetail?: pulumi.Input<string>;
|
|
2943
|
+
/**
|
|
2944
|
+
* The name of the table for setting permissions on the account.
|
|
2945
|
+
*/
|
|
2946
|
+
tableName: pulumi.Input<string>;
|
|
2947
|
+
}
|
|
2652
2948
|
interface AllowlistSecurityGroupBindInfo {
|
|
2653
2949
|
/**
|
|
2654
2950
|
* The schema for the associated security group.
|
|
@@ -2672,6 +2968,26 @@ export declare namespace rds_mysql {
|
|
|
2672
2968
|
*/
|
|
2673
2969
|
tableNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2674
2970
|
}
|
|
2971
|
+
interface BackupPolicyCrossBackupPolicy {
|
|
2972
|
+
/**
|
|
2973
|
+
* Whether to enable cross-region backup.
|
|
2974
|
+
* true: Enable.
|
|
2975
|
+
* false: Disable. Default value.
|
|
2976
|
+
*/
|
|
2977
|
+
backupEnabled?: pulumi.Input<boolean>;
|
|
2978
|
+
/**
|
|
2979
|
+
* The destination region ID for cross-region backup. When the value of BackupEnabled is true, this parameter is required.
|
|
2980
|
+
*/
|
|
2981
|
+
crossBackupRegion?: pulumi.Input<string>;
|
|
2982
|
+
/**
|
|
2983
|
+
* Whether to enable cross-region log backup. true: Enable. false: Disable. Default value. Description: Cross-region log backup can only be enabled when cross-region backup is enabled.
|
|
2984
|
+
*/
|
|
2985
|
+
logBackupEnabled?: pulumi.Input<boolean>;
|
|
2986
|
+
/**
|
|
2987
|
+
* The number of days to retain cross - region backups, with a value range of 7 to 1825 days.
|
|
2988
|
+
*/
|
|
2989
|
+
retention?: pulumi.Input<number>;
|
|
2990
|
+
}
|
|
2675
2991
|
interface EndpointReadOnlyNodeWeight {
|
|
2676
2992
|
/**
|
|
2677
2993
|
* Read-only nodes require NodeId to be passed, while primary nodes do not require it.
|
|
@@ -2706,6 +3022,22 @@ export declare namespace rds_mysql {
|
|
|
2706
3022
|
*/
|
|
2707
3023
|
value: pulumi.Input<string>;
|
|
2708
3024
|
}
|
|
3025
|
+
interface InstanceAutoStorageScalingConfig {
|
|
3026
|
+
/**
|
|
3027
|
+
* Whether to enable the instance's auto - scaling function. Values:
|
|
3028
|
+
* true: Yes.
|
|
3029
|
+
* false: No. Description: When StorageConfig is used as a request parameter, if the value of EnableStorageAutoScale is false, the StorageThreshold and StorageUpperBound parameters do not need to be passed in.
|
|
3030
|
+
*/
|
|
3031
|
+
enableStorageAutoScale: pulumi.Input<boolean>;
|
|
3032
|
+
/**
|
|
3033
|
+
* The proportion of available storage space that triggers automatic expansion. The value range is 10 to 50, and the default value is 10, with the unit being %.
|
|
3034
|
+
*/
|
|
3035
|
+
storageThreshold?: pulumi.Input<number>;
|
|
3036
|
+
/**
|
|
3037
|
+
* The upper limit of the storage space that can be automatically expanded. The lower limit of the value of this field is the instance storage space + 20GB; the upper limit of the value is the upper limit of the storage space value range corresponding to the instance master node specification, with the unit being GB. For detailed information on the selectable storage space value range of different specifications, please refer to Product Specifications.
|
|
3038
|
+
*/
|
|
3039
|
+
storageUpperBound?: pulumi.Input<number>;
|
|
3040
|
+
}
|
|
2709
3041
|
interface InstanceChargeDetail {
|
|
2710
3042
|
/**
|
|
2711
3043
|
* Whether to automatically renew in prepaid scenarios.
|
|
@@ -3453,9 +3785,45 @@ export declare namespace redis {
|
|
|
3453
3785
|
*/
|
|
3454
3786
|
vpc?: pulumi.Input<string>;
|
|
3455
3787
|
}
|
|
3456
|
-
interface
|
|
3788
|
+
interface AllowListSecurityGroupBindInfo {
|
|
3457
3789
|
/**
|
|
3458
|
-
*
|
|
3790
|
+
* Security group association mode. The value range is as follows: IngressDirectionIp: The input direction IP, which is the IP involved in the TCP protocol and ALL protocol in the source address of the secure group input direction to access the database. If the source address is configured as a secure group, it will be ignored. AssociateEcsIp: Associate ECS IP, which allows cloud servers within the security group to access the database. Currently, only the IP information of the main network card is supported for import.
|
|
3791
|
+
*/
|
|
3792
|
+
bindMode?: pulumi.Input<string>;
|
|
3793
|
+
/**
|
|
3794
|
+
* The list of ips in the associated security group has been linked.
|
|
3795
|
+
*/
|
|
3796
|
+
ipLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3797
|
+
/**
|
|
3798
|
+
* The associated security group ID.
|
|
3799
|
+
*/
|
|
3800
|
+
securityGroupId?: pulumi.Input<string>;
|
|
3801
|
+
/**
|
|
3802
|
+
* The name of the associated security group.
|
|
3803
|
+
*/
|
|
3804
|
+
securityGroupName?: pulumi.Input<string>;
|
|
3805
|
+
}
|
|
3806
|
+
interface BackupBackupPointDownloadUrl {
|
|
3807
|
+
/**
|
|
3808
|
+
* The private network download address for RDB files.
|
|
3809
|
+
*/
|
|
3810
|
+
privateDownloadUrl?: pulumi.Input<string>;
|
|
3811
|
+
/**
|
|
3812
|
+
* The public network download address for RDB files.
|
|
3813
|
+
*/
|
|
3814
|
+
publicDownloadUrl?: pulumi.Input<string>;
|
|
3815
|
+
/**
|
|
3816
|
+
* RDB file size, unit: Byte.
|
|
3817
|
+
*/
|
|
3818
|
+
rdbFileSize?: pulumi.Input<number>;
|
|
3819
|
+
/**
|
|
3820
|
+
* The shard ID where the RDB file is located.
|
|
3821
|
+
*/
|
|
3822
|
+
shardId?: pulumi.Input<string>;
|
|
3823
|
+
}
|
|
3824
|
+
interface BackupInstanceInfo {
|
|
3825
|
+
/**
|
|
3826
|
+
* Id of account.
|
|
3459
3827
|
*/
|
|
3460
3828
|
accountId?: pulumi.Input<number>;
|
|
3461
3829
|
/**
|
|
@@ -3466,6 +3834,10 @@ export declare namespace redis {
|
|
|
3466
3834
|
* Charge type of instance(Postpaid/Prepaid).
|
|
3467
3835
|
*/
|
|
3468
3836
|
chargeType?: pulumi.Input<string>;
|
|
3837
|
+
/**
|
|
3838
|
+
* The status of the deletion protection function of the instance.
|
|
3839
|
+
*/
|
|
3840
|
+
deletionProtection?: pulumi.Input<string>;
|
|
3469
3841
|
/**
|
|
3470
3842
|
* Engine version of instance.
|
|
3471
3843
|
*/
|
|
@@ -3490,10 +3862,6 @@ export declare namespace redis {
|
|
|
3490
3862
|
* Network type of instance.
|
|
3491
3863
|
*/
|
|
3492
3864
|
networkType?: pulumi.Input<string>;
|
|
3493
|
-
/**
|
|
3494
|
-
* Project name of instance.
|
|
3495
|
-
*/
|
|
3496
|
-
projectName?: pulumi.Input<string>;
|
|
3497
3865
|
/**
|
|
3498
3866
|
* Id of region.
|
|
3499
3867
|
*/
|
|
@@ -3502,45 +3870,27 @@ export declare namespace redis {
|
|
|
3502
3870
|
* Count of replica in which shard.
|
|
3503
3871
|
*/
|
|
3504
3872
|
replicas?: pulumi.Input<number>;
|
|
3505
|
-
/**
|
|
3506
|
-
* Count of cpu cores of instance.
|
|
3507
|
-
*/
|
|
3508
|
-
serverCpu?: pulumi.Input<number>;
|
|
3509
3873
|
/**
|
|
3510
3874
|
* Capacity of shard.
|
|
3511
3875
|
*/
|
|
3512
3876
|
shardCapacity?: pulumi.Input<number>;
|
|
3513
3877
|
/**
|
|
3514
|
-
*
|
|
3878
|
+
* The number of shards in the instance.
|
|
3515
3879
|
*/
|
|
3516
|
-
|
|
3880
|
+
shardNumber?: pulumi.Input<number>;
|
|
3517
3881
|
/**
|
|
3518
3882
|
* Total capacity of instance.
|
|
3519
3883
|
*/
|
|
3520
3884
|
totalCapacity?: pulumi.Input<number>;
|
|
3521
3885
|
/**
|
|
3522
|
-
*
|
|
3886
|
+
* The private network ID of the instance.
|
|
3523
3887
|
*/
|
|
3524
|
-
|
|
3525
|
-
/**
|
|
3526
|
-
* Information of vpc.
|
|
3527
|
-
*/
|
|
3528
|
-
vpcInfos?: pulumi.Input<pulumi.Input<inputs.redis.BackupInstanceDetailVpcInfo>[]>;
|
|
3888
|
+
vpcId?: pulumi.Input<string>;
|
|
3529
3889
|
/**
|
|
3530
3890
|
* List of id of zone.
|
|
3531
3891
|
*/
|
|
3532
3892
|
zoneIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3533
3893
|
}
|
|
3534
|
-
interface BackupInstanceDetailVpcInfo {
|
|
3535
|
-
/**
|
|
3536
|
-
* Id of vpc.
|
|
3537
|
-
*/
|
|
3538
|
-
id?: pulumi.Input<string>;
|
|
3539
|
-
/**
|
|
3540
|
-
* Name of vpc.
|
|
3541
|
-
*/
|
|
3542
|
-
name?: pulumi.Input<string>;
|
|
3543
|
-
}
|
|
3544
3894
|
interface GetInstancesTag {
|
|
3545
3895
|
/**
|
|
3546
3896
|
* The Key of Tags.
|
|
@@ -3608,6 +3958,16 @@ export declare namespace redis {
|
|
|
3608
3958
|
*/
|
|
3609
3959
|
value: pulumi.Input<string>;
|
|
3610
3960
|
}
|
|
3961
|
+
interface ParameterGroupParamValue {
|
|
3962
|
+
/**
|
|
3963
|
+
* The parameter names that need to be included in the parameter template.
|
|
3964
|
+
*/
|
|
3965
|
+
name: pulumi.Input<string>;
|
|
3966
|
+
/**
|
|
3967
|
+
* The parameter values set for the corresponding parameters.
|
|
3968
|
+
*/
|
|
3969
|
+
value: pulumi.Input<string>;
|
|
3970
|
+
}
|
|
3611
3971
|
}
|
|
3612
3972
|
export declare namespace rocketmq {
|
|
3613
3973
|
interface GetInstancesTag {
|
|
@@ -3846,6 +4206,20 @@ export declare namespace tls {
|
|
|
3846
4206
|
*/
|
|
3847
4207
|
type: pulumi.Input<string>;
|
|
3848
4208
|
}
|
|
4209
|
+
interface EtlTaskTargetResource {
|
|
4210
|
+
/**
|
|
4211
|
+
* Customize the name of the output target, which needs to be used to refer to the output target in the data processing rules.
|
|
4212
|
+
*/
|
|
4213
|
+
alias: pulumi.Input<string>;
|
|
4214
|
+
/**
|
|
4215
|
+
* Cross-account authorized character names.
|
|
4216
|
+
*/
|
|
4217
|
+
roleTrn?: pulumi.Input<string>;
|
|
4218
|
+
/**
|
|
4219
|
+
* Log topics used for storing processed logs.
|
|
4220
|
+
*/
|
|
4221
|
+
topicId: pulumi.Input<string>;
|
|
4222
|
+
}
|
|
3849
4223
|
interface GetProjectsTag {
|
|
3850
4224
|
/**
|
|
3851
4225
|
* The Key of Tags.
|
|
@@ -3886,6 +4260,148 @@ export declare namespace tls {
|
|
|
3886
4260
|
*/
|
|
3887
4261
|
value: pulumi.Input<string>;
|
|
3888
4262
|
}
|
|
4263
|
+
interface ImportTaskImportSourceInfo {
|
|
4264
|
+
/**
|
|
4265
|
+
* TOS imports source information.
|
|
4266
|
+
*/
|
|
4267
|
+
kafkaSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoKafkaSourceInfo>;
|
|
4268
|
+
/**
|
|
4269
|
+
* TOS imports source information.
|
|
4270
|
+
*/
|
|
4271
|
+
tosSourceInfo?: pulumi.Input<inputs.tls.ImportTaskImportSourceInfoTosSourceInfo>;
|
|
4272
|
+
}
|
|
4273
|
+
interface ImportTaskImportSourceInfoKafkaSourceInfo {
|
|
4274
|
+
/**
|
|
4275
|
+
* The encoding format of the data.
|
|
4276
|
+
*/
|
|
4277
|
+
encode?: pulumi.Input<string>;
|
|
4278
|
+
/**
|
|
4279
|
+
* Kafka consumer group.
|
|
4280
|
+
*/
|
|
4281
|
+
group?: pulumi.Input<string>;
|
|
4282
|
+
/**
|
|
4283
|
+
* The service addresses corresponding to different types of Kafka clusters are different.
|
|
4284
|
+
*/
|
|
4285
|
+
host?: pulumi.Input<string>;
|
|
4286
|
+
/**
|
|
4287
|
+
* The starting position of data import.
|
|
4288
|
+
*/
|
|
4289
|
+
initialOffset?: pulumi.Input<number>;
|
|
4290
|
+
/**
|
|
4291
|
+
* When you are using the Volcano Engine Message Queue Kafka version, it should be set to the Kafka instance ID.
|
|
4292
|
+
*/
|
|
4293
|
+
instanceId?: pulumi.Input<string>;
|
|
4294
|
+
/**
|
|
4295
|
+
* Whether to enable authentication.
|
|
4296
|
+
*/
|
|
4297
|
+
isNeedAuth?: pulumi.Input<boolean>;
|
|
4298
|
+
/**
|
|
4299
|
+
* Password authentication mechanism.
|
|
4300
|
+
*/
|
|
4301
|
+
mechanism?: pulumi.Input<string>;
|
|
4302
|
+
/**
|
|
4303
|
+
* The Kafka SASL user password used for identity authentication.
|
|
4304
|
+
*/
|
|
4305
|
+
password?: pulumi.Input<string>;
|
|
4306
|
+
/**
|
|
4307
|
+
* Secure Transport protocol.
|
|
4308
|
+
*/
|
|
4309
|
+
protocol?: pulumi.Input<string>;
|
|
4310
|
+
/**
|
|
4311
|
+
* Specify the log time.
|
|
4312
|
+
*/
|
|
4313
|
+
timeSourceDefault?: pulumi.Input<number>;
|
|
4314
|
+
/**
|
|
4315
|
+
* Kafka Topic name.
|
|
4316
|
+
*/
|
|
4317
|
+
topic?: pulumi.Input<string>;
|
|
4318
|
+
/**
|
|
4319
|
+
* The Kafka SASL username used for identity authentication.
|
|
4320
|
+
*/
|
|
4321
|
+
username?: pulumi.Input<string>;
|
|
4322
|
+
}
|
|
4323
|
+
interface ImportTaskImportSourceInfoTosSourceInfo {
|
|
4324
|
+
/**
|
|
4325
|
+
* The TOS bucket where the log file is located.
|
|
4326
|
+
*/
|
|
4327
|
+
bucket?: pulumi.Input<string>;
|
|
4328
|
+
/**
|
|
4329
|
+
* The compression mode of data in the TOS bucket.
|
|
4330
|
+
*/
|
|
4331
|
+
compressType?: pulumi.Input<string>;
|
|
4332
|
+
/**
|
|
4333
|
+
* The path of the file to be imported in the TOS bucket.
|
|
4334
|
+
*/
|
|
4335
|
+
prefix?: pulumi.Input<string>;
|
|
4336
|
+
/**
|
|
4337
|
+
* The region where the TOS bucket is located. Support cross-regional data import.
|
|
4338
|
+
*/
|
|
4339
|
+
region?: pulumi.Input<string>;
|
|
4340
|
+
}
|
|
4341
|
+
interface ImportTaskTargetInfo {
|
|
4342
|
+
/**
|
|
4343
|
+
* Log extraction rules.
|
|
4344
|
+
*/
|
|
4345
|
+
extractRule?: pulumi.Input<inputs.tls.ImportTaskTargetInfoExtractRule>;
|
|
4346
|
+
/**
|
|
4347
|
+
* Log sample.
|
|
4348
|
+
*/
|
|
4349
|
+
logSample?: pulumi.Input<string>;
|
|
4350
|
+
/**
|
|
4351
|
+
* Specify the log parsing type when importing.
|
|
4352
|
+
*/
|
|
4353
|
+
logType: pulumi.Input<string>;
|
|
4354
|
+
/**
|
|
4355
|
+
* Regional ID.
|
|
4356
|
+
*/
|
|
4357
|
+
region: pulumi.Input<string>;
|
|
4358
|
+
}
|
|
4359
|
+
interface ImportTaskTargetInfoExtractRule {
|
|
4360
|
+
/**
|
|
4361
|
+
* The regular expression used to identify the first line in each log, and its matching part will serve as the beginning of the log.
|
|
4362
|
+
*/
|
|
4363
|
+
beginRegex?: pulumi.Input<string>;
|
|
4364
|
+
/**
|
|
4365
|
+
* Log delimiter.
|
|
4366
|
+
*/
|
|
4367
|
+
delimiter?: pulumi.Input<string>;
|
|
4368
|
+
/**
|
|
4369
|
+
* List of log field names (Keys).
|
|
4370
|
+
*/
|
|
4371
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4372
|
+
/**
|
|
4373
|
+
* Reference symbol. The content wrapped by the reference will not be separated but will be parsed into a complete field. It is valid if and only if the LogType is delimiter_log.
|
|
4374
|
+
*/
|
|
4375
|
+
quote?: pulumi.Input<string>;
|
|
4376
|
+
/**
|
|
4377
|
+
* The number of log lines skipped.
|
|
4378
|
+
*/
|
|
4379
|
+
skipLineCount?: pulumi.Input<number>;
|
|
4380
|
+
/**
|
|
4381
|
+
* A regular expression for extracting time, used to extract the time value in the TimeKey field and parse it into the corresponding collection time.
|
|
4382
|
+
*/
|
|
4383
|
+
timeExtractRegex?: pulumi.Input<string>;
|
|
4384
|
+
/**
|
|
4385
|
+
* The parsing format of the time field.
|
|
4386
|
+
*/
|
|
4387
|
+
timeFormat?: pulumi.Input<string>;
|
|
4388
|
+
/**
|
|
4389
|
+
* The field name of the log time field.
|
|
4390
|
+
*/
|
|
4391
|
+
timeKey?: pulumi.Input<string>;
|
|
4392
|
+
/**
|
|
4393
|
+
* Time zone, supporting both machine time zone (default) and custom time zone. Among them, the custom time zone supports GMT and UTC.
|
|
4394
|
+
*/
|
|
4395
|
+
timeZone?: pulumi.Input<string>;
|
|
4396
|
+
/**
|
|
4397
|
+
* When uploading a log that failed to parse, the key name of the parse failed log.
|
|
4398
|
+
*/
|
|
4399
|
+
unMatchLogKey?: pulumi.Input<string>;
|
|
4400
|
+
/**
|
|
4401
|
+
* Whether to upload the logs of failed parsing.
|
|
4402
|
+
*/
|
|
4403
|
+
unMatchUpLoadSwitch?: pulumi.Input<boolean>;
|
|
4404
|
+
}
|
|
3889
4405
|
interface IndexFullText {
|
|
3890
4406
|
/**
|
|
3891
4407
|
* Whether the FullTextInfo is case sensitive.
|
|
@@ -4257,6 +4773,122 @@ export declare namespace tls {
|
|
|
4257
4773
|
*/
|
|
4258
4774
|
hashKey: pulumi.Input<string>;
|
|
4259
4775
|
}
|
|
4776
|
+
interface ScheduleSqlTaskRequestCycle {
|
|
4777
|
+
/**
|
|
4778
|
+
* Cron expression. The log service specifies the timed execution of alarm tasks through the Cron expression. The minimum granularity of Cron expressions is minutes, 24 hours. For example, 0 18 * * * indicates that an alarm task is executed exactly at 18:00 every day.
|
|
4779
|
+
*/
|
|
4780
|
+
cronTab?: pulumi.Input<string>;
|
|
4781
|
+
/**
|
|
4782
|
+
* When setting the Type to Cron, the time zone also needs to be set.
|
|
4783
|
+
*/
|
|
4784
|
+
cronTimeZone?: pulumi.Input<string>;
|
|
4785
|
+
/**
|
|
4786
|
+
* The scheduling cycle or the time point of regular execution (the number of minutes away from 00:00), with a value range of 1 to 1440, and the unit is minutes.
|
|
4787
|
+
*/
|
|
4788
|
+
time: pulumi.Input<number>;
|
|
4789
|
+
/**
|
|
4790
|
+
* The type of Scheduling cycle.
|
|
4791
|
+
*/
|
|
4792
|
+
type: pulumi.Input<string>;
|
|
4793
|
+
}
|
|
4794
|
+
interface ShipperContentInfo {
|
|
4795
|
+
/**
|
|
4796
|
+
* CSV format log content configuration.
|
|
4797
|
+
*/
|
|
4798
|
+
csvInfo?: pulumi.Input<inputs.tls.ShipperContentInfoCsvInfo>;
|
|
4799
|
+
/**
|
|
4800
|
+
* Log content parsing format.
|
|
4801
|
+
*/
|
|
4802
|
+
format?: pulumi.Input<string>;
|
|
4803
|
+
/**
|
|
4804
|
+
* JSON format log content configuration.
|
|
4805
|
+
*/
|
|
4806
|
+
jsonInfo?: pulumi.Input<inputs.tls.ShipperContentInfoJsonInfo>;
|
|
4807
|
+
}
|
|
4808
|
+
interface ShipperContentInfoCsvInfo {
|
|
4809
|
+
/**
|
|
4810
|
+
* Delimiters are supported, including commas, tabs, vertical bars, semicolons, and Spaces.
|
|
4811
|
+
*/
|
|
4812
|
+
delimiter: pulumi.Input<string>;
|
|
4813
|
+
/**
|
|
4814
|
+
* When the field content contains a delimiter, use an escape character to wrap the field. Currently, only single quotes, double quotes, and null characters are supported.
|
|
4815
|
+
*/
|
|
4816
|
+
escapeChar: pulumi.Input<string>;
|
|
4817
|
+
/**
|
|
4818
|
+
* Configure the fields that need to be delivered.
|
|
4819
|
+
*/
|
|
4820
|
+
keys: pulumi.Input<pulumi.Input<string>[]>;
|
|
4821
|
+
/**
|
|
4822
|
+
* Invalid field filling content, with a length ranging from 0 to 128.
|
|
4823
|
+
*/
|
|
4824
|
+
nonFieldContent: pulumi.Input<string>;
|
|
4825
|
+
/**
|
|
4826
|
+
* Whether to print the Key on the first line.
|
|
4827
|
+
*/
|
|
4828
|
+
printHeader: pulumi.Input<boolean>;
|
|
4829
|
+
}
|
|
4830
|
+
interface ShipperContentInfoJsonInfo {
|
|
4831
|
+
/**
|
|
4832
|
+
* Enable the flag.
|
|
4833
|
+
*/
|
|
4834
|
+
enable: pulumi.Input<boolean>;
|
|
4835
|
+
/**
|
|
4836
|
+
* Whether to escape or not. It must be configured as true.
|
|
4837
|
+
*/
|
|
4838
|
+
escape?: pulumi.Input<boolean>;
|
|
4839
|
+
/**
|
|
4840
|
+
* When delivering in JSON format, if this parameter is not configured, it indicates that all fields have been delivered. Including __content__ (choice), __source__, __path__, __time__, __image_name__, __container_name__, __pod_name__, __pod_uid__, namespace, __tag____client_ip__, __tag____receive_time__.
|
|
4841
|
+
*/
|
|
4842
|
+
keys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4843
|
+
}
|
|
4844
|
+
interface ShipperKafkaShipperInfo {
|
|
4845
|
+
/**
|
|
4846
|
+
* Compression formats currently supported include snappy, gzip, lz4, and none.
|
|
4847
|
+
*/
|
|
4848
|
+
compress: pulumi.Input<string>;
|
|
4849
|
+
/**
|
|
4850
|
+
* Delivery end time, millisecond timestamp. If not configured, it will keep delivering.
|
|
4851
|
+
*/
|
|
4852
|
+
endTime?: pulumi.Input<number>;
|
|
4853
|
+
/**
|
|
4854
|
+
* Kafka instance.
|
|
4855
|
+
*/
|
|
4856
|
+
instance: pulumi.Input<string>;
|
|
4857
|
+
/**
|
|
4858
|
+
* The name of the Kafka Topic.
|
|
4859
|
+
*/
|
|
4860
|
+
kafkaTopic: pulumi.Input<string>;
|
|
4861
|
+
/**
|
|
4862
|
+
* Delivery start time, millisecond timestamp. If not configured, the default is the current time.
|
|
4863
|
+
*/
|
|
4864
|
+
startTime?: pulumi.Input<number>;
|
|
4865
|
+
}
|
|
4866
|
+
interface ShipperTosShipperInfo {
|
|
4867
|
+
/**
|
|
4868
|
+
* When choosing a TOS bucket, it must be located in the same region as the source log topic.
|
|
4869
|
+
*/
|
|
4870
|
+
bucket: pulumi.Input<string>;
|
|
4871
|
+
/**
|
|
4872
|
+
* Compression formats currently supported include snappy, gzip, lz4, and none.
|
|
4873
|
+
*/
|
|
4874
|
+
compress?: pulumi.Input<string>;
|
|
4875
|
+
/**
|
|
4876
|
+
* The delivery time interval, measured in seconds, ranges from 300 to 900.
|
|
4877
|
+
*/
|
|
4878
|
+
interval?: pulumi.Input<number>;
|
|
4879
|
+
/**
|
|
4880
|
+
* The maximum size of the original file that can be delivered to each partition (Shard), that is, the size of the uncompressed log file. The unit is MiB, and the value range is 5 to 256.
|
|
4881
|
+
*/
|
|
4882
|
+
maxSize?: pulumi.Input<number>;
|
|
4883
|
+
/**
|
|
4884
|
+
* Partition rules for delivering logs.
|
|
4885
|
+
*/
|
|
4886
|
+
partitionFormat?: pulumi.Input<string>;
|
|
4887
|
+
/**
|
|
4888
|
+
* The top-level directory name of the storage bucket. All log data delivered through this delivery configuration will be delivered to this directory.
|
|
4889
|
+
*/
|
|
4890
|
+
prefix?: pulumi.Input<string>;
|
|
4891
|
+
}
|
|
4260
4892
|
interface TopicTag {
|
|
4261
4893
|
/**
|
|
4262
4894
|
* The Key of Tags.
|
|
@@ -5682,6 +6314,232 @@ export declare namespace veenedge {
|
|
|
5682
6314
|
storageType: pulumi.Input<string>;
|
|
5683
6315
|
}
|
|
5684
6316
|
}
|
|
6317
|
+
export declare namespace vefaas {
|
|
6318
|
+
interface FunctionEnv {
|
|
6319
|
+
/**
|
|
6320
|
+
* The Key of the environment variable.
|
|
6321
|
+
*/
|
|
6322
|
+
key: pulumi.Input<string>;
|
|
6323
|
+
/**
|
|
6324
|
+
* The Value of the environment variable.
|
|
6325
|
+
*/
|
|
6326
|
+
value: pulumi.Input<string>;
|
|
6327
|
+
}
|
|
6328
|
+
interface FunctionNasStorage {
|
|
6329
|
+
/**
|
|
6330
|
+
* Whether to enable NAS storage mounting.
|
|
6331
|
+
*/
|
|
6332
|
+
enableNas: pulumi.Input<boolean>;
|
|
6333
|
+
/**
|
|
6334
|
+
* The configuration of NAS.
|
|
6335
|
+
*/
|
|
6336
|
+
nasConfigs?: pulumi.Input<pulumi.Input<inputs.vefaas.FunctionNasStorageNasConfig>[]>;
|
|
6337
|
+
}
|
|
6338
|
+
interface FunctionNasStorageNasConfig {
|
|
6339
|
+
/**
|
|
6340
|
+
* The ID of NAS file system.
|
|
6341
|
+
*/
|
|
6342
|
+
fileSystemId: pulumi.Input<string>;
|
|
6343
|
+
/**
|
|
6344
|
+
* The directory of Function local mount.
|
|
6345
|
+
*/
|
|
6346
|
+
localMountPath: pulumi.Input<string>;
|
|
6347
|
+
/**
|
|
6348
|
+
* The ID of NAS mount point.
|
|
6349
|
+
*/
|
|
6350
|
+
mountPointId: pulumi.Input<string>;
|
|
6351
|
+
/**
|
|
6352
|
+
* Remote directory of the file system.
|
|
6353
|
+
*/
|
|
6354
|
+
remotePath: pulumi.Input<string>;
|
|
6355
|
+
}
|
|
6356
|
+
interface FunctionSourceAccessConfig {
|
|
6357
|
+
/**
|
|
6358
|
+
* The image repository password.
|
|
6359
|
+
*/
|
|
6360
|
+
password: pulumi.Input<boolean>;
|
|
6361
|
+
/**
|
|
6362
|
+
* Mirror repository username.
|
|
6363
|
+
*/
|
|
6364
|
+
username: pulumi.Input<string>;
|
|
6365
|
+
}
|
|
6366
|
+
interface FunctionTlsConfig {
|
|
6367
|
+
/**
|
|
6368
|
+
* TLS log function switch.
|
|
6369
|
+
*/
|
|
6370
|
+
enableLog: pulumi.Input<boolean>;
|
|
6371
|
+
/**
|
|
6372
|
+
* The project ID of TLS log topic.
|
|
6373
|
+
*/
|
|
6374
|
+
tlsProjectId?: pulumi.Input<string>;
|
|
6375
|
+
/**
|
|
6376
|
+
* The topic ID of TLS log topic.
|
|
6377
|
+
*/
|
|
6378
|
+
tlsTopicId?: pulumi.Input<string>;
|
|
6379
|
+
}
|
|
6380
|
+
interface FunctionTosMountConfig {
|
|
6381
|
+
/**
|
|
6382
|
+
* After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
6383
|
+
*/
|
|
6384
|
+
credentials?: pulumi.Input<inputs.vefaas.FunctionTosMountConfigCredentials>;
|
|
6385
|
+
/**
|
|
6386
|
+
* Whether to enable TOS storage mounting.
|
|
6387
|
+
*/
|
|
6388
|
+
enableTos: pulumi.Input<boolean>;
|
|
6389
|
+
/**
|
|
6390
|
+
* After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
|
|
6391
|
+
*/
|
|
6392
|
+
mountPoints?: pulumi.Input<pulumi.Input<inputs.vefaas.FunctionTosMountConfigMountPoint>[]>;
|
|
6393
|
+
}
|
|
6394
|
+
interface FunctionTosMountConfigCredentials {
|
|
6395
|
+
/**
|
|
6396
|
+
* The AccessKey ID (AK) of the Volcano Engine account.
|
|
6397
|
+
*/
|
|
6398
|
+
accessKeyId: pulumi.Input<string>;
|
|
6399
|
+
/**
|
|
6400
|
+
* The Secret Access Key (SK) of the Volcano Engine account.
|
|
6401
|
+
*/
|
|
6402
|
+
secretAccessKey: pulumi.Input<string>;
|
|
6403
|
+
}
|
|
6404
|
+
interface FunctionTosMountConfigMountPoint {
|
|
6405
|
+
/**
|
|
6406
|
+
* TOS bucket.
|
|
6407
|
+
*/
|
|
6408
|
+
bucketName: pulumi.Input<string>;
|
|
6409
|
+
/**
|
|
6410
|
+
* The mounted TOS Bucket path.
|
|
6411
|
+
*/
|
|
6412
|
+
bucketPath: pulumi.Input<string>;
|
|
6413
|
+
/**
|
|
6414
|
+
* TOS Access domain name.
|
|
6415
|
+
*/
|
|
6416
|
+
endpoint: pulumi.Input<string>;
|
|
6417
|
+
/**
|
|
6418
|
+
* Function local mount directory.
|
|
6419
|
+
*/
|
|
6420
|
+
localMountPath: pulumi.Input<string>;
|
|
6421
|
+
/**
|
|
6422
|
+
* Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
|
|
6423
|
+
*/
|
|
6424
|
+
readOnly?: pulumi.Input<boolean>;
|
|
6425
|
+
}
|
|
6426
|
+
interface FunctionVpcConfig {
|
|
6427
|
+
/**
|
|
6428
|
+
* Function access to the public network switch.
|
|
6429
|
+
*/
|
|
6430
|
+
enableSharedInternetAccess?: pulumi.Input<boolean>;
|
|
6431
|
+
/**
|
|
6432
|
+
* Whether the function enables private network access.
|
|
6433
|
+
*/
|
|
6434
|
+
enableVpc: pulumi.Input<boolean>;
|
|
6435
|
+
/**
|
|
6436
|
+
* The ID of security group.
|
|
6437
|
+
*/
|
|
6438
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6439
|
+
/**
|
|
6440
|
+
* The ID of subnet.
|
|
6441
|
+
*/
|
|
6442
|
+
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6443
|
+
/**
|
|
6444
|
+
* The ID of VPC.
|
|
6445
|
+
*/
|
|
6446
|
+
vpcId?: pulumi.Input<string>;
|
|
6447
|
+
}
|
|
6448
|
+
interface GetReleasesFilter {
|
|
6449
|
+
/**
|
|
6450
|
+
* Filter key enumeration.
|
|
6451
|
+
*/
|
|
6452
|
+
name?: string;
|
|
6453
|
+
/**
|
|
6454
|
+
* The filtering value of the query.
|
|
6455
|
+
*/
|
|
6456
|
+
values?: string[];
|
|
6457
|
+
}
|
|
6458
|
+
interface GetReleasesFilterArgs {
|
|
6459
|
+
/**
|
|
6460
|
+
* Filter key enumeration.
|
|
6461
|
+
*/
|
|
6462
|
+
name?: pulumi.Input<string>;
|
|
6463
|
+
/**
|
|
6464
|
+
* The filtering value of the query.
|
|
6465
|
+
*/
|
|
6466
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6467
|
+
}
|
|
6468
|
+
interface GetReleasesOrderBy {
|
|
6469
|
+
/**
|
|
6470
|
+
* Whether the sorting result is sorted in ascending order.
|
|
6471
|
+
*/
|
|
6472
|
+
ascend?: boolean;
|
|
6473
|
+
/**
|
|
6474
|
+
* Key names used for sorting.
|
|
6475
|
+
*/
|
|
6476
|
+
key?: string;
|
|
6477
|
+
}
|
|
6478
|
+
interface GetReleasesOrderByArgs {
|
|
6479
|
+
/**
|
|
6480
|
+
* Whether the sorting result is sorted in ascending order.
|
|
6481
|
+
*/
|
|
6482
|
+
ascend?: pulumi.Input<boolean>;
|
|
6483
|
+
/**
|
|
6484
|
+
* Key names used for sorting.
|
|
6485
|
+
*/
|
|
6486
|
+
key?: pulumi.Input<string>;
|
|
6487
|
+
}
|
|
6488
|
+
interface KafkaTriggerKafkaCredentials {
|
|
6489
|
+
/**
|
|
6490
|
+
* Kafka authentication mechanism.
|
|
6491
|
+
*/
|
|
6492
|
+
mechanism: pulumi.Input<string>;
|
|
6493
|
+
/**
|
|
6494
|
+
* The SASL/PLAIN user password set when creating a Kafka instance.
|
|
6495
|
+
*/
|
|
6496
|
+
password: pulumi.Input<string>;
|
|
6497
|
+
/**
|
|
6498
|
+
* The SASL/PLAIN user name set when creating a Kafka instance.
|
|
6499
|
+
*/
|
|
6500
|
+
username: pulumi.Input<string>;
|
|
6501
|
+
}
|
|
6502
|
+
interface ReleasesFilter {
|
|
6503
|
+
/**
|
|
6504
|
+
* Filter key enumeration.
|
|
6505
|
+
*/
|
|
6506
|
+
name?: string;
|
|
6507
|
+
/**
|
|
6508
|
+
* The filtering value of the query.
|
|
6509
|
+
*/
|
|
6510
|
+
values?: string[];
|
|
6511
|
+
}
|
|
6512
|
+
interface ReleasesFilterArgs {
|
|
6513
|
+
/**
|
|
6514
|
+
* Filter key enumeration.
|
|
6515
|
+
*/
|
|
6516
|
+
name?: pulumi.Input<string>;
|
|
6517
|
+
/**
|
|
6518
|
+
* The filtering value of the query.
|
|
6519
|
+
*/
|
|
6520
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6521
|
+
}
|
|
6522
|
+
interface ReleasesOrderBy {
|
|
6523
|
+
/**
|
|
6524
|
+
* Whether the sorting result is sorted in ascending order.
|
|
6525
|
+
*/
|
|
6526
|
+
ascend?: boolean;
|
|
6527
|
+
/**
|
|
6528
|
+
* Key names used for sorting.
|
|
6529
|
+
*/
|
|
6530
|
+
key?: string;
|
|
6531
|
+
}
|
|
6532
|
+
interface ReleasesOrderByArgs {
|
|
6533
|
+
/**
|
|
6534
|
+
* Whether the sorting result is sorted in ascending order.
|
|
6535
|
+
*/
|
|
6536
|
+
ascend?: pulumi.Input<boolean>;
|
|
6537
|
+
/**
|
|
6538
|
+
* Key names used for sorting.
|
|
6539
|
+
*/
|
|
6540
|
+
key?: pulumi.Input<string>;
|
|
6541
|
+
}
|
|
6542
|
+
}
|
|
5685
6543
|
export declare namespace vepfs {
|
|
5686
6544
|
interface FileSystemTag {
|
|
5687
6545
|
/**
|
|
@@ -6662,6 +7520,224 @@ export declare namespace vke {
|
|
|
6662
7520
|
phase?: pulumi.Input<string>;
|
|
6663
7521
|
}
|
|
6664
7522
|
}
|
|
7523
|
+
export declare namespace vmp {
|
|
7524
|
+
interface AlertingRuleAnnotation {
|
|
7525
|
+
/**
|
|
7526
|
+
* The name of the annotation.
|
|
7527
|
+
*/
|
|
7528
|
+
name: pulumi.Input<string>;
|
|
7529
|
+
/**
|
|
7530
|
+
* The value of the annotation.
|
|
7531
|
+
*/
|
|
7532
|
+
value: pulumi.Input<string>;
|
|
7533
|
+
}
|
|
7534
|
+
interface AlertingRuleLabel {
|
|
7535
|
+
/**
|
|
7536
|
+
* The name of the label.
|
|
7537
|
+
*/
|
|
7538
|
+
name: pulumi.Input<string>;
|
|
7539
|
+
/**
|
|
7540
|
+
* The value of the label.
|
|
7541
|
+
*/
|
|
7542
|
+
value: pulumi.Input<string>;
|
|
7543
|
+
}
|
|
7544
|
+
interface AlertingRuleLevel {
|
|
7545
|
+
/**
|
|
7546
|
+
* The comparator of the vmp alerting rule. Valid values: `>`, `>=`, `<`, `<=`, `==`, `!=`.
|
|
7547
|
+
*/
|
|
7548
|
+
comparator: pulumi.Input<string>;
|
|
7549
|
+
/**
|
|
7550
|
+
* The duration of the alerting rule. Valid values: `0s`, `1m`, `2m`, `5m`, `10m`.
|
|
7551
|
+
*/
|
|
7552
|
+
for: pulumi.Input<string>;
|
|
7553
|
+
/**
|
|
7554
|
+
* The level of the vmp alerting rule. Valid values: `P0`, `P1`, `P2`. The value of this field cannot be duplicate.
|
|
7555
|
+
*/
|
|
7556
|
+
level: pulumi.Input<string>;
|
|
7557
|
+
/**
|
|
7558
|
+
* The threshold of the vmp alerting rule.
|
|
7559
|
+
*/
|
|
7560
|
+
threshold: pulumi.Input<number>;
|
|
7561
|
+
}
|
|
7562
|
+
interface AlertingRuleQuery {
|
|
7563
|
+
/**
|
|
7564
|
+
* The prom ql of query.
|
|
7565
|
+
*/
|
|
7566
|
+
promQl: pulumi.Input<string>;
|
|
7567
|
+
/**
|
|
7568
|
+
* The id of the workspace.
|
|
7569
|
+
*/
|
|
7570
|
+
workspaceId: pulumi.Input<string>;
|
|
7571
|
+
}
|
|
7572
|
+
interface ContactDingTalkBotWebhook {
|
|
7573
|
+
/**
|
|
7574
|
+
* The address of webhook.
|
|
7575
|
+
*/
|
|
7576
|
+
address: pulumi.Input<string>;
|
|
7577
|
+
/**
|
|
7578
|
+
* The mobiles of user.
|
|
7579
|
+
*/
|
|
7580
|
+
atMobiles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7581
|
+
/**
|
|
7582
|
+
* The ids of user.
|
|
7583
|
+
*/
|
|
7584
|
+
atUserIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7585
|
+
/**
|
|
7586
|
+
* The secret key of webhook.
|
|
7587
|
+
*/
|
|
7588
|
+
secretKey?: pulumi.Input<string>;
|
|
7589
|
+
}
|
|
7590
|
+
interface ContactLarkBotWebhook {
|
|
7591
|
+
/**
|
|
7592
|
+
* The address of webhook.
|
|
7593
|
+
*/
|
|
7594
|
+
address: pulumi.Input<string>;
|
|
7595
|
+
/**
|
|
7596
|
+
* The secret key of webhook.
|
|
7597
|
+
*/
|
|
7598
|
+
secretKey?: pulumi.Input<string>;
|
|
7599
|
+
}
|
|
7600
|
+
interface ContactPhoneNumber {
|
|
7601
|
+
/**
|
|
7602
|
+
* The country code of phone number. The value is `+86`.
|
|
7603
|
+
*/
|
|
7604
|
+
countryCode: pulumi.Input<string>;
|
|
7605
|
+
/**
|
|
7606
|
+
* The number of phone number.
|
|
7607
|
+
*/
|
|
7608
|
+
number: pulumi.Input<string>;
|
|
7609
|
+
}
|
|
7610
|
+
interface ContactWeComBotWebhook {
|
|
7611
|
+
/**
|
|
7612
|
+
* The address of webhook.
|
|
7613
|
+
*/
|
|
7614
|
+
address: pulumi.Input<string>;
|
|
7615
|
+
/**
|
|
7616
|
+
* The ids of user.
|
|
7617
|
+
*/
|
|
7618
|
+
atUserIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7619
|
+
}
|
|
7620
|
+
interface ContactWebhook {
|
|
7621
|
+
/**
|
|
7622
|
+
* The address of webhook.
|
|
7623
|
+
*/
|
|
7624
|
+
address: pulumi.Input<string>;
|
|
7625
|
+
/**
|
|
7626
|
+
* The token of webhook.
|
|
7627
|
+
*/
|
|
7628
|
+
token?: pulumi.Input<string>;
|
|
7629
|
+
}
|
|
7630
|
+
interface GetWorkspacesTag {
|
|
7631
|
+
/**
|
|
7632
|
+
* The Key of Tags.
|
|
7633
|
+
*/
|
|
7634
|
+
key: string;
|
|
7635
|
+
/**
|
|
7636
|
+
* The Value of Tags.
|
|
7637
|
+
*/
|
|
7638
|
+
values: string[];
|
|
7639
|
+
}
|
|
7640
|
+
interface GetWorkspacesTagArgs {
|
|
7641
|
+
/**
|
|
7642
|
+
* The Key of Tags.
|
|
7643
|
+
*/
|
|
7644
|
+
key: pulumi.Input<string>;
|
|
7645
|
+
/**
|
|
7646
|
+
* The Value of Tags.
|
|
7647
|
+
*/
|
|
7648
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
7649
|
+
}
|
|
7650
|
+
interface NotifyGroupPolicyLevel {
|
|
7651
|
+
/**
|
|
7652
|
+
* The aggregate dimension, the value can be `__rule__`.
|
|
7653
|
+
*/
|
|
7654
|
+
groupBies: pulumi.Input<pulumi.Input<string>[]>;
|
|
7655
|
+
/**
|
|
7656
|
+
* The aggregation cycle. Integer form, unit is second.
|
|
7657
|
+
*/
|
|
7658
|
+
groupInterval: pulumi.Input<string>;
|
|
7659
|
+
/**
|
|
7660
|
+
* The wait time. Integer form, unit is second.
|
|
7661
|
+
*/
|
|
7662
|
+
groupWait: pulumi.Input<string>;
|
|
7663
|
+
/**
|
|
7664
|
+
* The level of the policy, the value can be one of the following: `P0`, `P1`, `P2`.
|
|
7665
|
+
*/
|
|
7666
|
+
level: pulumi.Input<string>;
|
|
7667
|
+
/**
|
|
7668
|
+
* The notification cycle. Integer form, unit is second.
|
|
7669
|
+
*/
|
|
7670
|
+
repeatInterval: pulumi.Input<string>;
|
|
7671
|
+
}
|
|
7672
|
+
interface NotifyPolicyLevel {
|
|
7673
|
+
/**
|
|
7674
|
+
* The alarm notification method of the alarm notification policy, the optional value can be `Email`, `Webhook`, `LarkBotWebhook`, `DingTalkBotWebhook`, `WeComBotWebhook`.
|
|
7675
|
+
*/
|
|
7676
|
+
channels: pulumi.Input<pulumi.Input<string>[]>;
|
|
7677
|
+
/**
|
|
7678
|
+
* The contact group for the alarm notification policy.
|
|
7679
|
+
*/
|
|
7680
|
+
contactGroupIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
7681
|
+
/**
|
|
7682
|
+
* The level of the policy, the value can be one of the following: `P0`, `P1`, `P2`.
|
|
7683
|
+
*/
|
|
7684
|
+
level: pulumi.Input<string>;
|
|
7685
|
+
/**
|
|
7686
|
+
* The resolved alarm notification method of the alarm notification policy, the optional value can be `Email`, `Webhook`, `LarkBotWebhook`, `DingTalkBotWebhook`, `WeComBotWebhook`.
|
|
7687
|
+
*/
|
|
7688
|
+
resolvedChannels?: pulumi.Input<pulumi.Input<string>[]>;
|
|
7689
|
+
}
|
|
7690
|
+
interface NotifyTemplateActive {
|
|
7691
|
+
/**
|
|
7692
|
+
* The content of notify template.
|
|
7693
|
+
*/
|
|
7694
|
+
content: pulumi.Input<string>;
|
|
7695
|
+
/**
|
|
7696
|
+
* The title of notify template.
|
|
7697
|
+
*/
|
|
7698
|
+
title: pulumi.Input<string>;
|
|
7699
|
+
}
|
|
7700
|
+
interface NotifyTemplateResolved {
|
|
7701
|
+
/**
|
|
7702
|
+
* The content of notify template.
|
|
7703
|
+
*/
|
|
7704
|
+
content: pulumi.Input<string>;
|
|
7705
|
+
/**
|
|
7706
|
+
* The title of notify template.
|
|
7707
|
+
*/
|
|
7708
|
+
title: pulumi.Input<string>;
|
|
7709
|
+
}
|
|
7710
|
+
interface WorkspaceTag {
|
|
7711
|
+
/**
|
|
7712
|
+
* The Key of Tags.
|
|
7713
|
+
*/
|
|
7714
|
+
key: pulumi.Input<string>;
|
|
7715
|
+
/**
|
|
7716
|
+
* The Value of Tags.
|
|
7717
|
+
*/
|
|
7718
|
+
value: pulumi.Input<string>;
|
|
7719
|
+
}
|
|
7720
|
+
interface WorkspacesTag {
|
|
7721
|
+
/**
|
|
7722
|
+
* The Key of Tags.
|
|
7723
|
+
*/
|
|
7724
|
+
key: string;
|
|
7725
|
+
/**
|
|
7726
|
+
* The Value of Tags.
|
|
7727
|
+
*/
|
|
7728
|
+
values: string[];
|
|
7729
|
+
}
|
|
7730
|
+
interface WorkspacesTagArgs {
|
|
7731
|
+
/**
|
|
7732
|
+
* The Key of Tags.
|
|
7733
|
+
*/
|
|
7734
|
+
key: pulumi.Input<string>;
|
|
7735
|
+
/**
|
|
7736
|
+
* The Value of Tags.
|
|
7737
|
+
*/
|
|
7738
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
7739
|
+
}
|
|
7740
|
+
}
|
|
6665
7741
|
export declare namespace vpc {
|
|
6666
7742
|
interface GetHaVipsTag {
|
|
6667
7743
|
/**
|