@volcengine/pulumi 0.0.31 → 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/dns/backup.d.ts +10 -1
- package/dns/backup.js +10 -1
- package/dns/backup.js.map +1 -1
- package/dns/zone.d.ts +1 -1
- package/dns/zone.js +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +104 -0
- package/ebs/getMaxExtraPerformances.js +52 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -0
- package/ebs/index.d.ts +6 -0
- package/ebs/index.js +7 -1
- package/ebs/index.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +106 -0
- package/ebs/maxExtraPerformances.js +55 -0
- package/ebs/maxExtraPerformances.js.map +1 -0
- package/ebs/volume.d.ts +22 -14
- package/ebs/volume.js +7 -2
- package/ebs/volume.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +19 -3
- package/escloud_v2/escloudInstanceV2.js +19 -3
- package/escloud_v2/escloudInstanceV2.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/kafka/instance.d.ts +37 -0
- package/kafka/instance.js +37 -0
- package/kafka/instance.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/instance.d.ts +66 -11
- package/mongodb/instance.js +40 -11
- package/mongodb/instance.js.map +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 +209 -20
- package/rds_mysql/instance.js +82 -11
- 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/rds_postgresql/instance.d.ts +54 -3
- package/rds_postgresql/instance.js +54 -3
- package/rds_postgresql/instance.js.map +1 -1
- 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 +93 -2
- package/redis/instance.js +22 -1
- 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 +9274 -2000
- 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/vke/getPermissions.d.ts +137 -0
- package/vke/getPermissions.js +55 -0
- package/vke/getPermissions.js.map +1 -0
- package/vke/index.d.ts +9 -0
- package/vke/index.js +12 -1
- package/vke/index.js.map +1 -1
- package/vke/permission.d.ts +269 -0
- package/vke/permission.js +165 -0
- package/vke/permission.js.map +1 -0
- package/vke/permissions.d.ts +139 -0
- package/vke/permissions.js +58 -0
- package/vke/permissions.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 +30 -9
- package/vpc/routeEntry.js +27 -6
- package/vpc/routeEntry.js.map +1 -1
package/rds_mysql/database.d.ts
CHANGED
|
@@ -45,6 +45,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
45
45
|
* const fooDatabase = new volcengine.rds_mysql.Database("fooDatabase", {
|
|
46
46
|
* dbName: "acc-test",
|
|
47
47
|
* instanceId: fooInstance.id,
|
|
48
|
+
* dbDesc: "test-update",
|
|
48
49
|
* });
|
|
49
50
|
* ```
|
|
50
51
|
*
|
|
@@ -76,6 +77,10 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
76
77
|
* Database character set. Currently supported character sets include: utf8, utf8mb4, latin1, ascii.
|
|
77
78
|
*/
|
|
78
79
|
readonly characterSetName: pulumi.Output<string | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The description information of the database, with a length not exceeding 256 characters. This field is optional. If this field is not set, or if this field is set but the length of the description information is 0, then the description information is empty.
|
|
82
|
+
*/
|
|
83
|
+
readonly dbDesc: pulumi.Output<string | undefined>;
|
|
79
84
|
/**
|
|
80
85
|
* Name database.
|
|
81
86
|
* illustrate:
|
|
@@ -107,6 +112,10 @@ export interface DatabaseState {
|
|
|
107
112
|
* Database character set. Currently supported character sets include: utf8, utf8mb4, latin1, ascii.
|
|
108
113
|
*/
|
|
109
114
|
characterSetName?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The description information of the database, with a length not exceeding 256 characters. This field is optional. If this field is not set, or if this field is set but the length of the description information is 0, then the description information is empty.
|
|
117
|
+
*/
|
|
118
|
+
dbDesc?: pulumi.Input<string>;
|
|
110
119
|
/**
|
|
111
120
|
* Name database.
|
|
112
121
|
* illustrate:
|
|
@@ -130,6 +139,10 @@ export interface DatabaseArgs {
|
|
|
130
139
|
* Database character set. Currently supported character sets include: utf8, utf8mb4, latin1, ascii.
|
|
131
140
|
*/
|
|
132
141
|
characterSetName?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* The description information of the database, with a length not exceeding 256 characters. This field is optional. If this field is not set, or if this field is set but the length of the description information is 0, then the description information is empty.
|
|
144
|
+
*/
|
|
145
|
+
dbDesc?: pulumi.Input<string>;
|
|
133
146
|
/**
|
|
134
147
|
* Name database.
|
|
135
148
|
* illustrate:
|
package/rds_mysql/database.js
CHANGED
|
@@ -51,6 +51,7 @@ const utilities = require("../utilities");
|
|
|
51
51
|
* const fooDatabase = new volcengine.rds_mysql.Database("fooDatabase", {
|
|
52
52
|
* dbName: "acc-test",
|
|
53
53
|
* instanceId: fooInstance.id,
|
|
54
|
+
* dbDesc: "test-update",
|
|
54
55
|
* });
|
|
55
56
|
* ```
|
|
56
57
|
*
|
|
@@ -91,6 +92,7 @@ class Database extends pulumi.CustomResource {
|
|
|
91
92
|
if (opts.id) {
|
|
92
93
|
const state = argsOrState;
|
|
93
94
|
resourceInputs["characterSetName"] = state ? state.characterSetName : undefined;
|
|
95
|
+
resourceInputs["dbDesc"] = state ? state.dbDesc : undefined;
|
|
94
96
|
resourceInputs["dbName"] = state ? state.dbName : undefined;
|
|
95
97
|
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
96
98
|
}
|
|
@@ -103,6 +105,7 @@ class Database extends pulumi.CustomResource {
|
|
|
103
105
|
throw new Error("Missing required property 'instanceId'");
|
|
104
106
|
}
|
|
105
107
|
resourceInputs["characterSetName"] = args ? args.characterSetName : undefined;
|
|
108
|
+
resourceInputs["dbDesc"] = args ? args.dbDesc : undefined;
|
|
106
109
|
resourceInputs["dbName"] = args ? args.dbName : undefined;
|
|
107
110
|
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
108
111
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database.js","sourceRoot":"","sources":["../../rds_mysql/database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"database.js","sourceRoot":"","sources":["../../rds_mysql/database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyDG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAiCD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAnFL,4BAoFC;AAtEG,gBAAgB;AACO,qBAAY,GAAG,wCAAwC,CAAC"}
|
package/rds_mysql/endpoint.d.ts
CHANGED
|
@@ -12,27 +12,16 @@ import * as outputs from "../types/output";
|
|
|
12
12
|
* const foo = new volcengine.rds_mysql.Endpoint("foo", {
|
|
13
13
|
* autoAddNewNodes: true,
|
|
14
14
|
* description: "tf-test-1",
|
|
15
|
-
*
|
|
15
|
+
* dnsVisibility: false,
|
|
16
16
|
* endpointName: "tf-test-1",
|
|
17
|
-
* instanceId: "mysql-
|
|
18
|
-
* nodes: [
|
|
19
|
-
*
|
|
20
|
-
* "mysql-38c3d4f05f6e-r3b0d",
|
|
21
|
-
* ],
|
|
22
|
-
* port: 3306,
|
|
23
|
-
* readOnlyNodeDistributionType: "Custom",
|
|
17
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
18
|
+
* nodes: ["Primary"],
|
|
19
|
+
* readOnlyNodeDistributionType: "RoundRobinAuto",
|
|
24
20
|
* readOnlyNodeMaxDelayTime: 30,
|
|
25
|
-
* readOnlyNodeWeights: [
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* weight: 0,
|
|
30
|
-
* },
|
|
31
|
-
* {
|
|
32
|
-
* nodeType: "Primary",
|
|
33
|
-
* weight: 100,
|
|
34
|
-
* },
|
|
35
|
-
* ],
|
|
21
|
+
* readOnlyNodeWeights: [{
|
|
22
|
+
* nodeType: "Primary",
|
|
23
|
+
* weight: 100,
|
|
24
|
+
* }],
|
|
36
25
|
* readWriteMode: "ReadWrite",
|
|
37
26
|
* readWriteSpliting: true,
|
|
38
27
|
* });
|
|
@@ -72,6 +61,12 @@ export declare class Endpoint extends pulumi.CustomResource {
|
|
|
72
61
|
* The description of the endpoint.
|
|
73
62
|
*/
|
|
74
63
|
readonly description: pulumi.Output<string | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Values:
|
|
66
|
+
* false: Volcano Engine private network resolution (default).
|
|
67
|
+
* true: Volcano Engine private and public network resolution.
|
|
68
|
+
*/
|
|
69
|
+
readonly dnsVisibility: pulumi.Output<boolean>;
|
|
75
70
|
/**
|
|
76
71
|
* Connection address, Please note that the connection address can only modify the prefix. In one call, it is not possible to modify both the connection address prefix and the port at the same time.
|
|
77
72
|
*/
|
|
@@ -97,9 +92,7 @@ export declare class Endpoint extends pulumi.CustomResource {
|
|
|
97
92
|
*/
|
|
98
93
|
readonly port: pulumi.Output<number>;
|
|
99
94
|
/**
|
|
100
|
-
* Read weight
|
|
101
|
-
* Default: Automatically allocate weights based on specifications (default).
|
|
102
|
-
* Custom: Custom weight allocation.
|
|
95
|
+
* Read weight distribution mode. This parameter needs to be passed in when the read-write separation setting is true. When used as a request parameter in the CreateDBEndpoint and ModifyDBEndpoint interfaces, the value range is as follows: LoadSchedule: Load scheduling. RoundRobinCustom: Polling scheduling with custom weights. RoundRobinAuto: Polling scheduling with automatically allocated weights.
|
|
103
96
|
*/
|
|
104
97
|
readonly readOnlyNodeDistributionType: pulumi.Output<string>;
|
|
105
98
|
/**
|
|
@@ -115,8 +108,7 @@ export declare class Endpoint extends pulumi.CustomResource {
|
|
|
115
108
|
*/
|
|
116
109
|
readonly readWriteMode: pulumi.Output<string | undefined>;
|
|
117
110
|
/**
|
|
118
|
-
*
|
|
119
|
-
* This setting can be configured when ReadWriteMode is set to read-write, but cannot be configured when ReadWriteMode is set to read-only. This parameter only applies to the default terminal.
|
|
111
|
+
* Whether to enable read-write splitting. Values: true: Yes. Default value. false: No.
|
|
120
112
|
*/
|
|
121
113
|
readonly readWriteSpliting: pulumi.Output<boolean>;
|
|
122
114
|
/**
|
|
@@ -142,6 +134,12 @@ export interface EndpointState {
|
|
|
142
134
|
* The description of the endpoint.
|
|
143
135
|
*/
|
|
144
136
|
description?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Values:
|
|
139
|
+
* false: Volcano Engine private network resolution (default).
|
|
140
|
+
* true: Volcano Engine private and public network resolution.
|
|
141
|
+
*/
|
|
142
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
145
143
|
/**
|
|
146
144
|
* Connection address, Please note that the connection address can only modify the prefix. In one call, it is not possible to modify both the connection address prefix and the port at the same time.
|
|
147
145
|
*/
|
|
@@ -167,9 +165,7 @@ export interface EndpointState {
|
|
|
167
165
|
*/
|
|
168
166
|
port?: pulumi.Input<number>;
|
|
169
167
|
/**
|
|
170
|
-
* Read weight
|
|
171
|
-
* Default: Automatically allocate weights based on specifications (default).
|
|
172
|
-
* Custom: Custom weight allocation.
|
|
168
|
+
* Read weight distribution mode. This parameter needs to be passed in when the read-write separation setting is true. When used as a request parameter in the CreateDBEndpoint and ModifyDBEndpoint interfaces, the value range is as follows: LoadSchedule: Load scheduling. RoundRobinCustom: Polling scheduling with custom weights. RoundRobinAuto: Polling scheduling with automatically allocated weights.
|
|
173
169
|
*/
|
|
174
170
|
readOnlyNodeDistributionType?: pulumi.Input<string>;
|
|
175
171
|
/**
|
|
@@ -185,8 +181,7 @@ export interface EndpointState {
|
|
|
185
181
|
*/
|
|
186
182
|
readWriteMode?: pulumi.Input<string>;
|
|
187
183
|
/**
|
|
188
|
-
*
|
|
189
|
-
* This setting can be configured when ReadWriteMode is set to read-write, but cannot be configured when ReadWriteMode is set to read-only. This parameter only applies to the default terminal.
|
|
184
|
+
* Whether to enable read-write splitting. Values: true: Yes. Default value. false: No.
|
|
190
185
|
*/
|
|
191
186
|
readWriteSpliting?: pulumi.Input<boolean>;
|
|
192
187
|
}
|
|
@@ -204,6 +199,12 @@ export interface EndpointArgs {
|
|
|
204
199
|
* The description of the endpoint.
|
|
205
200
|
*/
|
|
206
201
|
description?: pulumi.Input<string>;
|
|
202
|
+
/**
|
|
203
|
+
* Values:
|
|
204
|
+
* false: Volcano Engine private network resolution (default).
|
|
205
|
+
* true: Volcano Engine private and public network resolution.
|
|
206
|
+
*/
|
|
207
|
+
dnsVisibility?: pulumi.Input<boolean>;
|
|
207
208
|
/**
|
|
208
209
|
* Connection address, Please note that the connection address can only modify the prefix. In one call, it is not possible to modify both the connection address prefix and the port at the same time.
|
|
209
210
|
*/
|
|
@@ -229,9 +230,7 @@ export interface EndpointArgs {
|
|
|
229
230
|
*/
|
|
230
231
|
port?: pulumi.Input<number>;
|
|
231
232
|
/**
|
|
232
|
-
* Read weight
|
|
233
|
-
* Default: Automatically allocate weights based on specifications (default).
|
|
234
|
-
* Custom: Custom weight allocation.
|
|
233
|
+
* Read weight distribution mode. This parameter needs to be passed in when the read-write separation setting is true. When used as a request parameter in the CreateDBEndpoint and ModifyDBEndpoint interfaces, the value range is as follows: LoadSchedule: Load scheduling. RoundRobinCustom: Polling scheduling with custom weights. RoundRobinAuto: Polling scheduling with automatically allocated weights.
|
|
235
234
|
*/
|
|
236
235
|
readOnlyNodeDistributionType?: pulumi.Input<string>;
|
|
237
236
|
/**
|
|
@@ -247,8 +246,7 @@ export interface EndpointArgs {
|
|
|
247
246
|
*/
|
|
248
247
|
readWriteMode?: pulumi.Input<string>;
|
|
249
248
|
/**
|
|
250
|
-
*
|
|
251
|
-
* This setting can be configured when ReadWriteMode is set to read-write, but cannot be configured when ReadWriteMode is set to read-only. This parameter only applies to the default terminal.
|
|
249
|
+
* Whether to enable read-write splitting. Values: true: Yes. Default value. false: No.
|
|
252
250
|
*/
|
|
253
251
|
readWriteSpliting?: pulumi.Input<boolean>;
|
|
254
252
|
}
|
package/rds_mysql/endpoint.js
CHANGED
|
@@ -16,27 +16,16 @@ const utilities = require("../utilities");
|
|
|
16
16
|
* const foo = new volcengine.rds_mysql.Endpoint("foo", {
|
|
17
17
|
* autoAddNewNodes: true,
|
|
18
18
|
* description: "tf-test-1",
|
|
19
|
-
*
|
|
19
|
+
* dnsVisibility: false,
|
|
20
20
|
* endpointName: "tf-test-1",
|
|
21
|
-
* instanceId: "mysql-
|
|
22
|
-
* nodes: [
|
|
23
|
-
*
|
|
24
|
-
* "mysql-38c3d4f05f6e-r3b0d",
|
|
25
|
-
* ],
|
|
26
|
-
* port: 3306,
|
|
27
|
-
* readOnlyNodeDistributionType: "Custom",
|
|
21
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
22
|
+
* nodes: ["Primary"],
|
|
23
|
+
* readOnlyNodeDistributionType: "RoundRobinAuto",
|
|
28
24
|
* readOnlyNodeMaxDelayTime: 30,
|
|
29
|
-
* readOnlyNodeWeights: [
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* weight: 0,
|
|
34
|
-
* },
|
|
35
|
-
* {
|
|
36
|
-
* nodeType: "Primary",
|
|
37
|
-
* weight: 100,
|
|
38
|
-
* },
|
|
39
|
-
* ],
|
|
25
|
+
* readOnlyNodeWeights: [{
|
|
26
|
+
* nodeType: "Primary",
|
|
27
|
+
* weight: 100,
|
|
28
|
+
* }],
|
|
40
29
|
* readWriteMode: "ReadWrite",
|
|
41
30
|
* readWriteSpliting: true,
|
|
42
31
|
* });
|
|
@@ -80,6 +69,7 @@ class Endpoint extends pulumi.CustomResource {
|
|
|
80
69
|
const state = argsOrState;
|
|
81
70
|
resourceInputs["autoAddNewNodes"] = state ? state.autoAddNewNodes : undefined;
|
|
82
71
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
72
|
+
resourceInputs["dnsVisibility"] = state ? state.dnsVisibility : undefined;
|
|
83
73
|
resourceInputs["domain"] = state ? state.domain : undefined;
|
|
84
74
|
resourceInputs["endpointId"] = state ? state.endpointId : undefined;
|
|
85
75
|
resourceInputs["endpointName"] = state ? state.endpointName : undefined;
|
|
@@ -102,6 +92,7 @@ class Endpoint extends pulumi.CustomResource {
|
|
|
102
92
|
}
|
|
103
93
|
resourceInputs["autoAddNewNodes"] = args ? args.autoAddNewNodes : undefined;
|
|
104
94
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
95
|
+
resourceInputs["dnsVisibility"] = args ? args.dnsVisibility : undefined;
|
|
105
96
|
resourceInputs["domain"] = args ? args.domain : undefined;
|
|
106
97
|
resourceInputs["endpointId"] = args ? args.endpointId : undefined;
|
|
107
98
|
resourceInputs["endpointName"] = args ? args.endpointName : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../rds_mysql/endpoint.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../rds_mysql/endpoint.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
12
|
+
* dbName: "ddd",
|
|
13
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getAccountTableColumnInfos(args: GetAccountTableColumnInfosArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTableColumnInfosResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getAccountTableColumnInfos.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetAccountTableColumnInfosArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The name of the account.
|
|
24
|
+
*/
|
|
25
|
+
accountName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the column.
|
|
28
|
+
*/
|
|
29
|
+
columnName?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the database.
|
|
32
|
+
*/
|
|
33
|
+
dbName: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specify the IP address for the account to access the database. The default value is %.
|
|
36
|
+
*/
|
|
37
|
+
host?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The id of the mysql instance.
|
|
40
|
+
*/
|
|
41
|
+
instanceId: string;
|
|
42
|
+
/**
|
|
43
|
+
* File name where to save data source results.
|
|
44
|
+
*/
|
|
45
|
+
outputFile?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Specify the number of tables in the table column permission information to be returned. If it exceeds the setting, it will be truncated.
|
|
48
|
+
*/
|
|
49
|
+
tableLimit?: number;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the table.
|
|
52
|
+
*/
|
|
53
|
+
tableName?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by getAccountTableColumnInfos.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetAccountTableColumnInfosResult {
|
|
59
|
+
readonly accountName?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the column.
|
|
62
|
+
*/
|
|
63
|
+
readonly columnName?: string;
|
|
64
|
+
readonly dbName: string;
|
|
65
|
+
readonly host?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provider-assigned unique ID for this managed resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly id: string;
|
|
70
|
+
readonly instanceId: string;
|
|
71
|
+
readonly outputFile?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The collection of query.
|
|
74
|
+
*/
|
|
75
|
+
readonly tableInfos: outputs.rds_mysql.GetAccountTableColumnInfosTableInfo[];
|
|
76
|
+
readonly tableLimit?: number;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the table.
|
|
79
|
+
*/
|
|
80
|
+
readonly tableName?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The total count of query.
|
|
83
|
+
*/
|
|
84
|
+
readonly totalCount: number;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
88
|
+
* ## Example Usage
|
|
89
|
+
*
|
|
90
|
+
* ```typescript
|
|
91
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
92
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
93
|
+
*
|
|
94
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
95
|
+
* dbName: "ddd",
|
|
96
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
97
|
+
* });
|
|
98
|
+
* ```
|
|
99
|
+
*/
|
|
100
|
+
export declare function getAccountTableColumnInfosOutput(args: GetAccountTableColumnInfosOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAccountTableColumnInfosResult>;
|
|
101
|
+
/**
|
|
102
|
+
* A collection of arguments for invoking getAccountTableColumnInfos.
|
|
103
|
+
*/
|
|
104
|
+
export interface GetAccountTableColumnInfosOutputArgs {
|
|
105
|
+
/**
|
|
106
|
+
* The name of the account.
|
|
107
|
+
*/
|
|
108
|
+
accountName?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The name of the column.
|
|
111
|
+
*/
|
|
112
|
+
columnName?: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The name of the database.
|
|
115
|
+
*/
|
|
116
|
+
dbName: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Specify the IP address for the account to access the database. The default value is %.
|
|
119
|
+
*/
|
|
120
|
+
host?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The id of the mysql instance.
|
|
123
|
+
*/
|
|
124
|
+
instanceId: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* File name where to save data source results.
|
|
127
|
+
*/
|
|
128
|
+
outputFile?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Specify the number of tables in the table column permission information to be returned. If it exceeds the setting, it will be truncated.
|
|
131
|
+
*/
|
|
132
|
+
tableLimit?: pulumi.Input<number>;
|
|
133
|
+
/**
|
|
134
|
+
* The name of the table.
|
|
135
|
+
*/
|
|
136
|
+
tableName?: pulumi.Input<string>;
|
|
137
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAccountTableColumnInfosOutput = exports.getAccountTableColumnInfos = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
17
|
+
* dbName: "ddd",
|
|
18
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getAccountTableColumnInfos(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:rds_mysql/getAccountTableColumnInfos:getAccountTableColumnInfos", {
|
|
25
|
+
"accountName": args.accountName,
|
|
26
|
+
"columnName": args.columnName,
|
|
27
|
+
"dbName": args.dbName,
|
|
28
|
+
"host": args.host,
|
|
29
|
+
"instanceId": args.instanceId,
|
|
30
|
+
"outputFile": args.outputFile,
|
|
31
|
+
"tableLimit": args.tableLimit,
|
|
32
|
+
"tableName": args.tableName,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getAccountTableColumnInfos = getAccountTableColumnInfos;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
45
|
+
* dbName: "ddd",
|
|
46
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getAccountTableColumnInfosOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => getAccountTableColumnInfos(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.getAccountTableColumnInfosOutput = getAccountTableColumnInfosOutput;
|
|
54
|
+
//# sourceMappingURL=getAccountTableColumnInfos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAccountTableColumnInfos.js","sourceRoot":"","sources":["../../rds_mysql/getAccountTableColumnInfos.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IAExG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4EAA4E,EAAE;QACvG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gEAaC;AAuED;;;;;;;;;;;;;GAaG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrF,CAAC;AAFD,4EAEC"}
|
|
@@ -9,14 +9,7 @@ import * as outputs from "../types/output";
|
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
10
|
*
|
|
11
11
|
* const foo = volcengine.rds_mysql.getBackups({
|
|
12
|
-
*
|
|
13
|
-
* backupId: "",
|
|
14
|
-
* backupMethod: "",
|
|
15
|
-
* backupStartTime: "",
|
|
16
|
-
* backupStatus: "",
|
|
17
|
-
* backupType: "",
|
|
18
|
-
* createType: "",
|
|
19
|
-
* instanceId: "",
|
|
12
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
20
13
|
* });
|
|
21
14
|
* ```
|
|
22
15
|
*/
|
|
@@ -123,14 +116,7 @@ export interface GetBackupsResult {
|
|
|
123
116
|
* import * as volcengine from "@pulumi/volcengine";
|
|
124
117
|
*
|
|
125
118
|
* const foo = volcengine.rds_mysql.getBackups({
|
|
126
|
-
*
|
|
127
|
-
* backupId: "",
|
|
128
|
-
* backupMethod: "",
|
|
129
|
-
* backupStartTime: "",
|
|
130
|
-
* backupStatus: "",
|
|
131
|
-
* backupType: "",
|
|
132
|
-
* createType: "",
|
|
133
|
-
* instanceId: "",
|
|
119
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
134
120
|
* });
|
|
135
121
|
* ```
|
|
136
122
|
*/
|
package/rds_mysql/getBackups.js
CHANGED
|
@@ -14,14 +14,7 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
15
|
*
|
|
16
16
|
* const foo = volcengine.rds_mysql.getBackups({
|
|
17
|
-
*
|
|
18
|
-
* backupId: "",
|
|
19
|
-
* backupMethod: "",
|
|
20
|
-
* backupStartTime: "",
|
|
21
|
-
* backupStatus: "",
|
|
22
|
-
* backupType: "",
|
|
23
|
-
* createType: "",
|
|
24
|
-
* instanceId: "",
|
|
17
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
25
18
|
* });
|
|
26
19
|
* ```
|
|
27
20
|
*/
|
|
@@ -50,14 +43,7 @@ exports.getBackups = getBackups;
|
|
|
50
43
|
* import * as volcengine from "@pulumi/volcengine";
|
|
51
44
|
*
|
|
52
45
|
* const foo = volcengine.rds_mysql.getBackups({
|
|
53
|
-
*
|
|
54
|
-
* backupId: "",
|
|
55
|
-
* backupMethod: "",
|
|
56
|
-
* backupStartTime: "",
|
|
57
|
-
* backupStatus: "",
|
|
58
|
-
* backupType: "",
|
|
59
|
-
* createType: "",
|
|
60
|
-
* instanceId: "",
|
|
46
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
61
47
|
* });
|
|
62
48
|
* ```
|
|
63
49
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBackups.js","sourceRoot":"","sources":["../../rds_mysql/getBackups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getBackups.js","sourceRoot":"","sources":["../../rds_mysql/getBackups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gCAeC;AAgGD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|