@pulumi/alicloud 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/acl.d.ts +130 -0
- package/alb/acl.js +91 -0
- package/alb/acl.js.map +1 -0
- package/alb/getAcls.d.ts +77 -0
- package/alb/getAcls.js +48 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +64 -0
- package/alb/getHealthCheckTemplates.js +47 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/getListeners.d.ts +69 -0
- package/alb/getListeners.js +45 -0
- package/alb/getListeners.js.map +1 -0
- package/alb/getLoadBalancers.d.ts +111 -0
- package/alb/getLoadBalancers.js +54 -0
- package/alb/getLoadBalancers.js.map +1 -0
- package/alb/getRules.d.ts +74 -0
- package/alb/getRules.js +49 -0
- package/alb/getRules.js.map +1 -0
- package/alb/getZones.d.ts +38 -0
- package/alb/getZones.js +37 -0
- package/alb/getZones.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +220 -0
- package/alb/healthCheckTemplate.js +105 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +11 -0
- package/alb/index.js +31 -0
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +268 -0
- package/alb/listener.js +108 -0
- package/alb/listener.js.map +1 -0
- package/alb/loadBalancer.d.ts +219 -0
- package/alb/loadBalancer.js +109 -0
- package/alb/loadBalancer.js.map +1 -0
- package/alb/rule.d.ts +134 -0
- package/alb/rule.js +94 -0
- package/alb/rule.js.map +1 -0
- package/alb/serverGroup.d.ts +63 -3
- package/alb/serverGroup.js +63 -3
- package/alb/serverGroup.js.map +1 -1
- package/alikafka/instance.d.ts +4 -2
- package/alikafka/instance.js +2 -0
- package/alikafka/instance.js.map +1 -1
- package/amqp/binding.d.ts +190 -0
- package/amqp/binding.js +129 -0
- package/amqp/binding.js.map +1 -0
- package/amqp/getBindings.d.ts +50 -0
- package/amqp/getBindings.js +40 -0
- package/amqp/getBindings.js.map +1 -0
- package/amqp/index.d.ts +2 -0
- package/amqp/index.js +6 -0
- package/amqp/index.js.map +1 -1
- package/arms/dispatchRule.d.ts +187 -0
- package/arms/dispatchRule.js +144 -0
- package/arms/dispatchRule.js.map +1 -0
- package/arms/getDispatchRules.d.ts +62 -0
- package/arms/getDispatchRules.js +45 -0
- package/arms/getDispatchRules.js.map +1 -0
- package/arms/getPrometheusAlertRules.d.ts +78 -0
- package/arms/getPrometheusAlertRules.js +53 -0
- package/arms/getPrometheusAlertRules.js.map +1 -0
- package/arms/index.d.ts +4 -0
- package/arms/index.js +12 -0
- package/arms/index.js.map +1 -1
- package/arms/prometheusAlertRule.d.ts +197 -0
- package/arms/prometheusAlertRule.js +117 -0
- package/arms/prometheusAlertRule.js.map +1 -0
- package/bastionhost/getHostAccounts.d.ts +81 -0
- package/bastionhost/getHostAccounts.js +55 -0
- package/bastionhost/getHostAccounts.js.map +1 -0
- package/bastionhost/getHostGroups.d.ts +69 -0
- package/bastionhost/getHostGroups.js +51 -0
- package/bastionhost/getHostGroups.js.map +1 -0
- package/bastionhost/getHosts.d.ts +99 -0
- package/bastionhost/getHosts.js +57 -0
- package/bastionhost/getHosts.js.map +1 -0
- package/bastionhost/getInstances.d.ts +79 -0
- package/bastionhost/getInstances.js +43 -0
- package/bastionhost/getInstances.js.map +1 -0
- package/bastionhost/getUserGroups.d.ts +69 -0
- package/bastionhost/getUserGroups.js +51 -0
- package/bastionhost/getUserGroups.js.map +1 -0
- package/bastionhost/getUsers.d.ts +94 -0
- package/bastionhost/getUsers.js +56 -0
- package/bastionhost/getUsers.js.map +1 -0
- package/bastionhost/host.d.ts +206 -0
- package/bastionhost/host.js +118 -0
- package/bastionhost/host.js.map +1 -0
- package/bastionhost/hostAccount.d.ts +160 -0
- package/bastionhost/hostAccount.js +108 -0
- package/bastionhost/hostAccount.js.map +1 -0
- package/bastionhost/hostAccountUserAttachment.d.ts +139 -0
- package/bastionhost/hostAccountUserAttachment.js +123 -0
- package/bastionhost/hostAccountUserAttachment.js.map +1 -0
- package/bastionhost/hostAccountUserGroupAttachment.d.ts +135 -0
- package/bastionhost/hostAccountUserGroupAttachment.js +119 -0
- package/bastionhost/hostAccountUserGroupAttachment.js.map +1 -0
- package/bastionhost/hostAttachment.d.ts +100 -0
- package/bastionhost/hostAttachment.js +91 -0
- package/bastionhost/hostAttachment.js.map +1 -0
- package/bastionhost/hostGroup.d.ts +109 -0
- package/bastionhost/hostGroup.js +91 -0
- package/bastionhost/hostGroup.js.map +1 -0
- package/bastionhost/hostGroupAccountUserAttachment.d.ts +143 -0
- package/bastionhost/hostGroupAccountUserAttachment.js +127 -0
- package/bastionhost/hostGroupAccountUserAttachment.js.map +1 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.d.ts +139 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.js +123 -0
- package/bastionhost/hostGroupAccountUserGroupAttachment.js.map +1 -0
- package/bastionhost/index.d.ts +18 -0
- package/bastionhost/index.js +87 -0
- package/bastionhost/index.js.map +1 -0
- package/bastionhost/instance.d.ts +157 -0
- package/bastionhost/instance.js +114 -0
- package/bastionhost/instance.js.map +1 -0
- package/bastionhost/user.d.ts +281 -0
- package/bastionhost/user.js +123 -0
- package/bastionhost/user.js.map +1 -0
- package/bastionhost/userAttachment.d.ts +100 -0
- package/bastionhost/userAttachment.js +91 -0
- package/bastionhost/userAttachment.js.map +1 -0
- package/bastionhost/userGroup.d.ts +109 -0
- package/bastionhost/userGroup.js +91 -0
- package/bastionhost/userGroup.js.map +1 -0
- package/cddc/dedicatedHostGroup.d.ts +171 -0
- package/cddc/dedicatedHostGroup.js +109 -0
- package/cddc/dedicatedHostGroup.js.map +1 -0
- package/cddc/getDedicatedHostGroups.d.ts +49 -0
- package/cddc/getDedicatedHostGroups.js +41 -0
- package/cddc/getDedicatedHostGroups.js.map +1 -0
- package/cddc/index.d.ts +2 -0
- package/cddc/index.js +27 -0
- package/cddc/index.js.map +1 -0
- package/cdn/domainConfig.d.ts +21 -1
- package/cdn/domainConfig.js +9 -1
- package/cdn/domainConfig.js.map +1 -1
- package/cdn/getRealTimeLogDeliveries.d.ts +49 -0
- package/cdn/getRealTimeLogDeliveries.js +40 -0
- package/cdn/getRealTimeLogDeliveries.js.map +1 -0
- package/cdn/index.d.ts +2 -0
- package/cdn/index.js +6 -0
- package/cdn/index.js.map +1 -1
- package/cdn/realTimeLogDelivery.d.ts +123 -0
- package/cdn/realTimeLogDelivery.js +101 -0
- package/cdn/realTimeLogDelivery.js.map +1 -0
- package/clickhouse/account.d.ts +140 -0
- package/clickhouse/account.js +115 -0
- package/clickhouse/account.js.map +1 -0
- package/clickhouse/dbCluster.d.ts +270 -0
- package/clickhouse/dbCluster.js +140 -0
- package/clickhouse/dbCluster.js.map +1 -0
- package/clickhouse/getAccounts.d.ts +82 -0
- package/clickhouse/getAccounts.js +64 -0
- package/clickhouse/getAccounts.js.map +1 -0
- package/clickhouse/getDbClusters.d.ts +70 -0
- package/clickhouse/getDbClusters.js +54 -0
- package/clickhouse/getDbClusters.js.map +1 -0
- package/clickhouse/getRegions.d.ts +51 -0
- package/clickhouse/getRegions.js +43 -0
- package/clickhouse/getRegions.js.map +1 -0
- package/clickhouse/index.d.ts +5 -0
- package/clickhouse/index.js +34 -0
- package/clickhouse/index.js.map +1 -0
- package/cloudauth/faceConfig.d.ts +97 -0
- package/cloudauth/faceConfig.js +89 -0
- package/cloudauth/faceConfig.js.map +1 -0
- package/cloudauth/getFaceConfigs.d.ts +55 -0
- package/cloudauth/getFaceConfigs.js +46 -0
- package/cloudauth/getFaceConfigs.js.map +1 -0
- package/cloudauth/index.d.ts +2 -0
- package/cloudauth/index.js +27 -0
- package/cloudauth/index.js.map +1 -0
- package/cloudfirewall/controlPolicyOrder.d.ts +1 -1
- package/cloudfirewall/controlPolicyOrder.js +1 -1
- package/cloudsso/directory.d.ts +115 -0
- package/cloudsso/directory.js +86 -0
- package/cloudsso/directory.js.map +1 -0
- package/cloudsso/getDirectories.d.ts +61 -0
- package/cloudsso/getDirectories.js +48 -0
- package/cloudsso/getDirectories.js.map +1 -0
- package/cloudsso/getGroups.d.ts +71 -0
- package/cloudsso/getGroups.js +53 -0
- package/cloudsso/getGroups.js.map +1 -0
- package/cloudsso/getScimServerCredentials.d.ts +60 -0
- package/cloudsso/getScimServerCredentials.js +47 -0
- package/cloudsso/getScimServerCredentials.js.map +1 -0
- package/cloudsso/group.d.ts +97 -0
- package/cloudsso/group.js +79 -0
- package/cloudsso/group.js.map +1 -0
- package/cloudsso/index.d.ts +6 -0
- package/cloudsso/index.js +39 -0
- package/cloudsso/index.js.map +1 -0
- package/cloudsso/scimServerCredential.d.ts +85 -0
- package/cloudsso/scimServerCredential.js +74 -0
- package/cloudsso/scimServerCredential.js.map +1 -0
- package/cloudstoragegateway/gateway.d.ts +239 -0
- package/cloudstoragegateway/gateway.js +137 -0
- package/cloudstoragegateway/gateway.js.map +1 -0
- package/cloudstoragegateway/getGateways.d.ts +62 -0
- package/cloudstoragegateway/getGateways.js +44 -0
- package/cloudstoragegateway/getGateways.js.map +1 -0
- package/cloudstoragegateway/index.d.ts +2 -0
- package/cloudstoragegateway/index.js +6 -0
- package/cloudstoragegateway/index.js.map +1 -1
- package/cms/alarm.d.ts +6 -6
- package/cms/getMetricRuleTemplates.d.ts +82 -0
- package/cms/getMetricRuleTemplates.js +57 -0
- package/cms/getMetricRuleTemplates.js.map +1 -0
- package/cms/index.d.ts +2 -0
- package/cms/index.js +6 -0
- package/cms/index.js.map +1 -1
- package/cms/metricRuleTemplate.d.ts +207 -0
- package/cms/metricRuleTemplate.js +115 -0
- package/cms/metricRuleTemplate.js.map +1 -0
- package/config/vars.d.ts +6 -2
- package/config/vars.js +6 -2
- package/config/vars.js.map +1 -1
- package/cr/registryEnterpriseInstance.d.ts +42 -0
- package/cr/registryEnterpriseInstance.js +6 -0
- package/cr/registryEnterpriseInstance.js.map +1 -1
- package/cs/edgeKubernetes.d.ts +1 -1
- package/cs/getRegistryEnterpriseInstances.d.ts +5 -0
- package/cs/getRegistryEnterpriseInstances.js +1 -0
- package/cs/getRegistryEnterpriseInstances.js.map +1 -1
- package/cs/nodePool.d.ts +3 -3
- package/databasefilesystem/getInstances.d.ts +59 -0
- package/databasefilesystem/getInstances.js +46 -0
- package/databasefilesystem/getInstances.js.map +1 -0
- package/databasefilesystem/index.d.ts +2 -0
- package/databasefilesystem/index.js +27 -0
- package/databasefilesystem/index.js.map +1 -0
- package/databasefilesystem/instance.d.ts +232 -0
- package/databasefilesystem/instance.js +122 -0
- package/databasefilesystem/instance.js.map +1 -0
- package/databasegateway/gateway.d.ts +96 -0
- package/databasegateway/gateway.js +85 -0
- package/databasegateway/gateway.js.map +1 -0
- package/databasegateway/getGateways.d.ts +69 -0
- package/databasegateway/getGateways.js +48 -0
- package/databasegateway/getGateways.js.map +1 -0
- package/databasegateway/index.d.ts +2 -0
- package/databasegateway/index.js +27 -0
- package/databasegateway/index.js.map +1 -0
- package/dfs/accessGroup.d.ts +101 -0
- package/dfs/accessGroup.js +89 -0
- package/dfs/accessGroup.js.map +1 -0
- package/dfs/getAccessGroups.d.ts +62 -0
- package/dfs/getAccessGroups.js +49 -0
- package/dfs/getAccessGroups.js.map +1 -0
- package/dfs/index.d.ts +2 -0
- package/dfs/index.js +27 -0
- package/dfs/index.js.map +1 -0
- package/directmail/domain.d.ts +84 -0
- package/directmail/domain.js +83 -0
- package/directmail/domain.js.map +1 -0
- package/directmail/getDomains.d.ts +75 -0
- package/directmail/getDomains.js +54 -0
- package/directmail/getDomains.js.map +1 -0
- package/directmail/getMailAddresses.d.ts +59 -0
- package/directmail/getMailAddresses.js +43 -0
- package/directmail/getMailAddresses.js.map +1 -0
- package/directmail/index.d.ts +4 -0
- package/directmail/index.js +12 -0
- package/directmail/index.js.map +1 -1
- package/directmail/mailAddress.d.ts +126 -0
- package/directmail/mailAddress.js +98 -0
- package/directmail/mailAddress.js.map +1 -0
- package/dts/getSubscriptionJobs.d.ts +64 -0
- package/dts/getSubscriptionJobs.js +42 -0
- package/dts/getSubscriptionJobs.js.map +1 -0
- package/dts/getSynchronizationJobs.d.ts +54 -0
- package/dts/getSynchronizationJobs.js +41 -0
- package/dts/getSynchronizationJobs.js.map +1 -0
- package/dts/index.d.ts +6 -0
- package/dts/index.js +43 -0
- package/dts/index.js.map +1 -0
- package/dts/jobMonitorRule.d.ts +125 -0
- package/dts/jobMonitorRule.js +93 -0
- package/dts/jobMonitorRule.js.map +1 -0
- package/dts/subscriptionJob.d.ts +590 -0
- package/dts/subscriptionJob.js +218 -0
- package/dts/subscriptionJob.js.map +1 -0
- package/dts/synchronizationInstance.d.ts +222 -0
- package/dts/synchronizationInstance.js +123 -0
- package/dts/synchronizationInstance.js.map +1 -0
- package/dts/synchronizationJob.d.ts +548 -0
- package/dts/synchronizationJob.js +216 -0
- package/dts/synchronizationJob.js.map +1 -0
- package/eais/getInstances.d.ts +64 -0
- package/eais/getInstances.js +47 -0
- package/eais/getInstances.js.map +1 -0
- package/eais/index.d.ts +2 -0
- package/eais/index.js +27 -0
- package/eais/index.js.map +1 -0
- package/eais/instance.d.ts +119 -0
- package/eais/instance.js +84 -0
- package/eais/instance.js.map +1 -0
- package/ecs/copyImage.d.ts +3 -0
- package/ecs/copyImage.js +2 -0
- package/ecs/copyImage.js.map +1 -1
- package/ecs/image.d.ts +3 -0
- package/ecs/image.js +2 -0
- package/ecs/image.js.map +1 -1
- package/ecs/imageCopy.d.ts +3 -0
- package/ecs/imageCopy.js +2 -0
- package/ecs/imageCopy.js.map +1 -1
- package/ecs/instance.d.ts +3 -3
- package/ehpc/getJobTemplates.d.ts +48 -0
- package/ehpc/getJobTemplates.js +44 -0
- package/ehpc/getJobTemplates.js.map +1 -0
- package/ehpc/index.d.ts +2 -0
- package/ehpc/index.js +27 -0
- package/ehpc/index.js.map +1 -0
- package/ehpc/jobTemplate.d.ts +269 -0
- package/ehpc/jobTemplate.js +117 -0
- package/ehpc/jobTemplate.js.map +1 -0
- package/ens/getKeyPairs.d.ts +57 -0
- package/ens/getKeyPairs.js +42 -0
- package/ens/getKeyPairs.js.map +1 -0
- package/ens/index.d.ts +2 -0
- package/ens/index.js +27 -0
- package/ens/index.js.map +1 -0
- package/ens/keyPair.d.ts +89 -0
- package/ens/keyPair.js +87 -0
- package/ens/keyPair.js.map +1 -0
- package/ess/scalingConfiguration.d.ts +12 -0
- package/ess/scalingConfiguration.js +2 -0
- package/ess/scalingConfiguration.js.map +1 -1
- package/eventbridge/slr.d.ts +4 -4
- package/eventbridge/slr.js +1 -1
- package/expressconnect/getAccessPoints.d.ts +59 -0
- package/expressconnect/getAccessPoints.js +46 -0
- package/expressconnect/getAccessPoints.js.map +1 -0
- package/expressconnect/getPhysicalConnectionService.d.ts +43 -0
- package/expressconnect/getPhysicalConnectionService.js +38 -0
- package/expressconnect/getPhysicalConnectionService.js.map +1 -0
- package/expressconnect/getPhysicalConnections.d.ts +64 -0
- package/expressconnect/getPhysicalConnections.js +47 -0
- package/expressconnect/getPhysicalConnections.js.map +1 -0
- package/expressconnect/getVirtualBorderRouters.d.ts +46 -0
- package/expressconnect/getVirtualBorderRouters.js +29 -0
- package/expressconnect/getVirtualBorderRouters.js.map +1 -0
- package/expressconnect/index.d.ts +6 -0
- package/expressconnect/index.js +35 -0
- package/expressconnect/index.js.map +1 -0
- package/expressconnect/physicalConnection.d.ts +246 -0
- package/expressconnect/physicalConnection.js +124 -0
- package/expressconnect/physicalConnection.js.map +1 -0
- package/expressconnect/virtualBorderRouter.d.ts +303 -0
- package/expressconnect/virtualBorderRouter.js +140 -0
- package/expressconnect/virtualBorderRouter.js.map +1 -0
- package/getMscSubContacts.d.ts +52 -0
- package/getMscSubContacts.js +43 -0
- package/getMscSubContacts.js.map +1 -0
- package/getMscSubSubscriptions.d.ts +37 -0
- package/getMscSubSubscriptions.js +37 -0
- package/getMscSubSubscriptions.js.map +1 -0
- package/getZones.d.ts +0 -1
- package/gpdb/instance.d.ts +2 -2
- package/gpdb/instance.js +2 -2
- package/graphdatabase/dbInstance.d.ts +192 -0
- package/graphdatabase/dbInstance.js +128 -0
- package/graphdatabase/dbInstance.js.map +1 -0
- package/graphdatabase/getDbInstances.d.ts +69 -0
- package/graphdatabase/getDbInstances.js +53 -0
- package/graphdatabase/getDbInstances.js.map +1 -0
- package/graphdatabase/index.d.ts +2 -0
- package/graphdatabase/index.js +27 -0
- package/graphdatabase/index.js.map +1 -0
- package/hbr/ecsBackupClient.d.ts +218 -0
- package/hbr/ecsBackupClient.js +123 -0
- package/hbr/ecsBackupClient.js.map +1 -0
- package/hbr/ecsBackupPlan.d.ts +245 -0
- package/hbr/ecsBackupPlan.js +153 -0
- package/hbr/ecsBackupPlan.js.map +1 -0
- package/hbr/getBackupJobs.d.ts +47 -0
- package/hbr/getBackupJobs.js +29 -0
- package/hbr/getBackupJobs.js.map +1 -0
- package/hbr/getEcsBackupClients.d.ts +59 -0
- package/hbr/getEcsBackupClients.js +47 -0
- package/hbr/getEcsBackupClients.js.map +1 -0
- package/hbr/getEcsBackupPlans.d.ts +60 -0
- package/hbr/getEcsBackupPlans.js +43 -0
- package/hbr/getEcsBackupPlans.js.map +1 -0
- package/hbr/getNasBackupPlans.d.ts +60 -0
- package/hbr/getNasBackupPlans.js +43 -0
- package/hbr/getNasBackupPlans.js.map +1 -0
- package/hbr/getOssBackupPlans.d.ts +2 -2
- package/hbr/getRestoreJobs.d.ts +84 -0
- package/hbr/getRestoreJobs.js +50 -0
- package/hbr/getRestoreJobs.js.map +1 -0
- package/hbr/getSnapshots.d.ts +84 -0
- package/hbr/getSnapshots.js +37 -0
- package/hbr/getSnapshots.js.map +1 -0
- package/hbr/index.d.ts +10 -0
- package/hbr/index.js +26 -0
- package/hbr/index.js.map +1 -1
- package/hbr/nasBackupPlan.d.ts +232 -0
- package/hbr/nasBackupPlan.js +142 -0
- package/hbr/nasBackupPlan.js.map +1 -0
- package/hbr/ossBackupPlan.d.ts +32 -31
- package/hbr/ossBackupPlan.js +15 -5
- package/hbr/ossBackupPlan.js.map +1 -1
- package/hbr/restoreJob.d.ts +284 -0
- package/hbr/restoreJob.js +154 -0
- package/hbr/restoreJob.js.map +1 -0
- package/hbr/vault.d.ts +2 -2
- package/hbr/vault.js +2 -2
- package/imm/getProjects.d.ts +44 -0
- package/imm/getProjects.js +40 -0
- package/imm/getProjects.js.map +1 -0
- package/imm/index.d.ts +2 -0
- package/imm/index.js +27 -0
- package/imm/index.js.map +1 -0
- package/imm/project.d.ts +108 -0
- package/imm/project.js +103 -0
- package/imm/project.js.map +1 -0
- package/imp/appTemplate.d.ts +145 -0
- package/imp/appTemplate.js +100 -0
- package/imp/appTemplate.js.map +1 -0
- package/imp/getAppTemplates.d.ts +57 -0
- package/imp/getAppTemplates.js +44 -0
- package/imp/getAppTemplates.js.map +1 -0
- package/imp/index.d.ts +2 -0
- package/imp/index.js +27 -0
- package/imp/index.js.map +1 -0
- package/index.d.ts +31 -1
- package/index.js +74 -0
- package/index.js.map +1 -1
- package/iot/deviceGroup.d.ts +112 -0
- package/iot/deviceGroup.js +87 -0
- package/iot/deviceGroup.js.map +1 -0
- package/iot/getDeviceGroups.d.ts +67 -0
- package/iot/getDeviceGroups.js +43 -0
- package/iot/getDeviceGroups.js.map +1 -0
- package/iot/index.d.ts +2 -0
- package/iot/index.js +18 -0
- package/iot/index.js.map +1 -1
- package/kvstore/instance.d.ts +3 -3
- package/lindorm/getInstances.d.ts +72 -0
- package/lindorm/getInstances.js +47 -0
- package/lindorm/getInstances.js.map +1 -0
- package/lindorm/index.d.ts +2 -0
- package/lindorm/index.js +27 -0
- package/lindorm/index.js.map +1 -0
- package/lindorm/instance.d.ts +383 -0
- package/lindorm/instance.js +128 -0
- package/lindorm/instance.js.map +1 -0
- package/log/audit.d.ts +50 -0
- package/log/audit.js +40 -0
- package/log/audit.js.map +1 -1
- package/mhub/app.d.ts +153 -0
- package/mhub/app.js +104 -0
- package/mhub/app.js.map +1 -0
- package/mhub/getApps.d.ts +51 -0
- package/mhub/getApps.js +29 -0
- package/mhub/getApps.js.map +1 -0
- package/mhub/getProducts.d.ts +55 -0
- package/mhub/getProducts.js +46 -0
- package/mhub/getProducts.js.map +1 -0
- package/mhub/index.d.ts +4 -0
- package/mhub/index.js +33 -0
- package/mhub/index.js.map +1 -0
- package/mhub/product.d.ts +76 -0
- package/mhub/product.js +81 -0
- package/mhub/product.js.map +1 -0
- package/mongodb/instance.d.ts +21 -0
- package/mongodb/instance.js +2 -0
- package/mongodb/instance.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +21 -0
- package/mongodb/shardingInstance.js +2 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/mscSubContract.d.ts +113 -0
- package/mscSubContract.js +97 -0
- package/mscSubContract.js.map +1 -0
- package/mscSubSubscription.d.ts +179 -0
- package/mscSubSubscription.js +102 -0
- package/mscSubSubscription.js.map +1 -0
- package/opensearch/appGroup.d.ts +190 -0
- package/opensearch/appGroup.js +117 -0
- package/opensearch/appGroup.js.map +1 -0
- package/opensearch/getAppGroups.d.ts +84 -0
- package/opensearch/getAppGroups.js +58 -0
- package/opensearch/getAppGroups.js.map +1 -0
- package/opensearch/index.d.ts +2 -0
- package/opensearch/index.js +27 -0
- package/opensearch/index.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/polardb/endpoint.d.ts +8 -1
- package/polardb/endpoint.js +7 -1
- package/polardb/endpoint.js.map +1 -1
- package/provider.d.ts +6 -2
- package/provider.js +2 -0
- package/provider.js.map +1 -1
- package/pvtz/index.d.ts +1 -0
- package/pvtz/index.js +5 -0
- package/pvtz/index.js.map +1 -1
- package/pvtz/userVpcAuthorization.d.ts +100 -0
- package/pvtz/userVpcAuthorization.js +85 -0
- package/pvtz/userVpcAuthorization.js.map +1 -0
- package/quickbi/getUsers.d.ts +54 -0
- package/quickbi/getUsers.js +42 -0
- package/quickbi/getUsers.js.map +1 -0
- package/quickbi/index.d.ts +2 -0
- package/quickbi/index.js +27 -0
- package/quickbi/index.js.map +1 -0
- package/quickbi/user.d.ts +140 -0
- package/quickbi/user.js +107 -0
- package/quickbi/user.js.map +1 -0
- package/rdc/getOrganizations.d.ts +65 -0
- package/rdc/getOrganizations.js +52 -0
- package/rdc/getOrganizations.js.map +1 -0
- package/rdc/index.d.ts +2 -0
- package/rdc/index.js +27 -0
- package/rdc/index.js.map +1 -0
- package/rdc/organization.d.ts +113 -0
- package/rdc/organization.js +91 -0
- package/rdc/organization.js.map +1 -0
- package/rds/getInstanceClasses.d.ts +8 -3
- package/rds/getInstanceClasses.js +1 -0
- package/rds/getInstanceClasses.js.map +1 -1
- package/rds/getInstanceEngines.d.ts +18 -1
- package/rds/getInstanceEngines.js +2 -0
- package/rds/getInstanceEngines.js.map +1 -1
- package/rds/getInstances.d.ts +5 -0
- package/rds/getInstances.js +1 -0
- package/rds/getInstances.js.map +1 -1
- package/rds/getZones.d.ts +28 -1
- package/rds/getZones.js +6 -0
- package/rds/getZones.js.map +1 -1
- package/rds/instance.d.ts +52 -1
- package/rds/instance.js +4 -0
- package/rds/instance.js.map +1 -1
- package/sae/application.d.ts +705 -0
- package/sae/application.js +216 -0
- package/sae/application.js.map +1 -0
- package/sae/getApplications.d.ts +116 -0
- package/sae/getApplications.js +80 -0
- package/sae/getApplications.js.map +1 -0
- package/sae/getIngresses.d.ts +40 -0
- package/sae/getIngresses.js +27 -0
- package/sae/getIngresses.js.map +1 -0
- package/sae/index.d.ts +4 -0
- package/sae/index.js +12 -0
- package/sae/index.js.map +1 -1
- package/sae/ingress.d.ts +192 -0
- package/sae/ingress.js +145 -0
- package/sae/ingress.js.map +1 -0
- package/sddp/config.d.ts +113 -0
- package/sddp/config.js +85 -0
- package/sddp/config.js.map +1 -0
- package/sddp/getConfigs.d.ts +51 -0
- package/sddp/getConfigs.js +46 -0
- package/sddp/getConfigs.js.map +1 -0
- package/sddp/getInstances.d.ts +37 -0
- package/sddp/getInstances.js +37 -0
- package/sddp/getInstances.js.map +1 -0
- package/sddp/getRules.d.ts +104 -0
- package/sddp/getRules.js +58 -0
- package/sddp/getRules.js.map +1 -0
- package/sddp/index.d.ts +6 -0
- package/sddp/index.js +39 -0
- package/sddp/index.js.map +1 -0
- package/sddp/instance.d.ts +279 -0
- package/sddp/instance.js +146 -0
- package/sddp/instance.js.map +1 -0
- package/sddp/rule.d.ts +296 -0
- package/sddp/rule.js +119 -0
- package/sddp/rule.js.map +1 -0
- package/securitycenter/getGroups.d.ts +50 -0
- package/securitycenter/getGroups.js +41 -0
- package/securitycenter/getGroups.js.map +1 -0
- package/securitycenter/group.d.ts +88 -0
- package/securitycenter/group.js +80 -0
- package/securitycenter/group.js.map +1 -0
- package/securitycenter/index.d.ts +2 -0
- package/securitycenter/index.js +27 -0
- package/securitycenter/index.js.map +1 -0
- package/servicemesh/getServiceMeshes.d.ts +66 -0
- package/servicemesh/getServiceMeshes.js +52 -0
- package/servicemesh/getServiceMeshes.js.map +1 -0
- package/servicemesh/index.d.ts +2 -0
- package/servicemesh/index.js +27 -0
- package/servicemesh/index.js.map +1 -0
- package/servicemesh/serviceMesh.d.ts +144 -0
- package/servicemesh/serviceMesh.js +82 -0
- package/servicemesh/serviceMesh.js.map +1 -0
- package/simpleapplicationserver/getImages.d.ts +33 -0
- package/simpleapplicationserver/getImages.js +23 -0
- package/simpleapplicationserver/getImages.js.map +1 -0
- package/simpleapplicationserver/getInstances.d.ts +64 -0
- package/simpleapplicationserver/getInstances.js +47 -0
- package/simpleapplicationserver/getInstances.js.map +1 -0
- package/simpleapplicationserver/getServerPlans.d.ts +73 -0
- package/simpleapplicationserver/getServerPlans.js +49 -0
- package/simpleapplicationserver/getServerPlans.js.map +1 -0
- package/simpleapplicationserver/index.d.ts +4 -0
- package/simpleapplicationserver/index.js +29 -0
- package/simpleapplicationserver/index.js.map +1 -0
- package/simpleapplicationserver/instance.d.ts +171 -0
- package/simpleapplicationserver/instance.js +92 -0
- package/simpleapplicationserver/instance.js.map +1 -0
- package/slb/getTlsCipherPolicies.d.ts +72 -0
- package/slb/getTlsCipherPolicies.js +51 -0
- package/slb/getTlsCipherPolicies.js.map +1 -0
- package/slb/index.d.ts +2 -0
- package/slb/index.js +6 -0
- package/slb/index.js.map +1 -1
- package/slb/listener.d.ts +8 -5
- package/slb/listener.js +2 -2
- package/slb/listener.js.map +1 -1
- package/slb/tlsCipherPolicy.d.ts +113 -0
- package/slb/tlsCipherPolicy.js +98 -0
- package/slb/tlsCipherPolicy.js.map +1 -0
- package/types/input.d.ts +1040 -27
- package/types/output.d.ts +15106 -8672
- package/videosurveillance/getSystemGroups.d.ts +72 -0
- package/videosurveillance/getSystemGroups.js +51 -0
- package/videosurveillance/getSystemGroups.js.map +1 -0
- package/videosurveillance/index.d.ts +2 -0
- package/videosurveillance/index.js +18 -0
- package/videosurveillance/index.js.map +1 -1
- package/videosurveillance/systemGroup.d.ts +220 -0
- package/videosurveillance/systemGroup.js +125 -0
- package/videosurveillance/systemGroup.js.map +1 -0
- package/vod/domain.d.ts +231 -0
- package/vod/domain.js +122 -0
- package/vod/domain.js.map +1 -0
- package/vod/getDomains.d.ts +92 -0
- package/vod/getDomains.js +61 -0
- package/vod/getDomains.js.map +1 -0
- package/vod/index.d.ts +2 -0
- package/vod/index.js +27 -0
- package/vod/index.js.map +1 -0
- package/vpc/dhcpOptionsSet.d.ts +156 -0
- package/vpc/dhcpOptionsSet.js +95 -0
- package/vpc/dhcpOptionsSet.js.map +1 -0
- package/vpc/getDhcpOptionsSets.d.ts +87 -0
- package/vpc/getDhcpOptionsSets.js +62 -0
- package/vpc/getDhcpOptionsSets.js.map +1 -0
- package/vpc/getNatIpCidrs.d.ts +56 -0
- package/vpc/getNatIpCidrs.js +30 -0
- package/vpc/getNatIpCidrs.js.map +1 -0
- package/vpc/getNatIps.d.ts +105 -0
- package/vpc/getNatIps.js +78 -0
- package/vpc/getNatIps.js.map +1 -0
- package/vpc/index.d.ts +6 -0
- package/vpc/index.js +18 -0
- package/vpc/index.js.map +1 -1
- package/vpc/natGateway.d.ts +23 -11
- package/vpc/natGateway.js +2 -0
- package/vpc/natGateway.js.map +1 -1
- package/vpc/natIp.d.ts +190 -0
- package/vpc/natIp.js +129 -0
- package/vpc/natIp.js.map +1 -0
- package/vpc/natIpCidr.d.ts +156 -0
- package/vpc/natIpCidr.js +115 -0
- package/vpc/natIpCidr.js.map +1 -0
- package/waf/certificate.d.ts +145 -0
- package/waf/certificate.js +103 -0
- package/waf/certificate.js.map +1 -0
- package/waf/getCertificates.d.ts +62 -0
- package/waf/getCertificates.js +44 -0
- package/waf/getCertificates.js.map +1 -0
- package/waf/index.d.ts +2 -0
- package/waf/index.js +6 -0
- package/waf/index.js.map +1 -1
- package/yundun/bastionHostInstance.d.ts +0 -89
- package/yundun/bastionHostInstance.js +0 -35
- package/yundun/bastionHostInstance.js.map +1 -1
- package/yundun/getBastionHostInstances.d.ts +0 -46
- package/yundun/getBastionHostInstances.js +0 -18
- package/yundun/getBastionHostInstances.js.map +1 -1
|
@@ -0,0 +1,590 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a DTS Subscription Job resource.
|
|
4
|
+
*
|
|
5
|
+
* For information about DTS Subscription Job and how to use it, see [What is Subscription Job](https://help.aliyun.com/document_detail/254791.html).
|
|
6
|
+
*
|
|
7
|
+
* > **NOTE:** Available in v1.138.0+.
|
|
8
|
+
*
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* Basic Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as alicloud from "@pulumi/alicloud";
|
|
16
|
+
*
|
|
17
|
+
* const config = new pulumi.Config();
|
|
18
|
+
* const name = config.get("name") || "dtsSubscriptionJob";
|
|
19
|
+
* const creation = config.get("creation") || "Rds";
|
|
20
|
+
* const defaultZones = alicloud.getZones({
|
|
21
|
+
* availableResourceCreation: creation,
|
|
22
|
+
* });
|
|
23
|
+
* const defaultNetwork = new alicloud.vpc.Network("defaultNetwork", {
|
|
24
|
+
* vpcName: name,
|
|
25
|
+
* cidrBlock: "172.16.0.0/16",
|
|
26
|
+
* });
|
|
27
|
+
* const defaultSwitch = new alicloud.vpc.Switch("defaultSwitch", {
|
|
28
|
+
* vpcId: defaultNetwork.id,
|
|
29
|
+
* cidrBlock: "172.16.0.0/24",
|
|
30
|
+
* zoneId: defaultZones.then(defaultZones => defaultZones.zones[0].id),
|
|
31
|
+
* vswitchName: name,
|
|
32
|
+
* });
|
|
33
|
+
* const instance = new alicloud.rds.Instance("instance", {
|
|
34
|
+
* engine: "MySQL",
|
|
35
|
+
* engineVersion: "5.6",
|
|
36
|
+
* instanceType: "rds.mysql.s1.small",
|
|
37
|
+
* instanceStorage: "10",
|
|
38
|
+
* vswitchId: defaultSwitch.id,
|
|
39
|
+
* instanceName: name,
|
|
40
|
+
* });
|
|
41
|
+
* const db: alicloud.rds.Database[];
|
|
42
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
43
|
+
* db.push(new alicloud.rds.Database(`db-${range.value}`, {
|
|
44
|
+
* instanceId: instance.id,
|
|
45
|
+
* description: "from terraform",
|
|
46
|
+
* }));
|
|
47
|
+
* }
|
|
48
|
+
* const account = new alicloud.rds.Account("account", {
|
|
49
|
+
* instanceId: instance.id,
|
|
50
|
+
* password: "Test12345",
|
|
51
|
+
* description: "from terraform",
|
|
52
|
+
* });
|
|
53
|
+
* const privilege = new alicloud.rds.AccountPrivilege("privilege", {
|
|
54
|
+
* instanceId: instance.id,
|
|
55
|
+
* accountName: account.name,
|
|
56
|
+
* privilege: "ReadWrite",
|
|
57
|
+
* dbNames: db.map(__item => __item.name),
|
|
58
|
+
* });
|
|
59
|
+
* const default1Networks = alicloud.vpc.getNetworks({
|
|
60
|
+
* nameRegex: "default-NODELETING",
|
|
61
|
+
* });
|
|
62
|
+
* const default1Switches = alicloud.vpc.getSwitches({
|
|
63
|
+
* vpcId: data.alicloud_vpcs["default"].ids[0],
|
|
64
|
+
* });
|
|
65
|
+
* const defaultSubscriptionJob = new alicloud.dts.SubscriptionJob("defaultSubscriptionJob", {
|
|
66
|
+
* dtsJobName: name,
|
|
67
|
+
* paymentType: "PostPaid",
|
|
68
|
+
* sourceEndpointEngineName: "MySQL",
|
|
69
|
+
* sourceEndpointRegion: "cn-hangzhou",
|
|
70
|
+
* sourceEndpointInstanceType: "RDS",
|
|
71
|
+
* sourceEndpointInstanceId: instance.id,
|
|
72
|
+
* sourceEndpointDatabaseName: "tfaccountpri_0",
|
|
73
|
+
* sourceEndpointUserName: "tftestprivilege",
|
|
74
|
+
* sourceEndpointPassword: "Test12345",
|
|
75
|
+
* dbList: " {\"dtstestdata\": {\"name\": \"tfaccountpri_0\", \"all\": true}}\n",
|
|
76
|
+
* subscriptionInstanceNetworkType: "vpc",
|
|
77
|
+
* subscriptionInstanceVpcId: default1Networks.then(default1Networks => default1Networks.ids[0]),
|
|
78
|
+
* subscriptionInstanceVswitchId: default1Switches.then(default1Switches => default1Switches.ids[0]),
|
|
79
|
+
* status: "Normal",
|
|
80
|
+
* });
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* ## Import
|
|
84
|
+
*
|
|
85
|
+
* DTS Subscription Job can be imported using the id, e.g.
|
|
86
|
+
*
|
|
87
|
+
* ```sh
|
|
88
|
+
* $ pulumi import alicloud:dts/subscriptionJob:SubscriptionJob example <id>
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare class SubscriptionJob extends pulumi.CustomResource {
|
|
92
|
+
/**
|
|
93
|
+
* Get an existing SubscriptionJob resource's state with the given name, ID, and optional extra
|
|
94
|
+
* properties used to qualify the lookup.
|
|
95
|
+
*
|
|
96
|
+
* @param name The _unique_ name of the resulting resource.
|
|
97
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
98
|
+
* @param state Any extra arguments used during the lookup.
|
|
99
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
100
|
+
*/
|
|
101
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SubscriptionJobState, opts?: pulumi.CustomResourceOptions): SubscriptionJob;
|
|
102
|
+
/**
|
|
103
|
+
* Returns true if the given object is an instance of SubscriptionJob. This is designed to work even
|
|
104
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
105
|
+
*/
|
|
106
|
+
static isInstance(obj: any): obj is SubscriptionJob;
|
|
107
|
+
/**
|
|
108
|
+
* Subscription start time in Unix timestamp format.
|
|
109
|
+
*/
|
|
110
|
+
readonly checkpoint: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* [ETL specifications](https://help.aliyun.com/document_detail/212324.html). The unit is the computing unit ComputeUnit (CU), 1CU=1vCPU+4 GB memory. The value range is an integer greater than or equal to 2.
|
|
113
|
+
*/
|
|
114
|
+
readonly computeUnit: pulumi.Output<number | undefined>;
|
|
115
|
+
/**
|
|
116
|
+
* The number of private customized RDS instances under PolarDB-X. The default value is 1. This parameter needs to be passed only when `sourceEndpointEngineName` equals `drds`.
|
|
117
|
+
*/
|
|
118
|
+
readonly databaseCount: pulumi.Output<number | undefined>;
|
|
119
|
+
/**
|
|
120
|
+
* Subscription object, in the format of JSON strings. For detailed definitions, please refer to the description of migration, synchronization or subscription objects [document](https://help.aliyun.com/document_detail/209545.html).
|
|
121
|
+
*/
|
|
122
|
+
readonly dbList: pulumi.Output<string | undefined>;
|
|
123
|
+
/**
|
|
124
|
+
* This parameter decides whether to monitor the delay status. Valid values: `true`, `false`.
|
|
125
|
+
*/
|
|
126
|
+
readonly delayNotice: pulumi.Output<boolean | undefined>;
|
|
127
|
+
/**
|
|
128
|
+
* The mobile phone number of the contact who delayed the alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
129
|
+
*/
|
|
130
|
+
readonly delayPhone: pulumi.Output<string | undefined>;
|
|
131
|
+
/**
|
|
132
|
+
* When `delayNotice` is set to `true`, this parameter must be passed in. The threshold for triggering the delay alarm. The unit is second and needs to be an integer. The threshold can be set according to business needs. It is recommended to set it above 10 seconds to avoid delay fluctuations caused by network and database load.
|
|
133
|
+
*/
|
|
134
|
+
readonly delayRuleTime: pulumi.Output<string | undefined>;
|
|
135
|
+
/**
|
|
136
|
+
* The destination endpoint engine name. Valid values: `ADS`, `DB2`, `DRDS`, `DataHub`, `Greenplum`, `MSSQL`, `MySQL`, `PolarDB`, `PostgreSQL`, `Redis`, `Tablestore`, `as400`, `clickhouse`, `kafka`, `mongodb`, `odps`, `oracle`, `polardbO`, `polardbPg`, `tidb`.
|
|
137
|
+
*/
|
|
138
|
+
readonly destinationEndpointEngineName: pulumi.Output<string | undefined>;
|
|
139
|
+
/**
|
|
140
|
+
* The destination region. List of [supported regions](https://help.aliyun.com/document_detail/141033.html).
|
|
141
|
+
*/
|
|
142
|
+
readonly destinationRegion: pulumi.Output<string | undefined>;
|
|
143
|
+
/**
|
|
144
|
+
* The ID of subscription instance.
|
|
145
|
+
*/
|
|
146
|
+
readonly dtsInstanceId: pulumi.Output<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The name of subscription task.
|
|
149
|
+
*/
|
|
150
|
+
readonly dtsJobName: pulumi.Output<string | undefined>;
|
|
151
|
+
/**
|
|
152
|
+
* This parameter decides whether to monitor abnormal status. Valid values: `true`, `false`.
|
|
153
|
+
*/
|
|
154
|
+
readonly errorNotice: pulumi.Output<boolean | undefined>;
|
|
155
|
+
/**
|
|
156
|
+
* The mobile phone number of the contact for abnormal alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
157
|
+
*/
|
|
158
|
+
readonly errorPhone: pulumi.Output<string | undefined>;
|
|
159
|
+
/**
|
|
160
|
+
* The instance class. Valid values: `large`, `medium`, `micro`, `small`, `xlarge`, `xxlarge`.
|
|
161
|
+
*/
|
|
162
|
+
readonly instanceClass: pulumi.Output<string | undefined>;
|
|
163
|
+
/**
|
|
164
|
+
* The duration of prepaid instance purchase. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
165
|
+
*/
|
|
166
|
+
readonly paymentDuration: pulumi.Output<number | undefined>;
|
|
167
|
+
/**
|
|
168
|
+
* The payment duration unit. Valid values: `Month`, `Year`. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
169
|
+
*/
|
|
170
|
+
readonly paymentDurationUnit: pulumi.Output<string | undefined>;
|
|
171
|
+
/**
|
|
172
|
+
* The payment type of the resource. Valid values: `Subscription`, `PayAsYouGo`.
|
|
173
|
+
*/
|
|
174
|
+
readonly paymentType: pulumi.Output<string>;
|
|
175
|
+
/**
|
|
176
|
+
* DTS reserves parameters, the format is a JSON string, you can pass in this parameter to complete the source and target database information (such as the data storage format of the target Kafka database, the instance ID of the cloud enterprise network CEN). For more information, please refer to the parameter description of the [Reserve parameter](https://help.aliyun.com/document_detail/176470.html).
|
|
177
|
+
*/
|
|
178
|
+
readonly reserve: pulumi.Output<string | undefined>;
|
|
179
|
+
/**
|
|
180
|
+
* To subscribe to the name of the database.
|
|
181
|
+
*/
|
|
182
|
+
readonly sourceEndpointDatabaseName: pulumi.Output<string | undefined>;
|
|
183
|
+
/**
|
|
184
|
+
* The source database type value is MySQL or Oracle. Valid values: `MySQL`, `Oracle`.
|
|
185
|
+
*/
|
|
186
|
+
readonly sourceEndpointEngineName: pulumi.Output<string | undefined>;
|
|
187
|
+
/**
|
|
188
|
+
* The ID of source instance. Only when the type of source database instance was RDS MySQL, PolarDB-X 1.0, PolarDB MySQL, this parameter can be available and must be set.
|
|
189
|
+
*/
|
|
190
|
+
readonly sourceEndpointInstanceId: pulumi.Output<string | undefined>;
|
|
191
|
+
/**
|
|
192
|
+
* The type of source instance. Valid values: `RDS`, `PolarDB`, `DRDS`, `LocalInstance`, `ECS`, `Express`, `CEN`, `dg`.
|
|
193
|
+
*/
|
|
194
|
+
readonly sourceEndpointInstanceType: pulumi.Output<string | undefined>;
|
|
195
|
+
/**
|
|
196
|
+
* The IP of source endpoint.
|
|
197
|
+
*/
|
|
198
|
+
readonly sourceEndpointIp: pulumi.Output<string | undefined>;
|
|
199
|
+
/**
|
|
200
|
+
* The SID of Oracle Database. When the source database is self-built Oracle and the Oracle database is a non-RAC instance, this parameter is available and must be passed in.
|
|
201
|
+
*/
|
|
202
|
+
readonly sourceEndpointOracleSid: pulumi.Output<string | undefined>;
|
|
203
|
+
/**
|
|
204
|
+
* The Alibaba Cloud account ID to which the source instance belongs. This parameter is only available when configuring data subscriptions across Alibaba Cloud accounts and must be passed in.
|
|
205
|
+
*/
|
|
206
|
+
readonly sourceEndpointOwnerId: pulumi.Output<string | undefined>;
|
|
207
|
+
/**
|
|
208
|
+
* The password of source database instance account.
|
|
209
|
+
*/
|
|
210
|
+
readonly sourceEndpointPassword: pulumi.Output<string | undefined>;
|
|
211
|
+
/**
|
|
212
|
+
* The port of source database.
|
|
213
|
+
*/
|
|
214
|
+
readonly sourceEndpointPort: pulumi.Output<string | undefined>;
|
|
215
|
+
/**
|
|
216
|
+
* The region of source database.
|
|
217
|
+
*/
|
|
218
|
+
readonly sourceEndpointRegion: pulumi.Output<string | undefined>;
|
|
219
|
+
/**
|
|
220
|
+
* Both the authorization roles. When the source instance and configure subscriptions task of the Alibaba Cloud account is not the same as the need to pass the parameter, to specify the source of the authorization roles, to allow configuration subscription task of the Alibaba Cloud account to access the source of the source instance information.
|
|
221
|
+
*/
|
|
222
|
+
readonly sourceEndpointRole: pulumi.Output<string | undefined>;
|
|
223
|
+
/**
|
|
224
|
+
* The username of source database instance account.
|
|
225
|
+
*/
|
|
226
|
+
readonly sourceEndpointUserName: pulumi.Output<string | undefined>;
|
|
227
|
+
/**
|
|
228
|
+
* The status of the task. Valid values: `Normal`, `Abnormal`. When a task created, it is in this state of `NotStarted`. You can specify this state to `Normal` to start the job, and specify this state of `Abnormal` to stop the job. **Note: We treat the state `Starting` as the state of `Normal`, and consider the two states to be consistent on the user side.**
|
|
229
|
+
*/
|
|
230
|
+
readonly status: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Whether to subscribe the DDL type of data. Valid values: `true`, `false`.
|
|
233
|
+
*/
|
|
234
|
+
readonly subscriptionDataTypeDdl: pulumi.Output<boolean>;
|
|
235
|
+
/**
|
|
236
|
+
* Whether to subscribe the DML type of data. Valid values: `true`, `false`.
|
|
237
|
+
*/
|
|
238
|
+
readonly subscriptionDataTypeDml: pulumi.Output<boolean>;
|
|
239
|
+
/**
|
|
240
|
+
* Subscription task type of network value: classic: classic Network. Virtual Private Cloud (vpc): a vpc. Valid values: `classic`, `vpc`.
|
|
241
|
+
*/
|
|
242
|
+
readonly subscriptionInstanceNetworkType: pulumi.Output<string | undefined>;
|
|
243
|
+
/**
|
|
244
|
+
* The ID of subscription vpc instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
245
|
+
*/
|
|
246
|
+
readonly subscriptionInstanceVpcId: pulumi.Output<string | undefined>;
|
|
247
|
+
/**
|
|
248
|
+
* The ID of subscription VSwitch instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
249
|
+
*/
|
|
250
|
+
readonly subscriptionInstanceVswitchId: pulumi.Output<string | undefined>;
|
|
251
|
+
/**
|
|
252
|
+
* The sync architecture. Valid values: `bidirectional`, `oneway`.
|
|
253
|
+
*/
|
|
254
|
+
readonly syncArchitecture: pulumi.Output<string | undefined>;
|
|
255
|
+
/**
|
|
256
|
+
* The synchronization direction. Valid values: `Forward`, `Reverse`. When the topology type of the data synchronization instance is bidirectional, it can be passed in to reverse to start the reverse synchronization link.
|
|
257
|
+
*/
|
|
258
|
+
readonly synchronizationDirection: pulumi.Output<string | undefined>;
|
|
259
|
+
readonly tags: pulumi.Output<{
|
|
260
|
+
[key: string]: any;
|
|
261
|
+
} | undefined>;
|
|
262
|
+
/**
|
|
263
|
+
* Create a SubscriptionJob resource with the given unique name, arguments, and options.
|
|
264
|
+
*
|
|
265
|
+
* @param name The _unique_ name of the resource.
|
|
266
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
267
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
268
|
+
*/
|
|
269
|
+
constructor(name: string, args: SubscriptionJobArgs, opts?: pulumi.CustomResourceOptions);
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* Input properties used for looking up and filtering SubscriptionJob resources.
|
|
273
|
+
*/
|
|
274
|
+
export interface SubscriptionJobState {
|
|
275
|
+
/**
|
|
276
|
+
* Subscription start time in Unix timestamp format.
|
|
277
|
+
*/
|
|
278
|
+
readonly checkpoint?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* [ETL specifications](https://help.aliyun.com/document_detail/212324.html). The unit is the computing unit ComputeUnit (CU), 1CU=1vCPU+4 GB memory. The value range is an integer greater than or equal to 2.
|
|
281
|
+
*/
|
|
282
|
+
readonly computeUnit?: pulumi.Input<number>;
|
|
283
|
+
/**
|
|
284
|
+
* The number of private customized RDS instances under PolarDB-X. The default value is 1. This parameter needs to be passed only when `sourceEndpointEngineName` equals `drds`.
|
|
285
|
+
*/
|
|
286
|
+
readonly databaseCount?: pulumi.Input<number>;
|
|
287
|
+
/**
|
|
288
|
+
* Subscription object, in the format of JSON strings. For detailed definitions, please refer to the description of migration, synchronization or subscription objects [document](https://help.aliyun.com/document_detail/209545.html).
|
|
289
|
+
*/
|
|
290
|
+
readonly dbList?: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* This parameter decides whether to monitor the delay status. Valid values: `true`, `false`.
|
|
293
|
+
*/
|
|
294
|
+
readonly delayNotice?: pulumi.Input<boolean>;
|
|
295
|
+
/**
|
|
296
|
+
* The mobile phone number of the contact who delayed the alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
297
|
+
*/
|
|
298
|
+
readonly delayPhone?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* When `delayNotice` is set to `true`, this parameter must be passed in. The threshold for triggering the delay alarm. The unit is second and needs to be an integer. The threshold can be set according to business needs. It is recommended to set it above 10 seconds to avoid delay fluctuations caused by network and database load.
|
|
301
|
+
*/
|
|
302
|
+
readonly delayRuleTime?: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* The destination endpoint engine name. Valid values: `ADS`, `DB2`, `DRDS`, `DataHub`, `Greenplum`, `MSSQL`, `MySQL`, `PolarDB`, `PostgreSQL`, `Redis`, `Tablestore`, `as400`, `clickhouse`, `kafka`, `mongodb`, `odps`, `oracle`, `polardbO`, `polardbPg`, `tidb`.
|
|
305
|
+
*/
|
|
306
|
+
readonly destinationEndpointEngineName?: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* The destination region. List of [supported regions](https://help.aliyun.com/document_detail/141033.html).
|
|
309
|
+
*/
|
|
310
|
+
readonly destinationRegion?: pulumi.Input<string>;
|
|
311
|
+
/**
|
|
312
|
+
* The ID of subscription instance.
|
|
313
|
+
*/
|
|
314
|
+
readonly dtsInstanceId?: pulumi.Input<string>;
|
|
315
|
+
/**
|
|
316
|
+
* The name of subscription task.
|
|
317
|
+
*/
|
|
318
|
+
readonly dtsJobName?: pulumi.Input<string>;
|
|
319
|
+
/**
|
|
320
|
+
* This parameter decides whether to monitor abnormal status. Valid values: `true`, `false`.
|
|
321
|
+
*/
|
|
322
|
+
readonly errorNotice?: pulumi.Input<boolean>;
|
|
323
|
+
/**
|
|
324
|
+
* The mobile phone number of the contact for abnormal alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
325
|
+
*/
|
|
326
|
+
readonly errorPhone?: pulumi.Input<string>;
|
|
327
|
+
/**
|
|
328
|
+
* The instance class. Valid values: `large`, `medium`, `micro`, `small`, `xlarge`, `xxlarge`.
|
|
329
|
+
*/
|
|
330
|
+
readonly instanceClass?: pulumi.Input<string>;
|
|
331
|
+
/**
|
|
332
|
+
* The duration of prepaid instance purchase. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
333
|
+
*/
|
|
334
|
+
readonly paymentDuration?: pulumi.Input<number>;
|
|
335
|
+
/**
|
|
336
|
+
* The payment duration unit. Valid values: `Month`, `Year`. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
337
|
+
*/
|
|
338
|
+
readonly paymentDurationUnit?: pulumi.Input<string>;
|
|
339
|
+
/**
|
|
340
|
+
* The payment type of the resource. Valid values: `Subscription`, `PayAsYouGo`.
|
|
341
|
+
*/
|
|
342
|
+
readonly paymentType?: pulumi.Input<string>;
|
|
343
|
+
/**
|
|
344
|
+
* DTS reserves parameters, the format is a JSON string, you can pass in this parameter to complete the source and target database information (such as the data storage format of the target Kafka database, the instance ID of the cloud enterprise network CEN). For more information, please refer to the parameter description of the [Reserve parameter](https://help.aliyun.com/document_detail/176470.html).
|
|
345
|
+
*/
|
|
346
|
+
readonly reserve?: pulumi.Input<string>;
|
|
347
|
+
/**
|
|
348
|
+
* To subscribe to the name of the database.
|
|
349
|
+
*/
|
|
350
|
+
readonly sourceEndpointDatabaseName?: pulumi.Input<string>;
|
|
351
|
+
/**
|
|
352
|
+
* The source database type value is MySQL or Oracle. Valid values: `MySQL`, `Oracle`.
|
|
353
|
+
*/
|
|
354
|
+
readonly sourceEndpointEngineName?: pulumi.Input<string>;
|
|
355
|
+
/**
|
|
356
|
+
* The ID of source instance. Only when the type of source database instance was RDS MySQL, PolarDB-X 1.0, PolarDB MySQL, this parameter can be available and must be set.
|
|
357
|
+
*/
|
|
358
|
+
readonly sourceEndpointInstanceId?: pulumi.Input<string>;
|
|
359
|
+
/**
|
|
360
|
+
* The type of source instance. Valid values: `RDS`, `PolarDB`, `DRDS`, `LocalInstance`, `ECS`, `Express`, `CEN`, `dg`.
|
|
361
|
+
*/
|
|
362
|
+
readonly sourceEndpointInstanceType?: pulumi.Input<string>;
|
|
363
|
+
/**
|
|
364
|
+
* The IP of source endpoint.
|
|
365
|
+
*/
|
|
366
|
+
readonly sourceEndpointIp?: pulumi.Input<string>;
|
|
367
|
+
/**
|
|
368
|
+
* The SID of Oracle Database. When the source database is self-built Oracle and the Oracle database is a non-RAC instance, this parameter is available and must be passed in.
|
|
369
|
+
*/
|
|
370
|
+
readonly sourceEndpointOracleSid?: pulumi.Input<string>;
|
|
371
|
+
/**
|
|
372
|
+
* The Alibaba Cloud account ID to which the source instance belongs. This parameter is only available when configuring data subscriptions across Alibaba Cloud accounts and must be passed in.
|
|
373
|
+
*/
|
|
374
|
+
readonly sourceEndpointOwnerId?: pulumi.Input<string>;
|
|
375
|
+
/**
|
|
376
|
+
* The password of source database instance account.
|
|
377
|
+
*/
|
|
378
|
+
readonly sourceEndpointPassword?: pulumi.Input<string>;
|
|
379
|
+
/**
|
|
380
|
+
* The port of source database.
|
|
381
|
+
*/
|
|
382
|
+
readonly sourceEndpointPort?: pulumi.Input<string>;
|
|
383
|
+
/**
|
|
384
|
+
* The region of source database.
|
|
385
|
+
*/
|
|
386
|
+
readonly sourceEndpointRegion?: pulumi.Input<string>;
|
|
387
|
+
/**
|
|
388
|
+
* Both the authorization roles. When the source instance and configure subscriptions task of the Alibaba Cloud account is not the same as the need to pass the parameter, to specify the source of the authorization roles, to allow configuration subscription task of the Alibaba Cloud account to access the source of the source instance information.
|
|
389
|
+
*/
|
|
390
|
+
readonly sourceEndpointRole?: pulumi.Input<string>;
|
|
391
|
+
/**
|
|
392
|
+
* The username of source database instance account.
|
|
393
|
+
*/
|
|
394
|
+
readonly sourceEndpointUserName?: pulumi.Input<string>;
|
|
395
|
+
/**
|
|
396
|
+
* The status of the task. Valid values: `Normal`, `Abnormal`. When a task created, it is in this state of `NotStarted`. You can specify this state to `Normal` to start the job, and specify this state of `Abnormal` to stop the job. **Note: We treat the state `Starting` as the state of `Normal`, and consider the two states to be consistent on the user side.**
|
|
397
|
+
*/
|
|
398
|
+
readonly status?: pulumi.Input<string>;
|
|
399
|
+
/**
|
|
400
|
+
* Whether to subscribe the DDL type of data. Valid values: `true`, `false`.
|
|
401
|
+
*/
|
|
402
|
+
readonly subscriptionDataTypeDdl?: pulumi.Input<boolean>;
|
|
403
|
+
/**
|
|
404
|
+
* Whether to subscribe the DML type of data. Valid values: `true`, `false`.
|
|
405
|
+
*/
|
|
406
|
+
readonly subscriptionDataTypeDml?: pulumi.Input<boolean>;
|
|
407
|
+
/**
|
|
408
|
+
* Subscription task type of network value: classic: classic Network. Virtual Private Cloud (vpc): a vpc. Valid values: `classic`, `vpc`.
|
|
409
|
+
*/
|
|
410
|
+
readonly subscriptionInstanceNetworkType?: pulumi.Input<string>;
|
|
411
|
+
/**
|
|
412
|
+
* The ID of subscription vpc instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
413
|
+
*/
|
|
414
|
+
readonly subscriptionInstanceVpcId?: pulumi.Input<string>;
|
|
415
|
+
/**
|
|
416
|
+
* The ID of subscription VSwitch instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
417
|
+
*/
|
|
418
|
+
readonly subscriptionInstanceVswitchId?: pulumi.Input<string>;
|
|
419
|
+
/**
|
|
420
|
+
* The sync architecture. Valid values: `bidirectional`, `oneway`.
|
|
421
|
+
*/
|
|
422
|
+
readonly syncArchitecture?: pulumi.Input<string>;
|
|
423
|
+
/**
|
|
424
|
+
* The synchronization direction. Valid values: `Forward`, `Reverse`. When the topology type of the data synchronization instance is bidirectional, it can be passed in to reverse to start the reverse synchronization link.
|
|
425
|
+
*/
|
|
426
|
+
readonly synchronizationDirection?: pulumi.Input<string>;
|
|
427
|
+
readonly tags?: pulumi.Input<{
|
|
428
|
+
[key: string]: any;
|
|
429
|
+
}>;
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* The set of arguments for constructing a SubscriptionJob resource.
|
|
433
|
+
*/
|
|
434
|
+
export interface SubscriptionJobArgs {
|
|
435
|
+
/**
|
|
436
|
+
* Subscription start time in Unix timestamp format.
|
|
437
|
+
*/
|
|
438
|
+
readonly checkpoint?: pulumi.Input<string>;
|
|
439
|
+
/**
|
|
440
|
+
* [ETL specifications](https://help.aliyun.com/document_detail/212324.html). The unit is the computing unit ComputeUnit (CU), 1CU=1vCPU+4 GB memory. The value range is an integer greater than or equal to 2.
|
|
441
|
+
*/
|
|
442
|
+
readonly computeUnit?: pulumi.Input<number>;
|
|
443
|
+
/**
|
|
444
|
+
* The number of private customized RDS instances under PolarDB-X. The default value is 1. This parameter needs to be passed only when `sourceEndpointEngineName` equals `drds`.
|
|
445
|
+
*/
|
|
446
|
+
readonly databaseCount?: pulumi.Input<number>;
|
|
447
|
+
/**
|
|
448
|
+
* Subscription object, in the format of JSON strings. For detailed definitions, please refer to the description of migration, synchronization or subscription objects [document](https://help.aliyun.com/document_detail/209545.html).
|
|
449
|
+
*/
|
|
450
|
+
readonly dbList?: pulumi.Input<string>;
|
|
451
|
+
/**
|
|
452
|
+
* This parameter decides whether to monitor the delay status. Valid values: `true`, `false`.
|
|
453
|
+
*/
|
|
454
|
+
readonly delayNotice?: pulumi.Input<boolean>;
|
|
455
|
+
/**
|
|
456
|
+
* The mobile phone number of the contact who delayed the alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
457
|
+
*/
|
|
458
|
+
readonly delayPhone?: pulumi.Input<string>;
|
|
459
|
+
/**
|
|
460
|
+
* When `delayNotice` is set to `true`, this parameter must be passed in. The threshold for triggering the delay alarm. The unit is second and needs to be an integer. The threshold can be set according to business needs. It is recommended to set it above 10 seconds to avoid delay fluctuations caused by network and database load.
|
|
461
|
+
*/
|
|
462
|
+
readonly delayRuleTime?: pulumi.Input<string>;
|
|
463
|
+
/**
|
|
464
|
+
* The destination endpoint engine name. Valid values: `ADS`, `DB2`, `DRDS`, `DataHub`, `Greenplum`, `MSSQL`, `MySQL`, `PolarDB`, `PostgreSQL`, `Redis`, `Tablestore`, `as400`, `clickhouse`, `kafka`, `mongodb`, `odps`, `oracle`, `polardbO`, `polardbPg`, `tidb`.
|
|
465
|
+
*/
|
|
466
|
+
readonly destinationEndpointEngineName?: pulumi.Input<string>;
|
|
467
|
+
/**
|
|
468
|
+
* The destination region. List of [supported regions](https://help.aliyun.com/document_detail/141033.html).
|
|
469
|
+
*/
|
|
470
|
+
readonly destinationRegion?: pulumi.Input<string>;
|
|
471
|
+
/**
|
|
472
|
+
* The ID of subscription instance.
|
|
473
|
+
*/
|
|
474
|
+
readonly dtsInstanceId?: pulumi.Input<string>;
|
|
475
|
+
/**
|
|
476
|
+
* The name of subscription task.
|
|
477
|
+
*/
|
|
478
|
+
readonly dtsJobName?: pulumi.Input<string>;
|
|
479
|
+
/**
|
|
480
|
+
* This parameter decides whether to monitor abnormal status. Valid values: `true`, `false`.
|
|
481
|
+
*/
|
|
482
|
+
readonly errorNotice?: pulumi.Input<boolean>;
|
|
483
|
+
/**
|
|
484
|
+
* The mobile phone number of the contact for abnormal alarm. Multiple mobile phone numbers separated by English commas `,`. This parameter currently only supports China stations, and only supports mainland mobile phone numbers, and up to 10 mobile phone numbers can be passed in.
|
|
485
|
+
*/
|
|
486
|
+
readonly errorPhone?: pulumi.Input<string>;
|
|
487
|
+
/**
|
|
488
|
+
* The instance class. Valid values: `large`, `medium`, `micro`, `small`, `xlarge`, `xxlarge`.
|
|
489
|
+
*/
|
|
490
|
+
readonly instanceClass?: pulumi.Input<string>;
|
|
491
|
+
/**
|
|
492
|
+
* The duration of prepaid instance purchase. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
493
|
+
*/
|
|
494
|
+
readonly paymentDuration?: pulumi.Input<number>;
|
|
495
|
+
/**
|
|
496
|
+
* The payment duration unit. Valid values: `Month`, `Year`. When `paymentType` is `Subscription`, this parameter is valid and must be passed in.
|
|
497
|
+
*/
|
|
498
|
+
readonly paymentDurationUnit?: pulumi.Input<string>;
|
|
499
|
+
/**
|
|
500
|
+
* The payment type of the resource. Valid values: `Subscription`, `PayAsYouGo`.
|
|
501
|
+
*/
|
|
502
|
+
readonly paymentType: pulumi.Input<string>;
|
|
503
|
+
/**
|
|
504
|
+
* DTS reserves parameters, the format is a JSON string, you can pass in this parameter to complete the source and target database information (such as the data storage format of the target Kafka database, the instance ID of the cloud enterprise network CEN). For more information, please refer to the parameter description of the [Reserve parameter](https://help.aliyun.com/document_detail/176470.html).
|
|
505
|
+
*/
|
|
506
|
+
readonly reserve?: pulumi.Input<string>;
|
|
507
|
+
/**
|
|
508
|
+
* To subscribe to the name of the database.
|
|
509
|
+
*/
|
|
510
|
+
readonly sourceEndpointDatabaseName?: pulumi.Input<string>;
|
|
511
|
+
/**
|
|
512
|
+
* The source database type value is MySQL or Oracle. Valid values: `MySQL`, `Oracle`.
|
|
513
|
+
*/
|
|
514
|
+
readonly sourceEndpointEngineName?: pulumi.Input<string>;
|
|
515
|
+
/**
|
|
516
|
+
* The ID of source instance. Only when the type of source database instance was RDS MySQL, PolarDB-X 1.0, PolarDB MySQL, this parameter can be available and must be set.
|
|
517
|
+
*/
|
|
518
|
+
readonly sourceEndpointInstanceId?: pulumi.Input<string>;
|
|
519
|
+
/**
|
|
520
|
+
* The type of source instance. Valid values: `RDS`, `PolarDB`, `DRDS`, `LocalInstance`, `ECS`, `Express`, `CEN`, `dg`.
|
|
521
|
+
*/
|
|
522
|
+
readonly sourceEndpointInstanceType?: pulumi.Input<string>;
|
|
523
|
+
/**
|
|
524
|
+
* The IP of source endpoint.
|
|
525
|
+
*/
|
|
526
|
+
readonly sourceEndpointIp?: pulumi.Input<string>;
|
|
527
|
+
/**
|
|
528
|
+
* The SID of Oracle Database. When the source database is self-built Oracle and the Oracle database is a non-RAC instance, this parameter is available and must be passed in.
|
|
529
|
+
*/
|
|
530
|
+
readonly sourceEndpointOracleSid?: pulumi.Input<string>;
|
|
531
|
+
/**
|
|
532
|
+
* The Alibaba Cloud account ID to which the source instance belongs. This parameter is only available when configuring data subscriptions across Alibaba Cloud accounts and must be passed in.
|
|
533
|
+
*/
|
|
534
|
+
readonly sourceEndpointOwnerId?: pulumi.Input<string>;
|
|
535
|
+
/**
|
|
536
|
+
* The password of source database instance account.
|
|
537
|
+
*/
|
|
538
|
+
readonly sourceEndpointPassword?: pulumi.Input<string>;
|
|
539
|
+
/**
|
|
540
|
+
* The port of source database.
|
|
541
|
+
*/
|
|
542
|
+
readonly sourceEndpointPort?: pulumi.Input<string>;
|
|
543
|
+
/**
|
|
544
|
+
* The region of source database.
|
|
545
|
+
*/
|
|
546
|
+
readonly sourceEndpointRegion?: pulumi.Input<string>;
|
|
547
|
+
/**
|
|
548
|
+
* Both the authorization roles. When the source instance and configure subscriptions task of the Alibaba Cloud account is not the same as the need to pass the parameter, to specify the source of the authorization roles, to allow configuration subscription task of the Alibaba Cloud account to access the source of the source instance information.
|
|
549
|
+
*/
|
|
550
|
+
readonly sourceEndpointRole?: pulumi.Input<string>;
|
|
551
|
+
/**
|
|
552
|
+
* The username of source database instance account.
|
|
553
|
+
*/
|
|
554
|
+
readonly sourceEndpointUserName?: pulumi.Input<string>;
|
|
555
|
+
/**
|
|
556
|
+
* The status of the task. Valid values: `Normal`, `Abnormal`. When a task created, it is in this state of `NotStarted`. You can specify this state to `Normal` to start the job, and specify this state of `Abnormal` to stop the job. **Note: We treat the state `Starting` as the state of `Normal`, and consider the two states to be consistent on the user side.**
|
|
557
|
+
*/
|
|
558
|
+
readonly status?: pulumi.Input<string>;
|
|
559
|
+
/**
|
|
560
|
+
* Whether to subscribe the DDL type of data. Valid values: `true`, `false`.
|
|
561
|
+
*/
|
|
562
|
+
readonly subscriptionDataTypeDdl?: pulumi.Input<boolean>;
|
|
563
|
+
/**
|
|
564
|
+
* Whether to subscribe the DML type of data. Valid values: `true`, `false`.
|
|
565
|
+
*/
|
|
566
|
+
readonly subscriptionDataTypeDml?: pulumi.Input<boolean>;
|
|
567
|
+
/**
|
|
568
|
+
* Subscription task type of network value: classic: classic Network. Virtual Private Cloud (vpc): a vpc. Valid values: `classic`, `vpc`.
|
|
569
|
+
*/
|
|
570
|
+
readonly subscriptionInstanceNetworkType?: pulumi.Input<string>;
|
|
571
|
+
/**
|
|
572
|
+
* The ID of subscription vpc instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
573
|
+
*/
|
|
574
|
+
readonly subscriptionInstanceVpcId?: pulumi.Input<string>;
|
|
575
|
+
/**
|
|
576
|
+
* The ID of subscription VSwitch instance. When the value of `subscriptionInstanceNetworkType` is vpc, this parameter is available and must be passed in.
|
|
577
|
+
*/
|
|
578
|
+
readonly subscriptionInstanceVswitchId?: pulumi.Input<string>;
|
|
579
|
+
/**
|
|
580
|
+
* The sync architecture. Valid values: `bidirectional`, `oneway`.
|
|
581
|
+
*/
|
|
582
|
+
readonly syncArchitecture?: pulumi.Input<string>;
|
|
583
|
+
/**
|
|
584
|
+
* The synchronization direction. Valid values: `Forward`, `Reverse`. When the topology type of the data synchronization instance is bidirectional, it can be passed in to reverse to start the reverse synchronization link.
|
|
585
|
+
*/
|
|
586
|
+
readonly synchronizationDirection?: pulumi.Input<string>;
|
|
587
|
+
readonly tags?: pulumi.Input<{
|
|
588
|
+
[key: string]: any;
|
|
589
|
+
}>;
|
|
590
|
+
}
|