@volcengine/pulumi 0.0.32 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +22 -0
- package/ebs/getMaxExtraPerformances.js +22 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +22 -0
- package/ebs/maxExtraPerformances.js +22 -0
- package/ebs/maxExtraPerformances.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +4 -1
- package/index.js +8 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +167 -12
- package/rds_mysql/instance.js +40 -3
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +85 -1
- package/redis/instance.js +14 -0
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +1107 -31
- package/types/output.d.ts +8576 -1522
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/routeEntry.d.ts +3 -3
package/vmp/contact.js
ADDED
|
@@ -0,0 +1,102 @@
|
|
|
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.Contact = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage vmp contact
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.vmp.Contact("foo", {
|
|
17
|
+
* dingTalkBotWebhook: {
|
|
18
|
+
* address: "https://www.dingacctest1.com",
|
|
19
|
+
* atMobiles: ["18046891812"],
|
|
20
|
+
* },
|
|
21
|
+
* email: "acctest1@tftest.com",
|
|
22
|
+
* larkBotWebhook: {
|
|
23
|
+
* address: "https://www.acctest1.com",
|
|
24
|
+
* },
|
|
25
|
+
* phoneNumber: {
|
|
26
|
+
* countryCode: "+86",
|
|
27
|
+
* number: "18310101010",
|
|
28
|
+
* },
|
|
29
|
+
* webhook: {
|
|
30
|
+
* address: "https://www.acctest1.com",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* ## Import
|
|
36
|
+
*
|
|
37
|
+
* VMP Contact can be imported using the id, e.g.
|
|
38
|
+
*
|
|
39
|
+
* ```sh
|
|
40
|
+
* $ pulumi import volcengine:vmp/contact:Contact default 60dde3ca-951c-4c05-8777-e5a7caa07ad6
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
class Contact extends pulumi.CustomResource {
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing Contact resource's state with the given name, ID, and optional extra
|
|
46
|
+
* properties used to qualify the lookup.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resulting resource.
|
|
49
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
50
|
+
* @param state Any extra arguments used during the lookup.
|
|
51
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
52
|
+
*/
|
|
53
|
+
static get(name, id, state, opts) {
|
|
54
|
+
return new Contact(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Returns true if the given object is an instance of Contact. This is designed to work even
|
|
58
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
59
|
+
*/
|
|
60
|
+
static isInstance(obj) {
|
|
61
|
+
if (obj === undefined || obj === null) {
|
|
62
|
+
return false;
|
|
63
|
+
}
|
|
64
|
+
return obj['__pulumiType'] === Contact.__pulumiType;
|
|
65
|
+
}
|
|
66
|
+
constructor(name, argsOrState, opts) {
|
|
67
|
+
let resourceInputs = {};
|
|
68
|
+
opts = opts || {};
|
|
69
|
+
if (opts.id) {
|
|
70
|
+
const state = argsOrState;
|
|
71
|
+
resourceInputs["contactGroupIds"] = state ? state.contactGroupIds : undefined;
|
|
72
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
73
|
+
resourceInputs["dingTalkBotWebhook"] = state ? state.dingTalkBotWebhook : undefined;
|
|
74
|
+
resourceInputs["email"] = state ? state.email : undefined;
|
|
75
|
+
resourceInputs["emailActive"] = state ? state.emailActive : undefined;
|
|
76
|
+
resourceInputs["larkBotWebhook"] = state ? state.larkBotWebhook : undefined;
|
|
77
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
78
|
+
resourceInputs["phoneNumber"] = state ? state.phoneNumber : undefined;
|
|
79
|
+
resourceInputs["weComBotWebhook"] = state ? state.weComBotWebhook : undefined;
|
|
80
|
+
resourceInputs["webhook"] = state ? state.webhook : undefined;
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
const args = argsOrState;
|
|
84
|
+
resourceInputs["dingTalkBotWebhook"] = args ? args.dingTalkBotWebhook : undefined;
|
|
85
|
+
resourceInputs["email"] = args ? args.email : undefined;
|
|
86
|
+
resourceInputs["larkBotWebhook"] = args ? args.larkBotWebhook : undefined;
|
|
87
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
88
|
+
resourceInputs["phoneNumber"] = args ? args.phoneNumber : undefined;
|
|
89
|
+
resourceInputs["weComBotWebhook"] = args ? args.weComBotWebhook : undefined;
|
|
90
|
+
resourceInputs["webhook"] = args ? args.webhook : undefined;
|
|
91
|
+
resourceInputs["contactGroupIds"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["emailActive"] = undefined /*out*/;
|
|
94
|
+
}
|
|
95
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
96
|
+
super(Contact.__pulumiType, name, resourceInputs, opts);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.Contact = Contact;
|
|
100
|
+
/** @internal */
|
|
101
|
+
Contact.__pulumiType = 'volcengine:vmp/contact:Contact';
|
|
102
|
+
//# sourceMappingURL=contact.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact.js","sourceRoot":"","sources":["../../vmp/contact.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a resource to manage vmp contact group
|
|
4
|
+
* ## Example Usage
|
|
5
|
+
*
|
|
6
|
+
* ```typescript
|
|
7
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
9
|
+
*
|
|
10
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
11
|
+
* email: "acctest1@tftest.com",
|
|
12
|
+
* webhook: {
|
|
13
|
+
* address: "https://www.acctest1.com",
|
|
14
|
+
* },
|
|
15
|
+
* larkBotWebhook: {
|
|
16
|
+
* address: "https://www.acctest1.com",
|
|
17
|
+
* },
|
|
18
|
+
* dingTalkBotWebhook: {
|
|
19
|
+
* address: "https://www.dingacctest1.com",
|
|
20
|
+
* atMobiles: ["18046891812"],
|
|
21
|
+
* },
|
|
22
|
+
* phoneNumber: {
|
|
23
|
+
* countryCode: "+86",
|
|
24
|
+
* number: "18310101010",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
28
|
+
* email: "acctest2@tftest.com",
|
|
29
|
+
* webhook: {
|
|
30
|
+
* address: "https://www.acctest2.com",
|
|
31
|
+
* },
|
|
32
|
+
* larkBotWebhook: {
|
|
33
|
+
* address: "https://www.acctest2.com",
|
|
34
|
+
* },
|
|
35
|
+
* dingTalkBotWebhook: {
|
|
36
|
+
* address: "https://www.dingacctest2.com",
|
|
37
|
+
* atMobiles: ["18046891813"],
|
|
38
|
+
* },
|
|
39
|
+
* phoneNumber: {
|
|
40
|
+
* countryCode: "+86",
|
|
41
|
+
* number: "18310101011",
|
|
42
|
+
* },
|
|
43
|
+
* });
|
|
44
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
45
|
+
* fooContact.id,
|
|
46
|
+
* foo1.id,
|
|
47
|
+
* ]});
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* ## Import
|
|
51
|
+
*
|
|
52
|
+
* VMP Contact Group can be imported using the id, e.g.
|
|
53
|
+
*
|
|
54
|
+
* ```sh
|
|
55
|
+
* $ pulumi import volcengine:vmp/contactGroup:ContactGroup default 60dde3ca-951c-4c05-8777-e5a7caa07ad6
|
|
56
|
+
* ```
|
|
57
|
+
*/
|
|
58
|
+
export declare class ContactGroup extends pulumi.CustomResource {
|
|
59
|
+
/**
|
|
60
|
+
* Get an existing ContactGroup resource's state with the given name, ID, and optional extra
|
|
61
|
+
* properties used to qualify the lookup.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resulting resource.
|
|
64
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
65
|
+
* @param state Any extra arguments used during the lookup.
|
|
66
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
67
|
+
*/
|
|
68
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ContactGroupState, opts?: pulumi.CustomResourceOptions): ContactGroup;
|
|
69
|
+
/**
|
|
70
|
+
* Returns true if the given object is an instance of ContactGroup. This is designed to work even
|
|
71
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
72
|
+
*/
|
|
73
|
+
static isInstance(obj: any): obj is ContactGroup;
|
|
74
|
+
/**
|
|
75
|
+
* A list of contact IDs.
|
|
76
|
+
*/
|
|
77
|
+
readonly contactIds: pulumi.Output<string[] | undefined>;
|
|
78
|
+
/**
|
|
79
|
+
* The create time of contact group.
|
|
80
|
+
*/
|
|
81
|
+
readonly createTime: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The name of the contact group.
|
|
84
|
+
*/
|
|
85
|
+
readonly name: pulumi.Output<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Create a ContactGroup resource with the given unique name, arguments, and options.
|
|
88
|
+
*
|
|
89
|
+
* @param name The _unique_ name of the resource.
|
|
90
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
91
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
92
|
+
*/
|
|
93
|
+
constructor(name: string, args?: ContactGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Input properties used for looking up and filtering ContactGroup resources.
|
|
97
|
+
*/
|
|
98
|
+
export interface ContactGroupState {
|
|
99
|
+
/**
|
|
100
|
+
* A list of contact IDs.
|
|
101
|
+
*/
|
|
102
|
+
contactIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
|
+
/**
|
|
104
|
+
* The create time of contact group.
|
|
105
|
+
*/
|
|
106
|
+
createTime?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The name of the contact group.
|
|
109
|
+
*/
|
|
110
|
+
name?: pulumi.Input<string>;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* The set of arguments for constructing a ContactGroup resource.
|
|
114
|
+
*/
|
|
115
|
+
export interface ContactGroupArgs {
|
|
116
|
+
/**
|
|
117
|
+
* A list of contact IDs.
|
|
118
|
+
*/
|
|
119
|
+
contactIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
/**
|
|
121
|
+
* The name of the contact group.
|
|
122
|
+
*/
|
|
123
|
+
name?: pulumi.Input<string>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
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.ContactGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage vmp contact group
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
17
|
+
* email: "acctest1@tftest.com",
|
|
18
|
+
* webhook: {
|
|
19
|
+
* address: "https://www.acctest1.com",
|
|
20
|
+
* },
|
|
21
|
+
* larkBotWebhook: {
|
|
22
|
+
* address: "https://www.acctest1.com",
|
|
23
|
+
* },
|
|
24
|
+
* dingTalkBotWebhook: {
|
|
25
|
+
* address: "https://www.dingacctest1.com",
|
|
26
|
+
* atMobiles: ["18046891812"],
|
|
27
|
+
* },
|
|
28
|
+
* phoneNumber: {
|
|
29
|
+
* countryCode: "+86",
|
|
30
|
+
* number: "18310101010",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
34
|
+
* email: "acctest2@tftest.com",
|
|
35
|
+
* webhook: {
|
|
36
|
+
* address: "https://www.acctest2.com",
|
|
37
|
+
* },
|
|
38
|
+
* larkBotWebhook: {
|
|
39
|
+
* address: "https://www.acctest2.com",
|
|
40
|
+
* },
|
|
41
|
+
* dingTalkBotWebhook: {
|
|
42
|
+
* address: "https://www.dingacctest2.com",
|
|
43
|
+
* atMobiles: ["18046891813"],
|
|
44
|
+
* },
|
|
45
|
+
* phoneNumber: {
|
|
46
|
+
* countryCode: "+86",
|
|
47
|
+
* number: "18310101011",
|
|
48
|
+
* },
|
|
49
|
+
* });
|
|
50
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
51
|
+
* fooContact.id,
|
|
52
|
+
* foo1.id,
|
|
53
|
+
* ]});
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* ## Import
|
|
57
|
+
*
|
|
58
|
+
* VMP Contact Group can be imported using the id, e.g.
|
|
59
|
+
*
|
|
60
|
+
* ```sh
|
|
61
|
+
* $ pulumi import volcengine:vmp/contactGroup:ContactGroup default 60dde3ca-951c-4c05-8777-e5a7caa07ad6
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
class ContactGroup extends pulumi.CustomResource {
|
|
65
|
+
/**
|
|
66
|
+
* Get an existing ContactGroup resource's state with the given name, ID, and optional extra
|
|
67
|
+
* properties used to qualify the lookup.
|
|
68
|
+
*
|
|
69
|
+
* @param name The _unique_ name of the resulting resource.
|
|
70
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
71
|
+
* @param state Any extra arguments used during the lookup.
|
|
72
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
73
|
+
*/
|
|
74
|
+
static get(name, id, state, opts) {
|
|
75
|
+
return new ContactGroup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Returns true if the given object is an instance of ContactGroup. This is designed to work even
|
|
79
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
80
|
+
*/
|
|
81
|
+
static isInstance(obj) {
|
|
82
|
+
if (obj === undefined || obj === null) {
|
|
83
|
+
return false;
|
|
84
|
+
}
|
|
85
|
+
return obj['__pulumiType'] === ContactGroup.__pulumiType;
|
|
86
|
+
}
|
|
87
|
+
constructor(name, argsOrState, opts) {
|
|
88
|
+
let resourceInputs = {};
|
|
89
|
+
opts = opts || {};
|
|
90
|
+
if (opts.id) {
|
|
91
|
+
const state = argsOrState;
|
|
92
|
+
resourceInputs["contactIds"] = state ? state.contactIds : undefined;
|
|
93
|
+
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
94
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
95
|
+
}
|
|
96
|
+
else {
|
|
97
|
+
const args = argsOrState;
|
|
98
|
+
resourceInputs["contactIds"] = args ? args.contactIds : undefined;
|
|
99
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
100
|
+
resourceInputs["createTime"] = undefined /*out*/;
|
|
101
|
+
}
|
|
102
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
103
|
+
super(ContactGroup.__pulumiType, name, resourceInputs, opts);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.ContactGroup = ContactGroup;
|
|
107
|
+
/** @internal */
|
|
108
|
+
ContactGroup.__pulumiType = 'volcengine:vmp/contactGroup:ContactGroup';
|
|
109
|
+
//# sourceMappingURL=contactGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contactGroup.js","sourceRoot":"","sources":["../../vmp/contactGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuDG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;;AAjEL,oCAkEC;AApDG,gBAAgB;AACO,yBAAY,GAAG,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,167 @@
|
|
|
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 vmp contact groups
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
13
|
+
* email: "acctest1@tftest.com",
|
|
14
|
+
* webhook: {
|
|
15
|
+
* address: "https://www.acctest1.com",
|
|
16
|
+
* },
|
|
17
|
+
* larkBotWebhook: {
|
|
18
|
+
* address: "https://www.acctest1.com",
|
|
19
|
+
* },
|
|
20
|
+
* dingTalkBotWebhook: {
|
|
21
|
+
* address: "https://www.dingacctest1.com",
|
|
22
|
+
* atMobiles: ["18046891812"],
|
|
23
|
+
* },
|
|
24
|
+
* phoneNumber: {
|
|
25
|
+
* countryCode: "+86",
|
|
26
|
+
* number: "18310101010",
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
30
|
+
* email: "acctest2@tftest.com",
|
|
31
|
+
* webhook: {
|
|
32
|
+
* address: "https://www.acctest2.com",
|
|
33
|
+
* },
|
|
34
|
+
* larkBotWebhook: {
|
|
35
|
+
* address: "https://www.acctest2.com",
|
|
36
|
+
* },
|
|
37
|
+
* dingTalkBotWebhook: {
|
|
38
|
+
* address: "https://www.dingacctest2.com",
|
|
39
|
+
* atMobiles: ["18046891813"],
|
|
40
|
+
* },
|
|
41
|
+
* phoneNumber: {
|
|
42
|
+
* countryCode: "+86",
|
|
43
|
+
* number: "18310101011",
|
|
44
|
+
* },
|
|
45
|
+
* });
|
|
46
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
47
|
+
* fooContact.id,
|
|
48
|
+
* foo1.id,
|
|
49
|
+
* ]});
|
|
50
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
51
|
+
* ids: [fooContactGroup.id],
|
|
52
|
+
* });
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
/** @deprecated volcengine.vmp.ContactGroups has been deprecated in favor of volcengine.vmp.getContactGroups */
|
|
56
|
+
export declare function contactGroups(args?: ContactGroupsArgs, opts?: pulumi.InvokeOptions): Promise<ContactGroupsResult>;
|
|
57
|
+
/**
|
|
58
|
+
* A collection of arguments for invoking ContactGroups.
|
|
59
|
+
*/
|
|
60
|
+
export interface ContactGroupsArgs {
|
|
61
|
+
/**
|
|
62
|
+
* A list of contact group ids.
|
|
63
|
+
*/
|
|
64
|
+
ids?: string[];
|
|
65
|
+
/**
|
|
66
|
+
* The name of contact group.
|
|
67
|
+
*/
|
|
68
|
+
name?: string;
|
|
69
|
+
/**
|
|
70
|
+
* File name where to save data source results.
|
|
71
|
+
*/
|
|
72
|
+
outputFile?: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* A collection of values returned by ContactGroups.
|
|
76
|
+
*/
|
|
77
|
+
export interface ContactGroupsResult {
|
|
78
|
+
/**
|
|
79
|
+
* The collection of query.
|
|
80
|
+
*/
|
|
81
|
+
readonly contactGroups: outputs.vmp.ContactGroupsContactGroup[];
|
|
82
|
+
/**
|
|
83
|
+
* The provider-assigned unique ID for this managed resource.
|
|
84
|
+
*/
|
|
85
|
+
readonly id: string;
|
|
86
|
+
readonly ids?: string[];
|
|
87
|
+
/**
|
|
88
|
+
* The name of contact group.
|
|
89
|
+
*/
|
|
90
|
+
readonly name?: string;
|
|
91
|
+
readonly outputFile?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The total count of query.
|
|
94
|
+
*/
|
|
95
|
+
readonly totalCount: number;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Use this data source to query detailed information of vmp contact groups
|
|
99
|
+
* ## Example Usage
|
|
100
|
+
*
|
|
101
|
+
* ```typescript
|
|
102
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
103
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
104
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
105
|
+
*
|
|
106
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
107
|
+
* email: "acctest1@tftest.com",
|
|
108
|
+
* webhook: {
|
|
109
|
+
* address: "https://www.acctest1.com",
|
|
110
|
+
* },
|
|
111
|
+
* larkBotWebhook: {
|
|
112
|
+
* address: "https://www.acctest1.com",
|
|
113
|
+
* },
|
|
114
|
+
* dingTalkBotWebhook: {
|
|
115
|
+
* address: "https://www.dingacctest1.com",
|
|
116
|
+
* atMobiles: ["18046891812"],
|
|
117
|
+
* },
|
|
118
|
+
* phoneNumber: {
|
|
119
|
+
* countryCode: "+86",
|
|
120
|
+
* number: "18310101010",
|
|
121
|
+
* },
|
|
122
|
+
* });
|
|
123
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
124
|
+
* email: "acctest2@tftest.com",
|
|
125
|
+
* webhook: {
|
|
126
|
+
* address: "https://www.acctest2.com",
|
|
127
|
+
* },
|
|
128
|
+
* larkBotWebhook: {
|
|
129
|
+
* address: "https://www.acctest2.com",
|
|
130
|
+
* },
|
|
131
|
+
* dingTalkBotWebhook: {
|
|
132
|
+
* address: "https://www.dingacctest2.com",
|
|
133
|
+
* atMobiles: ["18046891813"],
|
|
134
|
+
* },
|
|
135
|
+
* phoneNumber: {
|
|
136
|
+
* countryCode: "+86",
|
|
137
|
+
* number: "18310101011",
|
|
138
|
+
* },
|
|
139
|
+
* });
|
|
140
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
141
|
+
* fooContact.id,
|
|
142
|
+
* foo1.id,
|
|
143
|
+
* ]});
|
|
144
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
145
|
+
* ids: [fooContactGroup.id],
|
|
146
|
+
* });
|
|
147
|
+
* ```
|
|
148
|
+
*/
|
|
149
|
+
/** @deprecated volcengine.vmp.ContactGroups has been deprecated in favor of volcengine.vmp.getContactGroups */
|
|
150
|
+
export declare function contactGroupsOutput(args?: ContactGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ContactGroupsResult>;
|
|
151
|
+
/**
|
|
152
|
+
* A collection of arguments for invoking ContactGroups.
|
|
153
|
+
*/
|
|
154
|
+
export interface ContactGroupsOutputArgs {
|
|
155
|
+
/**
|
|
156
|
+
* A list of contact group ids.
|
|
157
|
+
*/
|
|
158
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
159
|
+
/**
|
|
160
|
+
* The name of contact group.
|
|
161
|
+
*/
|
|
162
|
+
name?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* File name where to save data source results.
|
|
165
|
+
*/
|
|
166
|
+
outputFile?: pulumi.Input<string>;
|
|
167
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
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.contactGroupsOutput = exports.contactGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of vmp contact groups
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
16
|
+
*
|
|
17
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
18
|
+
* email: "acctest1@tftest.com",
|
|
19
|
+
* webhook: {
|
|
20
|
+
* address: "https://www.acctest1.com",
|
|
21
|
+
* },
|
|
22
|
+
* larkBotWebhook: {
|
|
23
|
+
* address: "https://www.acctest1.com",
|
|
24
|
+
* },
|
|
25
|
+
* dingTalkBotWebhook: {
|
|
26
|
+
* address: "https://www.dingacctest1.com",
|
|
27
|
+
* atMobiles: ["18046891812"],
|
|
28
|
+
* },
|
|
29
|
+
* phoneNumber: {
|
|
30
|
+
* countryCode: "+86",
|
|
31
|
+
* number: "18310101010",
|
|
32
|
+
* },
|
|
33
|
+
* });
|
|
34
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
35
|
+
* email: "acctest2@tftest.com",
|
|
36
|
+
* webhook: {
|
|
37
|
+
* address: "https://www.acctest2.com",
|
|
38
|
+
* },
|
|
39
|
+
* larkBotWebhook: {
|
|
40
|
+
* address: "https://www.acctest2.com",
|
|
41
|
+
* },
|
|
42
|
+
* dingTalkBotWebhook: {
|
|
43
|
+
* address: "https://www.dingacctest2.com",
|
|
44
|
+
* atMobiles: ["18046891813"],
|
|
45
|
+
* },
|
|
46
|
+
* phoneNumber: {
|
|
47
|
+
* countryCode: "+86",
|
|
48
|
+
* number: "18310101011",
|
|
49
|
+
* },
|
|
50
|
+
* });
|
|
51
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
52
|
+
* fooContact.id,
|
|
53
|
+
* foo1.id,
|
|
54
|
+
* ]});
|
|
55
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
56
|
+
* ids: [fooContactGroup.id],
|
|
57
|
+
* });
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
/** @deprecated volcengine.vmp.ContactGroups has been deprecated in favor of volcengine.vmp.getContactGroups */
|
|
61
|
+
function contactGroups(args, opts) {
|
|
62
|
+
pulumi.log.warn("contactGroups is deprecated: volcengine.vmp.ContactGroups has been deprecated in favor of volcengine.vmp.getContactGroups");
|
|
63
|
+
args = args || {};
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
65
|
+
return pulumi.runtime.invoke("volcengine:vmp/contactGroups:ContactGroups", {
|
|
66
|
+
"ids": args.ids,
|
|
67
|
+
"name": args.name,
|
|
68
|
+
"outputFile": args.outputFile,
|
|
69
|
+
}, opts);
|
|
70
|
+
}
|
|
71
|
+
exports.contactGroups = contactGroups;
|
|
72
|
+
/**
|
|
73
|
+
* Use this data source to query detailed information of vmp contact groups
|
|
74
|
+
* ## Example Usage
|
|
75
|
+
*
|
|
76
|
+
* ```typescript
|
|
77
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
78
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
79
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
80
|
+
*
|
|
81
|
+
* const fooContact = new volcengine.vmp.Contact("fooContact", {
|
|
82
|
+
* email: "acctest1@tftest.com",
|
|
83
|
+
* webhook: {
|
|
84
|
+
* address: "https://www.acctest1.com",
|
|
85
|
+
* },
|
|
86
|
+
* larkBotWebhook: {
|
|
87
|
+
* address: "https://www.acctest1.com",
|
|
88
|
+
* },
|
|
89
|
+
* dingTalkBotWebhook: {
|
|
90
|
+
* address: "https://www.dingacctest1.com",
|
|
91
|
+
* atMobiles: ["18046891812"],
|
|
92
|
+
* },
|
|
93
|
+
* phoneNumber: {
|
|
94
|
+
* countryCode: "+86",
|
|
95
|
+
* number: "18310101010",
|
|
96
|
+
* },
|
|
97
|
+
* });
|
|
98
|
+
* const foo1 = new volcengine.vmp.Contact("foo1", {
|
|
99
|
+
* email: "acctest2@tftest.com",
|
|
100
|
+
* webhook: {
|
|
101
|
+
* address: "https://www.acctest2.com",
|
|
102
|
+
* },
|
|
103
|
+
* larkBotWebhook: {
|
|
104
|
+
* address: "https://www.acctest2.com",
|
|
105
|
+
* },
|
|
106
|
+
* dingTalkBotWebhook: {
|
|
107
|
+
* address: "https://www.dingacctest2.com",
|
|
108
|
+
* atMobiles: ["18046891813"],
|
|
109
|
+
* },
|
|
110
|
+
* phoneNumber: {
|
|
111
|
+
* countryCode: "+86",
|
|
112
|
+
* number: "18310101011",
|
|
113
|
+
* },
|
|
114
|
+
* });
|
|
115
|
+
* const fooContactGroup = new volcengine.vmp.ContactGroup("fooContactGroup", {contactIds: [
|
|
116
|
+
* fooContact.id,
|
|
117
|
+
* foo1.id,
|
|
118
|
+
* ]});
|
|
119
|
+
* const fooContactGroups = volcengine.vmp.getContactGroupsOutput({
|
|
120
|
+
* ids: [fooContactGroup.id],
|
|
121
|
+
* });
|
|
122
|
+
* ```
|
|
123
|
+
*/
|
|
124
|
+
/** @deprecated volcengine.vmp.ContactGroups has been deprecated in favor of volcengine.vmp.getContactGroups */
|
|
125
|
+
function contactGroupsOutput(args, opts) {
|
|
126
|
+
return pulumi.output(args).apply((a) => contactGroups(a, opts));
|
|
127
|
+
}
|
|
128
|
+
exports.contactGroupsOutput = contactGroupsOutput;
|
|
129
|
+
//# sourceMappingURL=contactGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contactGroups.js","sourceRoot":"","sources":["../../vmp/contactGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,+GAA+G;AAC/G,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,2HAA2H,CAAC,CAAA;IAC5I,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,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,+GAA+G;AAC/G,SAAgB,mBAAmB,CAAC,IAA8B,EAAE,IAA2B;IAC3F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|