@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
|
@@ -0,0 +1,64 @@
|
|
|
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 rabbitmq regions
|
|
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.rabbitmq.getRegions({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
/** @deprecated volcengine.rabbitmq.Regions has been deprecated in favor of volcengine.rabbitmq.getRegions */
|
|
15
|
+
export declare function regions(args?: RegionsArgs, opts?: pulumi.InvokeOptions): Promise<RegionsResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking Regions.
|
|
18
|
+
*/
|
|
19
|
+
export interface RegionsArgs {
|
|
20
|
+
/**
|
|
21
|
+
* File name where to save data source results.
|
|
22
|
+
*/
|
|
23
|
+
outputFile?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A collection of values returned by Regions.
|
|
27
|
+
*/
|
|
28
|
+
export interface RegionsResult {
|
|
29
|
+
/**
|
|
30
|
+
* The provider-assigned unique ID for this managed resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
readonly outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The collection of query.
|
|
36
|
+
*/
|
|
37
|
+
readonly regions: outputs.rabbitmq.RegionsRegion[];
|
|
38
|
+
/**
|
|
39
|
+
* The total count of query.
|
|
40
|
+
*/
|
|
41
|
+
readonly totalCount: number;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Use this data source to query detailed information of rabbitmq regions
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
50
|
+
*
|
|
51
|
+
* const foo = volcengine.rabbitmq.getRegions({});
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
/** @deprecated volcengine.rabbitmq.Regions has been deprecated in favor of volcengine.rabbitmq.getRegions */
|
|
55
|
+
export declare function regionsOutput(args?: RegionsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<RegionsResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking Regions.
|
|
58
|
+
*/
|
|
59
|
+
export interface RegionsOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* File name where to save data source results.
|
|
62
|
+
*/
|
|
63
|
+
outputFile?: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.regionsOutput = exports.regions = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of rabbitmq regions
|
|
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.rabbitmq.getRegions({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
/** @deprecated volcengine.rabbitmq.Regions has been deprecated in favor of volcengine.rabbitmq.getRegions */
|
|
20
|
+
function regions(args, opts) {
|
|
21
|
+
pulumi.log.warn("regions is deprecated: volcengine.rabbitmq.Regions has been deprecated in favor of volcengine.rabbitmq.getRegions");
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:rabbitmq/regions:Regions", {
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.regions = regions;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of rabbitmq regions
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const foo = volcengine.rabbitmq.getRegions({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
/** @deprecated volcengine.rabbitmq.Regions has been deprecated in favor of volcengine.rabbitmq.getRegions */
|
|
41
|
+
function regionsOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply((a) => regions(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.regionsOutput = regionsOutput;
|
|
45
|
+
//# sourceMappingURL=regions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"regions.js","sourceRoot":"","sources":["../../rabbitmq/regions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,6GAA6G;AAC7G,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,mHAAmH,CAAC,CAAA;IACpI,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,qCAAqC,EAAE;QAChE,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AA8BD;;;;;;;;;;GAUG;AACH,6GAA6G;AAC7G,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
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 rabbitmq zones
|
|
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.rabbitmq.getZones({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
/** @deprecated volcengine.rabbitmq.Zones has been deprecated in favor of volcengine.rabbitmq.getZones */
|
|
15
|
+
export declare function zones(args?: ZonesArgs, opts?: pulumi.InvokeOptions): Promise<ZonesResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking Zones.
|
|
18
|
+
*/
|
|
19
|
+
export interface ZonesArgs {
|
|
20
|
+
/**
|
|
21
|
+
* File name where to save data source results.
|
|
22
|
+
*/
|
|
23
|
+
outputFile?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A collection of values returned by Zones.
|
|
27
|
+
*/
|
|
28
|
+
export interface ZonesResult {
|
|
29
|
+
/**
|
|
30
|
+
* The provider-assigned unique ID for this managed resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
readonly outputFile?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The total count of query.
|
|
36
|
+
*/
|
|
37
|
+
readonly totalCount: number;
|
|
38
|
+
/**
|
|
39
|
+
* The collection of query.
|
|
40
|
+
*/
|
|
41
|
+
readonly zones: outputs.rabbitmq.ZonesZone[];
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Use this data source to query detailed information of rabbitmq zones
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
50
|
+
*
|
|
51
|
+
* const foo = volcengine.rabbitmq.getZones({});
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
/** @deprecated volcengine.rabbitmq.Zones has been deprecated in favor of volcengine.rabbitmq.getZones */
|
|
55
|
+
export declare function zonesOutput(args?: ZonesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ZonesResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking Zones.
|
|
58
|
+
*/
|
|
59
|
+
export interface ZonesOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* File name where to save data source results.
|
|
62
|
+
*/
|
|
63
|
+
outputFile?: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.zonesOutput = exports.zones = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of rabbitmq zones
|
|
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.rabbitmq.getZones({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
/** @deprecated volcengine.rabbitmq.Zones has been deprecated in favor of volcengine.rabbitmq.getZones */
|
|
20
|
+
function zones(args, opts) {
|
|
21
|
+
pulumi.log.warn("zones is deprecated: volcengine.rabbitmq.Zones has been deprecated in favor of volcengine.rabbitmq.getZones");
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:rabbitmq/zones:Zones", {
|
|
25
|
+
"outputFile": args.outputFile,
|
|
26
|
+
}, opts);
|
|
27
|
+
}
|
|
28
|
+
exports.zones = zones;
|
|
29
|
+
/**
|
|
30
|
+
* Use this data source to query detailed information of rabbitmq zones
|
|
31
|
+
* ## Example Usage
|
|
32
|
+
*
|
|
33
|
+
* ```typescript
|
|
34
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
36
|
+
*
|
|
37
|
+
* const foo = volcengine.rabbitmq.getZones({});
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
/** @deprecated volcengine.rabbitmq.Zones has been deprecated in favor of volcengine.rabbitmq.getZones */
|
|
41
|
+
function zonesOutput(args, opts) {
|
|
42
|
+
return pulumi.output(args).apply((a) => zones(a, opts));
|
|
43
|
+
}
|
|
44
|
+
exports.zonesOutput = zonesOutput;
|
|
45
|
+
//# sourceMappingURL=zones.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zones.js","sourceRoot":"","sources":["../../rabbitmq/zones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,yGAAyG;AACzG,SAAgB,KAAK,CAAC,IAAgB,EAAE,IAA2B;IAC/D,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,6GAA6G,CAAC,CAAA;IAC9H,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,iCAAiC,EAAE;QAC5D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sBAQC;AA8BD;;;;;;;;;;GAUG;AACH,yGAAyG;AACzG,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,kCAEC"}
|
package/rds_mysql/account.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ import * as outputs from "../types/output";
|
|
|
48
48
|
* dbName: "acc-test-db1",
|
|
49
49
|
* instanceId: fooInstance.id,
|
|
50
50
|
* });
|
|
51
|
+
* //instance_id = "mysql-b51d37110dd1"
|
|
51
52
|
* const fooDatabase = new volcengine.rds_mysql.Database("fooDatabase", {
|
|
52
53
|
* dbName: "acc-test-db",
|
|
53
54
|
* instanceId: fooInstance.id,
|
|
@@ -68,7 +69,20 @@ import * as outputs from "../types/output";
|
|
|
68
69
|
* accountPrivilege: "DDLOnly",
|
|
69
70
|
* },
|
|
70
71
|
* ],
|
|
72
|
+
* host: "192.10.10.%",
|
|
71
73
|
* });
|
|
74
|
+
* // table_column_privileges {
|
|
75
|
+
* // db_name = volcengine_rds_mysql_database.foo.db_name
|
|
76
|
+
* // table_privileges {
|
|
77
|
+
* // table_name = "test"
|
|
78
|
+
* // account_privilege_detail = "SELECT,INSERT,UPDATE"
|
|
79
|
+
* // }
|
|
80
|
+
* // column_privileges {
|
|
81
|
+
* // table_name = "test"
|
|
82
|
+
* // column_name = "test"
|
|
83
|
+
* // account_privilege_detail = "SELECT,INSERT,UPDATE"
|
|
84
|
+
* // }
|
|
85
|
+
* // }
|
|
72
86
|
* ```
|
|
73
87
|
*
|
|
74
88
|
* ## Import
|
|
@@ -95,6 +109,10 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
95
109
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
96
110
|
*/
|
|
97
111
|
static isInstance(obj: any): obj is Account;
|
|
112
|
+
/**
|
|
113
|
+
* Account information description. The length should not exceed 256 characters.
|
|
114
|
+
*/
|
|
115
|
+
readonly accountDesc: pulumi.Output<string | undefined>;
|
|
98
116
|
/**
|
|
99
117
|
* Database account name. The rules are as follows:
|
|
100
118
|
* Unique name.
|
|
@@ -114,7 +132,7 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
114
132
|
*/
|
|
115
133
|
readonly accountPassword: pulumi.Output<string>;
|
|
116
134
|
/**
|
|
117
|
-
* The privilege information of account.
|
|
135
|
+
* The privilege information of account. Due to differences in the return structure of the query interface, it is necessary to use lifecycleIgnore to suppress changes when creating Global permissions.
|
|
118
136
|
*/
|
|
119
137
|
readonly accountPrivileges: pulumi.Output<outputs.rds_mysql.AccountAccountPrivilege[] | undefined>;
|
|
120
138
|
/**
|
|
@@ -123,10 +141,18 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
123
141
|
* Normal: An account with ordinary privileges.
|
|
124
142
|
*/
|
|
125
143
|
readonly accountType: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Specify the IP address for the account to access the database. The default value is %. If the Host is specified as %, the account is allowed to access the database from any IP address. Wildcards are supported for setting the IP address range that can access the database. For example, if the Host is specified as 192.10.10.%, it means the account can access the database from IP addresses between 192.10.10.0 and 192.10.10.255. The specified Host needs to be added to the whitelist bound to the instance, otherwise the instance cannot be accessed normally. The ModifyAllowList interface can be called to add the Host to the whitelist. Note: If the created account type is a high-privilege account, the host IP can only be specified as %. That is, when the value of AccountType is Super, the value of Host can only be %.
|
|
146
|
+
*/
|
|
147
|
+
readonly host: pulumi.Output<string>;
|
|
126
148
|
/**
|
|
127
149
|
* The ID of the RDS instance.
|
|
128
150
|
*/
|
|
129
151
|
readonly instanceId: pulumi.Output<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Settings for table column permissions of the account.
|
|
154
|
+
*/
|
|
155
|
+
readonly tableColumnPrivileges: pulumi.Output<outputs.rds_mysql.AccountTableColumnPrivilege[] | undefined>;
|
|
130
156
|
/**
|
|
131
157
|
* Create a Account resource with the given unique name, arguments, and options.
|
|
132
158
|
*
|
|
@@ -140,6 +166,10 @@ export declare class Account extends pulumi.CustomResource {
|
|
|
140
166
|
* Input properties used for looking up and filtering Account resources.
|
|
141
167
|
*/
|
|
142
168
|
export interface AccountState {
|
|
169
|
+
/**
|
|
170
|
+
* Account information description. The length should not exceed 256 characters.
|
|
171
|
+
*/
|
|
172
|
+
accountDesc?: pulumi.Input<string>;
|
|
143
173
|
/**
|
|
144
174
|
* Database account name. The rules are as follows:
|
|
145
175
|
* Unique name.
|
|
@@ -159,7 +189,7 @@ export interface AccountState {
|
|
|
159
189
|
*/
|
|
160
190
|
accountPassword?: pulumi.Input<string>;
|
|
161
191
|
/**
|
|
162
|
-
* The privilege information of account.
|
|
192
|
+
* The privilege information of account. Due to differences in the return structure of the query interface, it is necessary to use lifecycleIgnore to suppress changes when creating Global permissions.
|
|
163
193
|
*/
|
|
164
194
|
accountPrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountAccountPrivilege>[]>;
|
|
165
195
|
/**
|
|
@@ -168,15 +198,27 @@ export interface AccountState {
|
|
|
168
198
|
* Normal: An account with ordinary privileges.
|
|
169
199
|
*/
|
|
170
200
|
accountType?: pulumi.Input<string>;
|
|
201
|
+
/**
|
|
202
|
+
* Specify the IP address for the account to access the database. The default value is %. If the Host is specified as %, the account is allowed to access the database from any IP address. Wildcards are supported for setting the IP address range that can access the database. For example, if the Host is specified as 192.10.10.%, it means the account can access the database from IP addresses between 192.10.10.0 and 192.10.10.255. The specified Host needs to be added to the whitelist bound to the instance, otherwise the instance cannot be accessed normally. The ModifyAllowList interface can be called to add the Host to the whitelist. Note: If the created account type is a high-privilege account, the host IP can only be specified as %. That is, when the value of AccountType is Super, the value of Host can only be %.
|
|
203
|
+
*/
|
|
204
|
+
host?: pulumi.Input<string>;
|
|
171
205
|
/**
|
|
172
206
|
* The ID of the RDS instance.
|
|
173
207
|
*/
|
|
174
208
|
instanceId?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Settings for table column permissions of the account.
|
|
211
|
+
*/
|
|
212
|
+
tableColumnPrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountTableColumnPrivilege>[]>;
|
|
175
213
|
}
|
|
176
214
|
/**
|
|
177
215
|
* The set of arguments for constructing a Account resource.
|
|
178
216
|
*/
|
|
179
217
|
export interface AccountArgs {
|
|
218
|
+
/**
|
|
219
|
+
* Account information description. The length should not exceed 256 characters.
|
|
220
|
+
*/
|
|
221
|
+
accountDesc?: pulumi.Input<string>;
|
|
180
222
|
/**
|
|
181
223
|
* Database account name. The rules are as follows:
|
|
182
224
|
* Unique name.
|
|
@@ -196,7 +238,7 @@ export interface AccountArgs {
|
|
|
196
238
|
*/
|
|
197
239
|
accountPassword: pulumi.Input<string>;
|
|
198
240
|
/**
|
|
199
|
-
* The privilege information of account.
|
|
241
|
+
* The privilege information of account. Due to differences in the return structure of the query interface, it is necessary to use lifecycleIgnore to suppress changes when creating Global permissions.
|
|
200
242
|
*/
|
|
201
243
|
accountPrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountAccountPrivilege>[]>;
|
|
202
244
|
/**
|
|
@@ -205,8 +247,16 @@ export interface AccountArgs {
|
|
|
205
247
|
* Normal: An account with ordinary privileges.
|
|
206
248
|
*/
|
|
207
249
|
accountType: pulumi.Input<string>;
|
|
250
|
+
/**
|
|
251
|
+
* Specify the IP address for the account to access the database. The default value is %. If the Host is specified as %, the account is allowed to access the database from any IP address. Wildcards are supported for setting the IP address range that can access the database. For example, if the Host is specified as 192.10.10.%, it means the account can access the database from IP addresses between 192.10.10.0 and 192.10.10.255. The specified Host needs to be added to the whitelist bound to the instance, otherwise the instance cannot be accessed normally. The ModifyAllowList interface can be called to add the Host to the whitelist. Note: If the created account type is a high-privilege account, the host IP can only be specified as %. That is, when the value of AccountType is Super, the value of Host can only be %.
|
|
252
|
+
*/
|
|
253
|
+
host?: pulumi.Input<string>;
|
|
208
254
|
/**
|
|
209
255
|
* The ID of the RDS instance.
|
|
210
256
|
*/
|
|
211
257
|
instanceId: pulumi.Input<string>;
|
|
258
|
+
/**
|
|
259
|
+
* Settings for table column permissions of the account.
|
|
260
|
+
*/
|
|
261
|
+
tableColumnPrivileges?: pulumi.Input<pulumi.Input<inputs.rds_mysql.AccountTableColumnPrivilege>[]>;
|
|
212
262
|
}
|
package/rds_mysql/account.js
CHANGED
|
@@ -52,6 +52,7 @@ const utilities = require("../utilities");
|
|
|
52
52
|
* dbName: "acc-test-db1",
|
|
53
53
|
* instanceId: fooInstance.id,
|
|
54
54
|
* });
|
|
55
|
+
* //instance_id = "mysql-b51d37110dd1"
|
|
55
56
|
* const fooDatabase = new volcengine.rds_mysql.Database("fooDatabase", {
|
|
56
57
|
* dbName: "acc-test-db",
|
|
57
58
|
* instanceId: fooInstance.id,
|
|
@@ -72,7 +73,20 @@ const utilities = require("../utilities");
|
|
|
72
73
|
* accountPrivilege: "DDLOnly",
|
|
73
74
|
* },
|
|
74
75
|
* ],
|
|
76
|
+
* host: "192.10.10.%",
|
|
75
77
|
* });
|
|
78
|
+
* // table_column_privileges {
|
|
79
|
+
* // db_name = volcengine_rds_mysql_database.foo.db_name
|
|
80
|
+
* // table_privileges {
|
|
81
|
+
* // table_name = "test"
|
|
82
|
+
* // account_privilege_detail = "SELECT,INSERT,UPDATE"
|
|
83
|
+
* // }
|
|
84
|
+
* // column_privileges {
|
|
85
|
+
* // table_name = "test"
|
|
86
|
+
* // column_name = "test"
|
|
87
|
+
* // account_privilege_detail = "SELECT,INSERT,UPDATE"
|
|
88
|
+
* // }
|
|
89
|
+
* // }
|
|
76
90
|
* ```
|
|
77
91
|
*
|
|
78
92
|
* ## Import
|
|
@@ -111,11 +125,14 @@ class Account extends pulumi.CustomResource {
|
|
|
111
125
|
opts = opts || {};
|
|
112
126
|
if (opts.id) {
|
|
113
127
|
const state = argsOrState;
|
|
128
|
+
resourceInputs["accountDesc"] = state ? state.accountDesc : undefined;
|
|
114
129
|
resourceInputs["accountName"] = state ? state.accountName : undefined;
|
|
115
130
|
resourceInputs["accountPassword"] = state ? state.accountPassword : undefined;
|
|
116
131
|
resourceInputs["accountPrivileges"] = state ? state.accountPrivileges : undefined;
|
|
117
132
|
resourceInputs["accountType"] = state ? state.accountType : undefined;
|
|
133
|
+
resourceInputs["host"] = state ? state.host : undefined;
|
|
118
134
|
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
135
|
+
resourceInputs["tableColumnPrivileges"] = state ? state.tableColumnPrivileges : undefined;
|
|
119
136
|
}
|
|
120
137
|
else {
|
|
121
138
|
const args = argsOrState;
|
|
@@ -131,11 +148,14 @@ class Account extends pulumi.CustomResource {
|
|
|
131
148
|
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
132
149
|
throw new Error("Missing required property 'instanceId'");
|
|
133
150
|
}
|
|
151
|
+
resourceInputs["accountDesc"] = args ? args.accountDesc : undefined;
|
|
134
152
|
resourceInputs["accountName"] = args ? args.accountName : undefined;
|
|
135
153
|
resourceInputs["accountPassword"] = (args === null || args === void 0 ? void 0 : args.accountPassword) ? pulumi.secret(args.accountPassword) : undefined;
|
|
136
154
|
resourceInputs["accountPrivileges"] = args ? args.accountPrivileges : undefined;
|
|
137
155
|
resourceInputs["accountType"] = args ? args.accountType : undefined;
|
|
156
|
+
resourceInputs["host"] = args ? args.host : undefined;
|
|
138
157
|
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
158
|
+
resourceInputs["tableColumnPrivileges"] = args ? args.tableColumnPrivileges : undefined;
|
|
139
159
|
}
|
|
140
160
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
141
161
|
const secretOpts = { additionalSecretOutputs: ["accountPassword"] };
|
package/rds_mysql/account.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../rds_mysql/account.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../../rds_mysql/account.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,139 @@
|
|
|
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
|
+
/** @deprecated volcengine.rds_mysql.AccountTableColumnInfos has been deprecated in favor of volcengine.rds_mysql.getAccountTableColumnInfos */
|
|
18
|
+
export declare function accountTableColumnInfos(args: AccountTableColumnInfosArgs, opts?: pulumi.InvokeOptions): Promise<AccountTableColumnInfosResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking AccountTableColumnInfos.
|
|
21
|
+
*/
|
|
22
|
+
export interface AccountTableColumnInfosArgs {
|
|
23
|
+
/**
|
|
24
|
+
* The name of the account.
|
|
25
|
+
*/
|
|
26
|
+
accountName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the column.
|
|
29
|
+
*/
|
|
30
|
+
columnName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the database.
|
|
33
|
+
*/
|
|
34
|
+
dbName: string;
|
|
35
|
+
/**
|
|
36
|
+
* Specify the IP address for the account to access the database. The default value is %.
|
|
37
|
+
*/
|
|
38
|
+
host?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The id of the mysql instance.
|
|
41
|
+
*/
|
|
42
|
+
instanceId: string;
|
|
43
|
+
/**
|
|
44
|
+
* File name where to save data source results.
|
|
45
|
+
*/
|
|
46
|
+
outputFile?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Specify the number of tables in the table column permission information to be returned. If it exceeds the setting, it will be truncated.
|
|
49
|
+
*/
|
|
50
|
+
tableLimit?: number;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the table.
|
|
53
|
+
*/
|
|
54
|
+
tableName?: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* A collection of values returned by AccountTableColumnInfos.
|
|
58
|
+
*/
|
|
59
|
+
export interface AccountTableColumnInfosResult {
|
|
60
|
+
readonly accountName?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the column.
|
|
63
|
+
*/
|
|
64
|
+
readonly columnName?: string;
|
|
65
|
+
readonly dbName: string;
|
|
66
|
+
readonly host?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The provider-assigned unique ID for this managed resource.
|
|
69
|
+
*/
|
|
70
|
+
readonly id: string;
|
|
71
|
+
readonly instanceId: string;
|
|
72
|
+
readonly outputFile?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The collection of query.
|
|
75
|
+
*/
|
|
76
|
+
readonly tableInfos: outputs.rds_mysql.AccountTableColumnInfosTableInfo[];
|
|
77
|
+
readonly tableLimit?: number;
|
|
78
|
+
/**
|
|
79
|
+
* The name of the table.
|
|
80
|
+
*/
|
|
81
|
+
readonly tableName?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The total count of query.
|
|
84
|
+
*/
|
|
85
|
+
readonly totalCount: number;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
89
|
+
* ## Example Usage
|
|
90
|
+
*
|
|
91
|
+
* ```typescript
|
|
92
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
93
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
94
|
+
*
|
|
95
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
96
|
+
* dbName: "ddd",
|
|
97
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
98
|
+
* });
|
|
99
|
+
* ```
|
|
100
|
+
*/
|
|
101
|
+
/** @deprecated volcengine.rds_mysql.AccountTableColumnInfos has been deprecated in favor of volcengine.rds_mysql.getAccountTableColumnInfos */
|
|
102
|
+
export declare function accountTableColumnInfosOutput(args: AccountTableColumnInfosOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<AccountTableColumnInfosResult>;
|
|
103
|
+
/**
|
|
104
|
+
* A collection of arguments for invoking AccountTableColumnInfos.
|
|
105
|
+
*/
|
|
106
|
+
export interface AccountTableColumnInfosOutputArgs {
|
|
107
|
+
/**
|
|
108
|
+
* The name of the account.
|
|
109
|
+
*/
|
|
110
|
+
accountName?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The name of the column.
|
|
113
|
+
*/
|
|
114
|
+
columnName?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The name of the database.
|
|
117
|
+
*/
|
|
118
|
+
dbName: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Specify the IP address for the account to access the database. The default value is %.
|
|
121
|
+
*/
|
|
122
|
+
host?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The id of the mysql instance.
|
|
125
|
+
*/
|
|
126
|
+
instanceId: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* File name where to save data source results.
|
|
129
|
+
*/
|
|
130
|
+
outputFile?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Specify the number of tables in the table column permission information to be returned. If it exceeds the setting, it will be truncated.
|
|
133
|
+
*/
|
|
134
|
+
tableLimit?: pulumi.Input<number>;
|
|
135
|
+
/**
|
|
136
|
+
* The name of the table.
|
|
137
|
+
*/
|
|
138
|
+
tableName?: pulumi.Input<string>;
|
|
139
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.accountTableColumnInfosOutput = exports.accountTableColumnInfos = 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
|
+
/** @deprecated volcengine.rds_mysql.AccountTableColumnInfos has been deprecated in favor of volcengine.rds_mysql.getAccountTableColumnInfos */
|
|
23
|
+
function accountTableColumnInfos(args, opts) {
|
|
24
|
+
pulumi.log.warn("accountTableColumnInfos is deprecated: volcengine.rds_mysql.AccountTableColumnInfos has been deprecated in favor of volcengine.rds_mysql.getAccountTableColumnInfos");
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:rds_mysql/accountTableColumnInfos:AccountTableColumnInfos", {
|
|
27
|
+
"accountName": args.accountName,
|
|
28
|
+
"columnName": args.columnName,
|
|
29
|
+
"dbName": args.dbName,
|
|
30
|
+
"host": args.host,
|
|
31
|
+
"instanceId": args.instanceId,
|
|
32
|
+
"outputFile": args.outputFile,
|
|
33
|
+
"tableLimit": args.tableLimit,
|
|
34
|
+
"tableName": args.tableName,
|
|
35
|
+
}, opts);
|
|
36
|
+
}
|
|
37
|
+
exports.accountTableColumnInfos = accountTableColumnInfos;
|
|
38
|
+
/**
|
|
39
|
+
* Use this data source to query detailed information of rds mysql account table column infos
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
45
|
+
*
|
|
46
|
+
* const foo = volcengine.rds_mysql.getAccountTableColumnInfos({
|
|
47
|
+
* dbName: "ddd",
|
|
48
|
+
* instanceId: "mysql-b51d37110dd1",
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
/** @deprecated volcengine.rds_mysql.AccountTableColumnInfos has been deprecated in favor of volcengine.rds_mysql.getAccountTableColumnInfos */
|
|
53
|
+
function accountTableColumnInfosOutput(args, opts) {
|
|
54
|
+
return pulumi.output(args).apply((a) => accountTableColumnInfos(a, opts));
|
|
55
|
+
}
|
|
56
|
+
exports.accountTableColumnInfosOutput = accountTableColumnInfosOutput;
|
|
57
|
+
//# sourceMappingURL=accountTableColumnInfos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountTableColumnInfos.js","sourceRoot":"","sources":["../../rds_mysql/accountTableColumnInfos.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,+IAA+I;AAC/I,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,qKAAqK,CAAC,CAAA;IAEtL,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,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;AAdD,0DAcC;AAuED;;;;;;;;;;;;;GAaG;AACH,+IAA+I;AAC/I,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|