@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
package/types/input.d.ts
CHANGED
|
@@ -10,64 +10,86 @@ export interface ProviderEndpoint {
|
|
|
10
10
|
actiontrail?: pulumi.Input<string>;
|
|
11
11
|
adb?: pulumi.Input<string>;
|
|
12
12
|
alb?: pulumi.Input<string>;
|
|
13
|
+
alidfs?: pulumi.Input<string>;
|
|
13
14
|
alidns?: pulumi.Input<string>;
|
|
14
15
|
alikafka?: pulumi.Input<string>;
|
|
15
16
|
apigateway?: pulumi.Input<string>;
|
|
16
17
|
arms?: pulumi.Input<string>;
|
|
18
|
+
bastionhost?: pulumi.Input<string>;
|
|
17
19
|
brainIndustrial?: pulumi.Input<string>;
|
|
18
20
|
bssopenapi?: pulumi.Input<string>;
|
|
19
21
|
cas?: pulumi.Input<string>;
|
|
20
22
|
cassandra?: pulumi.Input<string>;
|
|
21
23
|
cbn?: pulumi.Input<string>;
|
|
24
|
+
cddc?: pulumi.Input<string>;
|
|
22
25
|
cdn?: pulumi.Input<string>;
|
|
23
26
|
cds?: pulumi.Input<string>;
|
|
27
|
+
clickhouse?: pulumi.Input<string>;
|
|
28
|
+
cloudauth?: pulumi.Input<string>;
|
|
24
29
|
cloudphone?: pulumi.Input<string>;
|
|
30
|
+
cloudsso?: pulumi.Input<string>;
|
|
25
31
|
cms?: pulumi.Input<string>;
|
|
26
32
|
config?: pulumi.Input<string>;
|
|
27
33
|
cr?: pulumi.Input<string>;
|
|
28
34
|
cs?: pulumi.Input<string>;
|
|
29
35
|
datahub?: pulumi.Input<string>;
|
|
30
36
|
dataworkspublic?: pulumi.Input<string>;
|
|
37
|
+
dbfs?: pulumi.Input<string>;
|
|
31
38
|
dcdn?: pulumi.Input<string>;
|
|
32
39
|
ddosbgp?: pulumi.Input<string>;
|
|
33
40
|
ddoscoo?: pulumi.Input<string>;
|
|
34
41
|
dds?: pulumi.Input<string>;
|
|
42
|
+
devopsrdc?: pulumi.Input<string>;
|
|
43
|
+
dg?: pulumi.Input<string>;
|
|
35
44
|
dm?: pulumi.Input<string>;
|
|
36
45
|
dmsEnterprise?: pulumi.Input<string>;
|
|
37
46
|
dns?: pulumi.Input<string>;
|
|
38
47
|
drds?: pulumi.Input<string>;
|
|
48
|
+
dts?: pulumi.Input<string>;
|
|
49
|
+
eais?: pulumi.Input<string>;
|
|
39
50
|
eci?: pulumi.Input<string>;
|
|
40
51
|
ecs?: pulumi.Input<string>;
|
|
52
|
+
ehpc?: pulumi.Input<string>;
|
|
41
53
|
eipanycast?: pulumi.Input<string>;
|
|
42
54
|
elasticsearch?: pulumi.Input<string>;
|
|
43
55
|
emr?: pulumi.Input<string>;
|
|
56
|
+
ens?: pulumi.Input<string>;
|
|
44
57
|
ess?: pulumi.Input<string>;
|
|
45
58
|
eventbridge?: pulumi.Input<string>;
|
|
46
59
|
fc?: pulumi.Input<string>;
|
|
47
60
|
fnf?: pulumi.Input<string>;
|
|
48
61
|
ga?: pulumi.Input<string>;
|
|
62
|
+
gds?: pulumi.Input<string>;
|
|
49
63
|
gpdb?: pulumi.Input<string>;
|
|
50
64
|
gwsecd?: pulumi.Input<string>;
|
|
51
65
|
hbr?: pulumi.Input<string>;
|
|
66
|
+
hcsSgw?: pulumi.Input<string>;
|
|
52
67
|
hitsdb?: pulumi.Input<string>;
|
|
68
|
+
imm?: pulumi.Input<string>;
|
|
69
|
+
imp?: pulumi.Input<string>;
|
|
53
70
|
ims?: pulumi.Input<string>;
|
|
71
|
+
iot?: pulumi.Input<string>;
|
|
54
72
|
kms?: pulumi.Input<string>;
|
|
55
73
|
kvstore?: pulumi.Input<string>;
|
|
56
74
|
location?: pulumi.Input<string>;
|
|
57
75
|
log?: pulumi.Input<string>;
|
|
58
76
|
market?: pulumi.Input<string>;
|
|
59
77
|
maxcompute?: pulumi.Input<string>;
|
|
78
|
+
mhub?: pulumi.Input<string>;
|
|
60
79
|
mns?: pulumi.Input<string>;
|
|
80
|
+
mscopensubscription?: pulumi.Input<string>;
|
|
61
81
|
mse?: pulumi.Input<string>;
|
|
62
82
|
nas?: pulumi.Input<string>;
|
|
63
83
|
ons?: pulumi.Input<string>;
|
|
64
84
|
onsproxy?: pulumi.Input<string>;
|
|
65
85
|
oos?: pulumi.Input<string>;
|
|
86
|
+
opensearch?: pulumi.Input<string>;
|
|
66
87
|
oss?: pulumi.Input<string>;
|
|
67
88
|
ots?: pulumi.Input<string>;
|
|
68
89
|
polardb?: pulumi.Input<string>;
|
|
69
90
|
privatelink?: pulumi.Input<string>;
|
|
70
91
|
pvtz?: pulumi.Input<string>;
|
|
92
|
+
quickbi?: pulumi.Input<string>;
|
|
71
93
|
quotas?: pulumi.Input<string>;
|
|
72
94
|
rKvstore?: pulumi.Input<string>;
|
|
73
95
|
ram?: pulumi.Input<string>;
|
|
@@ -76,12 +98,19 @@ export interface ProviderEndpoint {
|
|
|
76
98
|
resourcemanager?: pulumi.Input<string>;
|
|
77
99
|
resourcesharing?: pulumi.Input<string>;
|
|
78
100
|
ros?: pulumi.Input<string>;
|
|
101
|
+
sas?: pulumi.Input<string>;
|
|
79
102
|
scdn?: pulumi.Input<string>;
|
|
103
|
+
sddp?: pulumi.Input<string>;
|
|
80
104
|
serverless?: pulumi.Input<string>;
|
|
105
|
+
servicemesh?: pulumi.Input<string>;
|
|
81
106
|
sgw?: pulumi.Input<string>;
|
|
82
107
|
slb?: pulumi.Input<string>;
|
|
83
108
|
sts?: pulumi.Input<string>;
|
|
109
|
+
swas?: pulumi.Input<string>;
|
|
110
|
+
vod?: pulumi.Input<string>;
|
|
84
111
|
vpc?: pulumi.Input<string>;
|
|
112
|
+
vs?: pulumi.Input<string>;
|
|
113
|
+
waf?: pulumi.Input<string>;
|
|
85
114
|
wafOpenapi?: pulumi.Input<string>;
|
|
86
115
|
}
|
|
87
116
|
export declare namespace actiontrail {
|
|
@@ -89,17 +118,394 @@ export declare namespace actiontrail {
|
|
|
89
118
|
export declare namespace adb {
|
|
90
119
|
}
|
|
91
120
|
export declare namespace alb {
|
|
121
|
+
interface AclAclEntry {
|
|
122
|
+
/**
|
|
123
|
+
* The description of the ACL entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_). It can also contain Chinese characters.
|
|
124
|
+
*/
|
|
125
|
+
description?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* The IP address for the ACL entry.
|
|
128
|
+
*/
|
|
129
|
+
entry?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* The state of the ACL. Valid values:`Provisioning` , `Available` and `Configuring`. `Provisioning`: The ACL is being created. `Available`: The ACL is available. `Configuring`: The ACL is being configured.
|
|
132
|
+
*/
|
|
133
|
+
status?: pulumi.Input<string>;
|
|
134
|
+
}
|
|
135
|
+
interface ListenerAccessLogTracingConfig {
|
|
136
|
+
/**
|
|
137
|
+
* Xtrace Function. Value: `True` Or `False` . Default Value: `False`.
|
|
138
|
+
*/
|
|
139
|
+
tracingEnabled?: pulumi.Input<boolean>;
|
|
140
|
+
/**
|
|
141
|
+
* Xtrace Sampling Rate. Value: `1` to `10000`.
|
|
142
|
+
*/
|
|
143
|
+
tracingSample?: pulumi.Input<number>;
|
|
144
|
+
/**
|
|
145
|
+
* Xtrace Type Value Is `Zipkin`.
|
|
146
|
+
*/
|
|
147
|
+
tracingType?: pulumi.Input<string>;
|
|
148
|
+
}
|
|
149
|
+
interface ListenerAclConfig {
|
|
150
|
+
/**
|
|
151
|
+
* The ACLs that are associated with the listener.
|
|
152
|
+
*/
|
|
153
|
+
aclRelations?: pulumi.Input<pulumi.Input<inputs.alb.ListenerAclConfigAclRelation>[]>;
|
|
154
|
+
/**
|
|
155
|
+
* The type of the ACL. Valid values: `White` Or `Black`. `White`: specifies the ACL as a whitelist. Only requests from the IP addresses or CIDR blocks in the ACL are forwarded. Whitelists apply to scenarios where only specific IP addresses are allowed to access an application. Risks may occur if the whitelist is improperly set. After you set a whitelist for an Application Load Balancer (ALB) listener, only requests from IP addresses that are added to the whitelist are distributed by the listener. If the whitelist is enabled without IP addresses specified, the ALB listener does not forward requests. `Black`: All requests from the IP addresses or CIDR blocks in the ACL are denied. The blacklist is used to prevent specified IP addresses from accessing an application. If the blacklist is enabled but the corresponding ACL does not contain IP addresses, the ALB listener forwards all requests.
|
|
156
|
+
*/
|
|
157
|
+
aclType?: pulumi.Input<string>;
|
|
158
|
+
}
|
|
159
|
+
interface ListenerAclConfigAclRelation {
|
|
160
|
+
/**
|
|
161
|
+
* Snooping Binding of the Access Policy Group ID List.
|
|
162
|
+
*/
|
|
163
|
+
aclId?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* The state of the listener. Valid Values: `Running` Or `Stopped`. Valid values: `Running`: The listener is running. `Stopped`: The listener is stopped.
|
|
166
|
+
*/
|
|
167
|
+
status?: pulumi.Input<string>;
|
|
168
|
+
}
|
|
169
|
+
interface ListenerCertificate {
|
|
170
|
+
certificateId?: pulumi.Input<string>;
|
|
171
|
+
}
|
|
172
|
+
interface ListenerDefaultAction {
|
|
173
|
+
/**
|
|
174
|
+
* The configurations of the actions. This parameter is required if Type is set to FowardGroup.
|
|
175
|
+
*/
|
|
176
|
+
forwardGroupConfig: pulumi.Input<inputs.alb.ListenerDefaultActionForwardGroupConfig>;
|
|
177
|
+
/**
|
|
178
|
+
* Action Type.
|
|
179
|
+
*/
|
|
180
|
+
type: pulumi.Input<string>;
|
|
181
|
+
}
|
|
182
|
+
interface ListenerDefaultActionForwardGroupConfig {
|
|
183
|
+
/**
|
|
184
|
+
* The destination server group to which requests are forwarded.
|
|
185
|
+
*/
|
|
186
|
+
serverGroupTuples: pulumi.Input<pulumi.Input<inputs.alb.ListenerDefaultActionForwardGroupConfigServerGroupTuple>[]>;
|
|
187
|
+
}
|
|
188
|
+
interface ListenerDefaultActionForwardGroupConfigServerGroupTuple {
|
|
189
|
+
/**
|
|
190
|
+
* The ID of the destination server group to which requests are forwarded.
|
|
191
|
+
*/
|
|
192
|
+
serverGroupId: pulumi.Input<string>;
|
|
193
|
+
}
|
|
194
|
+
interface ListenerQuicConfig {
|
|
195
|
+
/**
|
|
196
|
+
* There Is a Need to Correlate the QuIC Listener ID. The Https Listener, in Effect at the Time. quicupgradeenabled True When Required.
|
|
197
|
+
*/
|
|
198
|
+
quicListenerId?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Indicates Whether to Enable the QuIC Upgrade.
|
|
201
|
+
*/
|
|
202
|
+
quicUpgradeEnabled?: pulumi.Input<boolean>;
|
|
203
|
+
}
|
|
204
|
+
interface ListenerXforwardedForConfig {
|
|
205
|
+
/**
|
|
206
|
+
* The Custom Header Field Names Only When `xforwardedforclientcertIssuerdnenabled`, Which Evaluates to True When the Entry into Force of.
|
|
207
|
+
*/
|
|
208
|
+
xforwardedforclientcertIssuerdnalias?: pulumi.Input<string>;
|
|
209
|
+
/**
|
|
210
|
+
* Indicates Whether the `X-Forwarded-Clientcert-issuerdn` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate after the Manifests Are Signed, the Publisher Information.
|
|
211
|
+
*/
|
|
212
|
+
xforwardedforclientcertIssuerdnenabled?: pulumi.Input<boolean>;
|
|
213
|
+
/**
|
|
214
|
+
* The Custom Header Field Names Only When `xforwardedforclientcertclientverifyenabled` Has a Value of True, this Value Will Not Take Effect until.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
|
|
215
|
+
*/
|
|
216
|
+
xforwardedforclientcertclientverifyalias?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* Indicates Whether the `X-Forwarded-Clientcert-clientverify` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate to Verify the Results.
|
|
219
|
+
*/
|
|
220
|
+
xforwardedforclientcertclientverifyenabled?: pulumi.Input<boolean>;
|
|
221
|
+
/**
|
|
222
|
+
* The Custom Header Field Names Only When `xforwardedforclientcertfingerprintenabled`, Which Evaluates to True When the Entry into Force of.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
|
|
223
|
+
*/
|
|
224
|
+
xforwardedforclientcertfingerprintalias?: pulumi.Input<string>;
|
|
225
|
+
/**
|
|
226
|
+
* Indicates Whether the `X-Forwarded-Clientcert-fingerprint` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate Fingerprint Value.
|
|
227
|
+
*/
|
|
228
|
+
xforwardedforclientcertfingerprintenabled?: pulumi.Input<boolean>;
|
|
229
|
+
/**
|
|
230
|
+
* The name of the custom header. This parameter is valid only if `xforwardedforclientcertsubjectdnenabled` is set to true. The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
|
|
231
|
+
*/
|
|
232
|
+
xforwardedforclientcertsubjectdnalias?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* Specifies whether to use the `X-Forwarded-Clientcert-subjectdn` header field to obtain information about the owner of the ALB client certificate. Valid values: true and false. Default value: false.
|
|
235
|
+
*/
|
|
236
|
+
xforwardedforclientcertsubjectdnenabled?: pulumi.Input<boolean>;
|
|
237
|
+
/**
|
|
238
|
+
* Indicates Whether the X-Forwarded-Client-Port Header Field Is Used to Obtain Access to Server Load Balancer Instances to the Client, and Those of the Ports.
|
|
239
|
+
*/
|
|
240
|
+
xforwardedforclientsrcportenabled?: pulumi.Input<boolean>;
|
|
241
|
+
/**
|
|
242
|
+
* Whether to Enable by X-Forwarded-For Header Field Is Used to Obtain the Client IP Addresses.
|
|
243
|
+
*/
|
|
244
|
+
xforwardedforenabled?: pulumi.Input<boolean>;
|
|
245
|
+
/**
|
|
246
|
+
* Indicates Whether the X-Forwarded-Proto Header Field Is Used to Obtain the Server Load Balancer Instance Snooping Protocols.
|
|
247
|
+
*/
|
|
248
|
+
xforwardedforprotoenabled?: pulumi.Input<boolean>;
|
|
249
|
+
/**
|
|
250
|
+
* Indicates Whether the SLB-ID Header Field Is Used to Obtain the Load Balancing Instance Id.
|
|
251
|
+
*/
|
|
252
|
+
xforwardedforslbidenabled?: pulumi.Input<boolean>;
|
|
253
|
+
/**
|
|
254
|
+
* Indicates Whether the X-Forwarded-Port Header Field Is Used to Obtain the Server Load Balancer Instance Listening Port.
|
|
255
|
+
*/
|
|
256
|
+
xforwardedforslbportenabled?: pulumi.Input<boolean>;
|
|
257
|
+
}
|
|
258
|
+
interface LoadBalancerAccessLogConfig {
|
|
259
|
+
/**
|
|
260
|
+
* The log service that access logs are shipped to.
|
|
261
|
+
*/
|
|
262
|
+
logProject?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* The log service that access logs are shipped to.
|
|
265
|
+
*/
|
|
266
|
+
logStore?: pulumi.Input<string>;
|
|
267
|
+
}
|
|
268
|
+
interface LoadBalancerLoadBalancerBillingConfig {
|
|
269
|
+
/**
|
|
270
|
+
* The billing method of the ALB instance. Valid value: `PayAsYouGo`.
|
|
271
|
+
*/
|
|
272
|
+
payType: pulumi.Input<string>;
|
|
273
|
+
}
|
|
274
|
+
interface LoadBalancerModificationProtectionConfig {
|
|
275
|
+
/**
|
|
276
|
+
* The reason for modification protection. This parameter must be 2 to 128 characters in length, and can contain letters, digits, periods, underscores, and hyphens. The reason must start with a letter. This parameter is required only if `ModificationProtectionStatus` is set to `ConsoleProtection`.
|
|
277
|
+
*/
|
|
278
|
+
reason?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* Specifies whether to enable the configuration read-only mode for the ALB instance. Valid values: `NonProtection` and `ConsoleProtection`.
|
|
281
|
+
*/
|
|
282
|
+
status?: pulumi.Input<string>;
|
|
283
|
+
}
|
|
284
|
+
interface LoadBalancerZoneMapping {
|
|
285
|
+
/**
|
|
286
|
+
* The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
|
|
287
|
+
*/
|
|
288
|
+
vswitchId: pulumi.Input<string>;
|
|
289
|
+
/**
|
|
290
|
+
* The ID of the zone to which the ALB instance belongs.
|
|
291
|
+
*/
|
|
292
|
+
zoneId: pulumi.Input<string>;
|
|
293
|
+
}
|
|
294
|
+
interface RuleRuleAction {
|
|
295
|
+
/**
|
|
296
|
+
* The configuration of the fixed response. See the following `Block fixedResponseConfig`.
|
|
297
|
+
*/
|
|
298
|
+
fixedResponseConfig?: pulumi.Input<inputs.alb.RuleRuleActionFixedResponseConfig>;
|
|
299
|
+
/**
|
|
300
|
+
* The forward response action within ALB. See the following `Block forwardGroupConfig`.
|
|
301
|
+
*/
|
|
302
|
+
forwardGroupConfig?: pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfig>;
|
|
303
|
+
/**
|
|
304
|
+
* The configuration of the inserted header field. See the following `Block insertHeaderConfig`.
|
|
305
|
+
*/
|
|
306
|
+
insertHeaderConfig?: pulumi.Input<inputs.alb.RuleRuleActionInsertHeaderConfig>;
|
|
307
|
+
/**
|
|
308
|
+
* The order of the forwarding rule actions. Valid values: 1 to 50000. The actions are performed in ascending order. You cannot leave this parameter empty. Each value must be unique.
|
|
309
|
+
*/
|
|
310
|
+
order: pulumi.Input<number>;
|
|
311
|
+
/**
|
|
312
|
+
* The configuration of the external redirect action. See the following `Block redirectConfig`.
|
|
313
|
+
*/
|
|
314
|
+
redirectConfig?: pulumi.Input<inputs.alb.RuleRuleActionRedirectConfig>;
|
|
315
|
+
/**
|
|
316
|
+
* The redirect action within ALB. See the following `Block rewriteConfig`.
|
|
317
|
+
*/
|
|
318
|
+
rewriteConfig?: pulumi.Input<inputs.alb.RuleRuleActionRewriteConfig>;
|
|
319
|
+
/**
|
|
320
|
+
* The action. Valid values: `ForwardGroup`, `Redirect`, `FixedResponse`, `Rewrite`, `InsertHeader`. **Note:** The preceding actions can be classified into two types: `FinalType`: A forwarding rule can contain only one `FinalType` action, which is executed last. This type of action can contain only one `ForwardGroup`, `Redirect` or `FixedResponse` action. `ExtType`: A forwarding rule can contain one or more `ExtType` actions, which are executed before `FinalType` actions and need to coexist with the `FinalType` actions. This type of action can contain multiple `InsertHeader` actions or one `Rewrite` action.
|
|
321
|
+
*/
|
|
322
|
+
type: pulumi.Input<string>;
|
|
323
|
+
}
|
|
324
|
+
interface RuleRuleActionFixedResponseConfig {
|
|
325
|
+
/**
|
|
326
|
+
* The fixed response. The response cannot exceed 1 KB in size and can contain only ASCII characters.
|
|
327
|
+
*/
|
|
328
|
+
content: pulumi.Input<string>;
|
|
329
|
+
/**
|
|
330
|
+
* The format of the fixed response. Valid values: `text/plain`, `text/css`, `text/html`, `application/javascript`, and `application/json`.
|
|
331
|
+
*/
|
|
332
|
+
contentType?: pulumi.Input<string>;
|
|
333
|
+
/**
|
|
334
|
+
* The HTTP status code of the response. The code must be an `HTTP_2xx`, `HTTP_4xx` or `HTTP_5xx.x` is a digit.
|
|
335
|
+
*/
|
|
336
|
+
httpCode?: pulumi.Input<string>;
|
|
337
|
+
}
|
|
338
|
+
interface RuleRuleActionForwardGroupConfig {
|
|
339
|
+
/**
|
|
340
|
+
* The destination server group to which requests are forwarded.
|
|
341
|
+
*/
|
|
342
|
+
serverGroupTuples?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleActionForwardGroupConfigServerGroupTuple>[]>;
|
|
343
|
+
}
|
|
344
|
+
interface RuleRuleActionForwardGroupConfigServerGroupTuple {
|
|
345
|
+
/**
|
|
346
|
+
* The ID of the destination server group to which requests are forwarded.
|
|
347
|
+
*/
|
|
348
|
+
serverGroupId?: pulumi.Input<string>;
|
|
349
|
+
}
|
|
350
|
+
interface RuleRuleActionInsertHeaderConfig {
|
|
351
|
+
/**
|
|
352
|
+
* The name of the inserted header field. The name must be 1 to 40 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). You cannot use the same name in InsertHeader. Note You cannot use Cookie or Host in the name.
|
|
353
|
+
*/
|
|
354
|
+
key?: pulumi.Input<string>;
|
|
355
|
+
/**
|
|
356
|
+
* The content of the inserted header field: If the ValueType parameter is set to SystemDefined, the following values are used: ClientSrcPort: the port of the client ClientSrcIp: the IP address of the client Protocol: the protocol used by client requests (HTTP or HTTPS) SLBId: the ID of the ALB instance SLBPort: the listener port of the ALB instance If the ValueType parameter is set to UserDefined: The header value must be 1 to 128 characters in length, and can contain lowercase letters, printable characters whose ASCII value is ch >= 32 && ch < 127, and wildcards such as asterisks (*) and question marks (?). The header value cannot start or end with a space. If the ValueType parameter is set to ReferenceHeader: The header value must be 1 to 128 characters in length, and can contain lowercase letters, digits, underscores (_), and hyphens (-). Valid values: `ClientSrcPort`, `ClientSrcIp`, `Protocol`, `SLBId`, `SLBPort`, `UserDefined`.
|
|
357
|
+
*/
|
|
358
|
+
value?: pulumi.Input<string>;
|
|
359
|
+
/**
|
|
360
|
+
* Valid values: UserDefined: a custom value ReferenceHeader: uses a field of the user request header. SystemDefined: a system value.
|
|
361
|
+
*/
|
|
362
|
+
valueType?: pulumi.Input<string>;
|
|
363
|
+
}
|
|
364
|
+
interface RuleRuleActionRedirectConfig {
|
|
365
|
+
/**
|
|
366
|
+
* The host name of the destination to which requests are directed. The host name must meet the following rules: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
|
|
367
|
+
*/
|
|
368
|
+
host?: pulumi.Input<string>;
|
|
369
|
+
/**
|
|
370
|
+
* The HTTP status code of the response. The code must be an `HTTP_2xx`, `HTTP_4xx` or `HTTP_5xx.x` is a digit.
|
|
371
|
+
*/
|
|
372
|
+
httpCode?: pulumi.Input<string>;
|
|
373
|
+
/**
|
|
374
|
+
* The path of the destination to which requests are directed. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?) and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. You can also reference ${host}, ${protocol}, and ${port}. Each variable can appear at most once. You can use the preceding variables at the same time, or use them with a valid string.
|
|
375
|
+
*/
|
|
376
|
+
path?: pulumi.Input<string>;
|
|
377
|
+
/**
|
|
378
|
+
* The port of the destination to which requests are redirected. Valid values: 1 to 63335. Default value: ${port}. You cannot use this value together with other characters at the same time.
|
|
379
|
+
*/
|
|
380
|
+
port?: pulumi.Input<number>;
|
|
381
|
+
/**
|
|
382
|
+
* The protocol of the requests to be redirected. Valid values: HTTP and HTTPS. Default value: ${protocol}. You cannot use this value together with other characters at the same time. Note HTTPS listeners can redirect only HTTPS requests.
|
|
383
|
+
*/
|
|
384
|
+
protocol?: pulumi.Input<string>;
|
|
385
|
+
/**
|
|
386
|
+
* The query string of the request to be redirected. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \ | < > &. Default value: ${query}. You can also reference ${host}, ${protocol}, and ${port}. Each variable can appear at most once. You can use the preceding variables at the same time, or use them together with a valid string.
|
|
387
|
+
*/
|
|
388
|
+
query?: pulumi.Input<string>;
|
|
389
|
+
}
|
|
390
|
+
interface RuleRuleActionRewriteConfig {
|
|
391
|
+
/**
|
|
392
|
+
* The host name of the destination to which requests are directed. The host name must meet the following rules: The host name must be 3 to 128 characters in length, and can contain letters, digits, hyphens (-), periods (.), asterisks (*), and question marks (?). The host name must contain at least one period (.), and cannot start or end with a period (.). The rightmost domain label can contain only letters, asterisks (*) and question marks (?) and cannot contain digits or hyphens (-). Other domain labels cannot start or end with a hyphen (-). You can include asterisks (*) and question marks (?) anywhere in a domain label. Default value: ${host}. You cannot use this value with other characters at the same time.
|
|
393
|
+
*/
|
|
394
|
+
host?: pulumi.Input<string>;
|
|
395
|
+
/**
|
|
396
|
+
* The path of the destination to which requests are directed. Valid values: The path must be 1 to 128 characters in length, and start with a forward slash (/). The path can contain letters, digits, asterisks (*), question marks (?) and the following special characters: $ - _ . + / & ~ @ :. It cannot contain the following special characters: " % # ; ! ( ) [ ] ^ , ”. The path is case-sensitive. Default value: ${path}. You can also reference ${host}, ${protocol}, and ${port}. Each variable can appear at most once. You can use the preceding variables at the same time, or use them with a valid string.
|
|
397
|
+
*/
|
|
398
|
+
path?: pulumi.Input<string>;
|
|
399
|
+
/**
|
|
400
|
+
* The query string of the request to be redirected. The query string must be 1 to 128 characters in length, can contain letters and printable characters. It cannot contain the following special characters: # [ ] { } \ | < > &. Default value: ${query}. You can also reference ${host}, ${protocol}, and ${port}. Each variable can appear at most once. You can use the preceding variables at the same time, or use them together with a valid string.
|
|
401
|
+
*/
|
|
402
|
+
query?: pulumi.Input<string>;
|
|
403
|
+
}
|
|
404
|
+
interface RuleRuleCondition {
|
|
405
|
+
/**
|
|
406
|
+
* The configuration of the cookie. See the following `Block cookieConfig`.
|
|
407
|
+
*/
|
|
408
|
+
cookieConfig?: pulumi.Input<inputs.alb.RuleRuleConditionCookieConfig>;
|
|
409
|
+
/**
|
|
410
|
+
* The configuration of the header field. See the following `Block headerConfig`.
|
|
411
|
+
*/
|
|
412
|
+
headerConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHeaderConfig>;
|
|
413
|
+
/**
|
|
414
|
+
* The configuration of the host field. See the following `Block hostConfig`.
|
|
415
|
+
*/
|
|
416
|
+
hostConfig?: pulumi.Input<inputs.alb.RuleRuleConditionHostConfig>;
|
|
417
|
+
/**
|
|
418
|
+
* The configuration of the request method. See the following `Block methodConfig`.
|
|
419
|
+
*/
|
|
420
|
+
methodConfig?: pulumi.Input<inputs.alb.RuleRuleConditionMethodConfig>;
|
|
421
|
+
/**
|
|
422
|
+
* The configuration of the path for the request to be forwarded. See the following `Block pathConfig`.
|
|
423
|
+
*/
|
|
424
|
+
pathConfig?: pulumi.Input<inputs.alb.RuleRuleConditionPathConfig>;
|
|
425
|
+
/**
|
|
426
|
+
* The configuration of the query string. See the following `Block queryStringConfig`.
|
|
427
|
+
*/
|
|
428
|
+
queryStringConfig?: pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfig>;
|
|
429
|
+
/**
|
|
430
|
+
* The action. Valid values: `ForwardGroup`, `Redirect`, `FixedResponse`, `Rewrite`, `InsertHeader`. **Note:** The preceding actions can be classified into two types: `FinalType`: A forwarding rule can contain only one `FinalType` action, which is executed last. This type of action can contain only one `ForwardGroup`, `Redirect` or `FixedResponse` action. `ExtType`: A forwarding rule can contain one or more `ExtType` actions, which are executed before `FinalType` actions and need to coexist with the `FinalType` actions. This type of action can contain multiple `InsertHeader` actions or one `Rewrite` action.
|
|
431
|
+
*/
|
|
432
|
+
type: pulumi.Input<string>;
|
|
433
|
+
}
|
|
434
|
+
interface RuleRuleConditionCookieConfig {
|
|
435
|
+
/**
|
|
436
|
+
* The query string.
|
|
437
|
+
*/
|
|
438
|
+
values?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleConditionCookieConfigValue>[]>;
|
|
439
|
+
}
|
|
440
|
+
interface RuleRuleConditionCookieConfigValue {
|
|
441
|
+
/**
|
|
442
|
+
* The name of the inserted header field. The name must be 1 to 40 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). You cannot use the same name in InsertHeader. Note You cannot use Cookie or Host in the name.
|
|
443
|
+
*/
|
|
444
|
+
key?: pulumi.Input<string>;
|
|
445
|
+
/**
|
|
446
|
+
* The content of the inserted header field: If the ValueType parameter is set to SystemDefined, the following values are used: ClientSrcPort: the port of the client ClientSrcIp: the IP address of the client Protocol: the protocol used by client requests (HTTP or HTTPS) SLBId: the ID of the ALB instance SLBPort: the listener port of the ALB instance If the ValueType parameter is set to UserDefined: The header value must be 1 to 128 characters in length, and can contain lowercase letters, printable characters whose ASCII value is ch >= 32 && ch < 127, and wildcards such as asterisks (*) and question marks (?). The header value cannot start or end with a space. If the ValueType parameter is set to ReferenceHeader: The header value must be 1 to 128 characters in length, and can contain lowercase letters, digits, underscores (_), and hyphens (-). Valid values: `ClientSrcPort`, `ClientSrcIp`, `Protocol`, `SLBId`, `SLBPort`, `UserDefined`.
|
|
447
|
+
*/
|
|
448
|
+
value?: pulumi.Input<string>;
|
|
449
|
+
}
|
|
450
|
+
interface RuleRuleConditionHeaderConfig {
|
|
451
|
+
/**
|
|
452
|
+
* The name of the inserted header field. The name must be 1 to 40 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). You cannot use the same name in InsertHeader. Note You cannot use Cookie or Host in the name.
|
|
453
|
+
*/
|
|
454
|
+
key?: pulumi.Input<string>;
|
|
455
|
+
/**
|
|
456
|
+
* The query string.
|
|
457
|
+
*/
|
|
458
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
|
+
}
|
|
460
|
+
interface RuleRuleConditionHostConfig {
|
|
461
|
+
/**
|
|
462
|
+
* The query string.
|
|
463
|
+
*/
|
|
464
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
465
|
+
}
|
|
466
|
+
interface RuleRuleConditionMethodConfig {
|
|
467
|
+
/**
|
|
468
|
+
* The query string.
|
|
469
|
+
*/
|
|
470
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
471
|
+
}
|
|
472
|
+
interface RuleRuleConditionPathConfig {
|
|
473
|
+
/**
|
|
474
|
+
* The query string.
|
|
475
|
+
*/
|
|
476
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
|
+
}
|
|
478
|
+
interface RuleRuleConditionQueryStringConfig {
|
|
479
|
+
/**
|
|
480
|
+
* The query string.
|
|
481
|
+
*/
|
|
482
|
+
values?: pulumi.Input<pulumi.Input<inputs.alb.RuleRuleConditionQueryStringConfigValue>[]>;
|
|
483
|
+
}
|
|
484
|
+
interface RuleRuleConditionQueryStringConfigValue {
|
|
485
|
+
/**
|
|
486
|
+
* The name of the inserted header field. The name must be 1 to 40 characters in length, and can contain letters, digits, underscores (_), and hyphens (-). You cannot use the same name in InsertHeader. Note You cannot use Cookie or Host in the name.
|
|
487
|
+
*/
|
|
488
|
+
key?: pulumi.Input<string>;
|
|
489
|
+
/**
|
|
490
|
+
* The content of the inserted header field: If the ValueType parameter is set to SystemDefined, the following values are used: ClientSrcPort: the port of the client ClientSrcIp: the IP address of the client Protocol: the protocol used by client requests (HTTP or HTTPS) SLBId: the ID of the ALB instance SLBPort: the listener port of the ALB instance If the ValueType parameter is set to UserDefined: The header value must be 1 to 128 characters in length, and can contain lowercase letters, printable characters whose ASCII value is ch >= 32 && ch < 127, and wildcards such as asterisks (*) and question marks (?). The header value cannot start or end with a space. If the ValueType parameter is set to ReferenceHeader: The header value must be 1 to 128 characters in length, and can contain lowercase letters, digits, underscores (_), and hyphens (-). Valid values: `ClientSrcPort`, `ClientSrcIp`, `Protocol`, `SLBId`, `SLBPort`, `UserDefined`.
|
|
491
|
+
*/
|
|
492
|
+
value?: pulumi.Input<string>;
|
|
493
|
+
}
|
|
92
494
|
interface ServerGroupHealthCheckConfig {
|
|
93
495
|
/**
|
|
94
|
-
* The status code for a successful health check. Multiple status codes can be specified as a
|
|
496
|
+
* The status code for a successful health check. Multiple status codes can be specified as a
|
|
497
|
+
* list. Valid values: `http2xx`, `http3xx`, `http4xx`, and `http5xx`. Default value: `http2xx`. **NOTE:** This
|
|
498
|
+
* parameter exists if the `HealthCheckProtocol` parameter is set to `HTTP`.
|
|
95
499
|
*/
|
|
96
500
|
healthCheckCodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
97
501
|
/**
|
|
98
|
-
* The port of the backend server that is used for health checks. Valid values: `0`
|
|
502
|
+
* The port of the backend server that is used for health checks. Valid values: `0`
|
|
503
|
+
* to `65535`. Default value: `0`. A value of 0 indicates that a backend server port is used for health checks.
|
|
99
504
|
*/
|
|
100
505
|
healthCheckConnectPort?: pulumi.Input<number>;
|
|
101
506
|
/**
|
|
102
|
-
* Indicates whether health checks are enabled. Valid values: `true`, `false`. Default
|
|
507
|
+
* Indicates whether health checks are enabled. Valid values: `true`, `false`. Default
|
|
508
|
+
* value: `true`.
|
|
103
509
|
*/
|
|
104
510
|
healthCheckEnabled?: pulumi.Input<boolean>;
|
|
105
511
|
/**
|
|
@@ -107,19 +513,23 @@ export declare namespace alb {
|
|
|
107
513
|
*/
|
|
108
514
|
healthCheckHost?: pulumi.Input<string>;
|
|
109
515
|
/**
|
|
110
|
-
* HTTP protocol version. Valid values: `HTTP1.0` and `HTTP1.1`. Default value: `HTTP1.1
|
|
516
|
+
* HTTP protocol version. Valid values: `HTTP1.0` and `HTTP1.1`. Default value: `HTTP1.1`
|
|
517
|
+
* . **NOTE:** This parameter exists if the `HealthCheckProtocol` parameter is set to `HTTP`.
|
|
111
518
|
*/
|
|
112
519
|
healthCheckHttpVersion?: pulumi.Input<string>;
|
|
113
520
|
/**
|
|
114
|
-
* The time interval between two consecutive health checks. Unit: seconds. Valid values: `1`
|
|
521
|
+
* The time interval between two consecutive health checks. Unit: seconds. Valid values: `1`
|
|
522
|
+
* to `50`. Default value: `2`.
|
|
115
523
|
*/
|
|
116
524
|
healthCheckInterval?: pulumi.Input<number>;
|
|
117
525
|
/**
|
|
118
|
-
* Health check method. Valid values: `GET` and `HEAD`. Default: `GET`. **NOTE:** This parameter
|
|
526
|
+
* Health check method. Valid values: `GET` and `HEAD`. Default: `GET`. **NOTE:** This parameter
|
|
527
|
+
* exists if the `HealthCheckProtocol` parameter is set to `HTTP`.
|
|
119
528
|
*/
|
|
120
529
|
healthCheckMethod?: pulumi.Input<string>;
|
|
121
530
|
/**
|
|
122
|
-
* The forwarding rule path of health checks. **NOTE:** This parameter exists if
|
|
531
|
+
* The forwarding rule path of health checks. **NOTE:** This parameter exists if
|
|
532
|
+
* the `HealthCheckProtocol` parameter is set to `HTTP`.
|
|
123
533
|
*/
|
|
124
534
|
healthCheckPath?: pulumi.Input<string>;
|
|
125
535
|
/**
|
|
@@ -127,15 +537,23 @@ export declare namespace alb {
|
|
|
127
537
|
*/
|
|
128
538
|
healthCheckProtocol?: pulumi.Input<string>;
|
|
129
539
|
/**
|
|
130
|
-
* The timeout period of a health check response. If a backend Elastic Compute Service (ECS)
|
|
540
|
+
* The timeout period of a health check response. If a backend Elastic Compute Service (ECS)
|
|
541
|
+
* instance does not send an expected response within the specified period of time, the ECS instance is considered
|
|
542
|
+
* unhealthy. Unit: seconds. Valid values: 1 to 300. Default value: 5. **NOTE:** If the value of the `HealthCHeckTimeout`
|
|
543
|
+
* parameter is smaller than that of the `HealthCheckInterval` parameter, the value of the `HealthCHeckTimeout` parameter
|
|
544
|
+
* is ignored and the value of the `HealthCheckInterval` parameter is regarded as the timeout period.
|
|
131
545
|
*/
|
|
132
546
|
healthCheckTimeout?: pulumi.Input<number>;
|
|
133
547
|
/**
|
|
134
|
-
* The number of health checks that an unhealthy backend server must pass consecutively before it
|
|
548
|
+
* The number of health checks that an unhealthy backend server must pass consecutively before it
|
|
549
|
+
* is declared healthy. In this case, the health check state is changed from fail to success. Valid values: 2 to 10.
|
|
550
|
+
* Default value: 3.
|
|
135
551
|
*/
|
|
136
552
|
healthyThreshold?: pulumi.Input<number>;
|
|
137
553
|
/**
|
|
138
|
-
* The number of consecutive health checks that a healthy backend server must consecutively fail
|
|
554
|
+
* The number of consecutive health checks that a healthy backend server must consecutively fail
|
|
555
|
+
* before it is declared unhealthy. In this case, the health check state is changed from success to fail. Valid
|
|
556
|
+
* values: `2` to `10`. Default value: `3`.
|
|
139
557
|
*/
|
|
140
558
|
unhealthyThreshold?: pulumi.Input<number>;
|
|
141
559
|
}
|
|
@@ -165,21 +583,25 @@ export declare namespace alb {
|
|
|
165
583
|
*/
|
|
166
584
|
status?: pulumi.Input<string>;
|
|
167
585
|
/**
|
|
168
|
-
* The weight of the server.
|
|
586
|
+
* The weight of the server. Valid values: `0` to `100`. Default value: `100`. If the value is set to `0`, no
|
|
587
|
+
* requests are forwarded to the server.
|
|
169
588
|
*/
|
|
170
589
|
weight?: pulumi.Input<number>;
|
|
171
590
|
}
|
|
172
591
|
interface ServerGroupStickySessionConfig {
|
|
173
592
|
/**
|
|
174
|
-
* the cookie that is configured on the server. **NOTE:** This parameter exists if the `StickySession`
|
|
593
|
+
* the cookie that is configured on the server. **NOTE:** This parameter exists if the `StickySession`
|
|
594
|
+
* parameter is set to `On` and the `StickySessionType` parameter is set to `server`.
|
|
175
595
|
*/
|
|
176
596
|
cookie?: pulumi.Input<string>;
|
|
177
597
|
/**
|
|
178
|
-
* The timeout period of a cookie. The timeout period of a cookie. Unit: seconds. Valid values: `1`
|
|
598
|
+
* The timeout period of a cookie. The timeout period of a cookie. Unit: seconds. Valid values: `1`
|
|
599
|
+
* to `86400`. Default value: `1000`.
|
|
179
600
|
*/
|
|
180
601
|
cookieTimeout?: pulumi.Input<number>;
|
|
181
602
|
/**
|
|
182
|
-
* Indicates whether sticky session is enabled. Values: `true` and `false`. Default
|
|
603
|
+
* Indicates whether sticky session is enabled. Values: `true` and `false`. Default
|
|
604
|
+
* value: `false`. **NOTE:** This parameter exists if the `StickySession` parameter is set to `On`.
|
|
183
605
|
*/
|
|
184
606
|
stickySessionEnabled?: pulumi.Input<boolean>;
|
|
185
607
|
/**
|
|
@@ -348,6 +770,107 @@ export declare namespace apigateway {
|
|
|
348
770
|
}
|
|
349
771
|
}
|
|
350
772
|
export declare namespace arms {
|
|
773
|
+
interface DispatchRuleGroupRule {
|
|
774
|
+
groupId?: pulumi.Input<number>;
|
|
775
|
+
/**
|
|
776
|
+
* The duration for which the system waits after the first alert is sent. After the duration, all alerts are sent in a single notification to the handler.
|
|
777
|
+
*/
|
|
778
|
+
groupInterval: pulumi.Input<number>;
|
|
779
|
+
/**
|
|
780
|
+
* The duration for which the system waits after the first alert is sent. After the duration, all alerts are sent in a single notification to the handler.
|
|
781
|
+
*/
|
|
782
|
+
groupWaitTime: pulumi.Input<number>;
|
|
783
|
+
/**
|
|
784
|
+
* The fields that are used to group events. Events with the same field content are assigned to a group. Alerts with the same specified grouping field are sent to the handler in separate notifications.
|
|
785
|
+
*/
|
|
786
|
+
groupingFields: pulumi.Input<pulumi.Input<string>[]>;
|
|
787
|
+
/**
|
|
788
|
+
* The silence period of repeated alerts. All alerts are repeatedly sent at specified intervals until the alerts are cleared. The minimum value is 61. Default to 600.
|
|
789
|
+
*/
|
|
790
|
+
repeatInterval?: pulumi.Input<number>;
|
|
791
|
+
}
|
|
792
|
+
interface DispatchRuleLabelMatchExpressionGrid {
|
|
793
|
+
/**
|
|
794
|
+
* Sets the dispatch rule. See the following `Block labelMatchExpressionGroups`.
|
|
795
|
+
*/
|
|
796
|
+
labelMatchExpressionGroups: pulumi.Input<pulumi.Input<inputs.arms.DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroup>[]>;
|
|
797
|
+
}
|
|
798
|
+
interface DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroup {
|
|
799
|
+
/**
|
|
800
|
+
* Sets the dispatch rule. See the following `Block labelMatchExpressions`.
|
|
801
|
+
*/
|
|
802
|
+
labelMatchExpressions: pulumi.Input<pulumi.Input<inputs.arms.DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpression>[]>;
|
|
803
|
+
}
|
|
804
|
+
interface DispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupLabelMatchExpression {
|
|
805
|
+
/**
|
|
806
|
+
* The key of the tag of the dispatch rule. Valud values:
|
|
807
|
+
* * _aliyun_arms_userid: user ID
|
|
808
|
+
* * _aliyun_arms_involvedObject_kind: type of the associated object
|
|
809
|
+
* * _aliyun_arms_involvedObject_id: ID of the associated object
|
|
810
|
+
* * _aliyun_arms_involvedObject_name: name of the associated object
|
|
811
|
+
* * _aliyun_arms_alert_name: alert name
|
|
812
|
+
* * _aliyun_arms_alert_rule_id: alert rule ID
|
|
813
|
+
* * _aliyun_arms_alert_type: alert type
|
|
814
|
+
* * _aliyun_arms_alert_level: alert severity
|
|
815
|
+
*/
|
|
816
|
+
key: pulumi.Input<string>;
|
|
817
|
+
/**
|
|
818
|
+
* The operator used in the dispatch rule. Valid values:
|
|
819
|
+
* * eq: equals to.
|
|
820
|
+
* * re: matches a regular expression.
|
|
821
|
+
*/
|
|
822
|
+
operator: pulumi.Input<string>;
|
|
823
|
+
/**
|
|
824
|
+
* The value of the tag.
|
|
825
|
+
*/
|
|
826
|
+
value: pulumi.Input<string>;
|
|
827
|
+
}
|
|
828
|
+
interface DispatchRuleNotifyRule {
|
|
829
|
+
/**
|
|
830
|
+
* The notification method. Valid values: dingTalk, sms, webhook, email, and wechat.
|
|
831
|
+
*/
|
|
832
|
+
notifyChannels: pulumi.Input<pulumi.Input<string>[]>;
|
|
833
|
+
/**
|
|
834
|
+
* Sets the notification object. See the following `Block notifyObjects`.
|
|
835
|
+
*/
|
|
836
|
+
notifyObjects: pulumi.Input<pulumi.Input<inputs.arms.DispatchRuleNotifyRuleNotifyObject>[]>;
|
|
837
|
+
}
|
|
838
|
+
interface DispatchRuleNotifyRuleNotifyObject {
|
|
839
|
+
/**
|
|
840
|
+
* The name of the contact or contact group.
|
|
841
|
+
*/
|
|
842
|
+
name: pulumi.Input<string>;
|
|
843
|
+
/**
|
|
844
|
+
* The ID of the contact or contact group.
|
|
845
|
+
*/
|
|
846
|
+
notifyObjectId: pulumi.Input<string>;
|
|
847
|
+
/**
|
|
848
|
+
* The type of the alert contact. Valid values: ARMS_CONTACT: contact. ARMS_CONTACT_GROUP: contact group.
|
|
849
|
+
*/
|
|
850
|
+
notifyType: pulumi.Input<string>;
|
|
851
|
+
}
|
|
852
|
+
interface PrometheusAlertRuleAnnotation {
|
|
853
|
+
/**
|
|
854
|
+
* The name of the annotation.
|
|
855
|
+
*/
|
|
856
|
+
name?: pulumi.Input<string>;
|
|
857
|
+
/**
|
|
858
|
+
* The value of the annotation.
|
|
859
|
+
*/
|
|
860
|
+
value?: pulumi.Input<string>;
|
|
861
|
+
}
|
|
862
|
+
interface PrometheusAlertRuleLabel {
|
|
863
|
+
/**
|
|
864
|
+
* The name of the annotation.
|
|
865
|
+
*/
|
|
866
|
+
name?: pulumi.Input<string>;
|
|
867
|
+
/**
|
|
868
|
+
* The value of the annotation.
|
|
869
|
+
*/
|
|
870
|
+
value?: pulumi.Input<string>;
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
export declare namespace bastionhost {
|
|
351
874
|
}
|
|
352
875
|
export declare namespace brain {
|
|
353
876
|
}
|
|
@@ -355,6 +878,8 @@ export declare namespace cas {
|
|
|
355
878
|
}
|
|
356
879
|
export declare namespace cassandra {
|
|
357
880
|
}
|
|
881
|
+
export declare namespace cddc {
|
|
882
|
+
}
|
|
358
883
|
export declare namespace cdn {
|
|
359
884
|
interface DomainAuthConfig {
|
|
360
885
|
/**
|
|
@@ -529,7 +1054,7 @@ export declare namespace cfg {
|
|
|
529
1054
|
/**
|
|
530
1055
|
* A list of parameter rules.
|
|
531
1056
|
*/
|
|
532
|
-
configRuleParameters
|
|
1057
|
+
configRuleParameters?: pulumi.Input<pulumi.Input<inputs.cfg.AggregateCompliancePackConfigRuleConfigRuleParameter>[]>;
|
|
533
1058
|
/**
|
|
534
1059
|
* The Managed Rule Identifier.
|
|
535
1060
|
*/
|
|
@@ -539,11 +1064,11 @@ export declare namespace cfg {
|
|
|
539
1064
|
/**
|
|
540
1065
|
* The Parameter Name.
|
|
541
1066
|
*/
|
|
542
|
-
parameterName
|
|
1067
|
+
parameterName?: pulumi.Input<string>;
|
|
543
1068
|
/**
|
|
544
1069
|
* The Parameter Value.
|
|
545
1070
|
*/
|
|
546
|
-
parameterValue
|
|
1071
|
+
parameterValue?: pulumi.Input<string>;
|
|
547
1072
|
}
|
|
548
1073
|
interface AggregatorAggregatorAccount {
|
|
549
1074
|
/**
|
|
@@ -563,7 +1088,7 @@ export declare namespace cfg {
|
|
|
563
1088
|
/**
|
|
564
1089
|
* A list of Config Rule Parameters.
|
|
565
1090
|
*/
|
|
566
|
-
configRuleParameters
|
|
1091
|
+
configRuleParameters?: pulumi.Input<pulumi.Input<inputs.cfg.CompliancePackConfigRuleConfigRuleParameter>[]>;
|
|
567
1092
|
/**
|
|
568
1093
|
* The Managed Rule Identifier.
|
|
569
1094
|
*/
|
|
@@ -573,17 +1098,33 @@ export declare namespace cfg {
|
|
|
573
1098
|
/**
|
|
574
1099
|
* The parameter name.
|
|
575
1100
|
*/
|
|
576
|
-
parameterName
|
|
1101
|
+
parameterName?: pulumi.Input<string>;
|
|
577
1102
|
/**
|
|
578
1103
|
* The parameter value.
|
|
579
1104
|
*/
|
|
580
|
-
parameterValue?: pulumi.Input<string>;
|
|
1105
|
+
parameterValue?: pulumi.Input<string>;
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
export declare namespace clickhouse {
|
|
1109
|
+
}
|
|
1110
|
+
export declare namespace cloudauth {
|
|
1111
|
+
}
|
|
1112
|
+
export declare namespace cloudconnect {
|
|
1113
|
+
}
|
|
1114
|
+
export declare namespace cloudfirewall {
|
|
1115
|
+
}
|
|
1116
|
+
export declare namespace cloudsso {
|
|
1117
|
+
interface DirectorySamlIdentityProviderConfiguration {
|
|
1118
|
+
/**
|
|
1119
|
+
* Base64 encoded IdP metadata document.
|
|
1120
|
+
*/
|
|
1121
|
+
encodedMetadataDocument?: pulumi.Input<string>;
|
|
1122
|
+
/**
|
|
1123
|
+
* SAML SSO login enabled status. Valid values: `Enabled` or `Disabled`. Default to `Disabled`.
|
|
1124
|
+
*/
|
|
1125
|
+
ssoStatus?: pulumi.Input<string>;
|
|
581
1126
|
}
|
|
582
1127
|
}
|
|
583
|
-
export declare namespace cloudconnect {
|
|
584
|
-
}
|
|
585
|
-
export declare namespace cloudfirewall {
|
|
586
|
-
}
|
|
587
1128
|
export declare namespace cloudstoragegateway {
|
|
588
1129
|
}
|
|
589
1130
|
export declare namespace cms {
|
|
@@ -593,7 +1134,7 @@ export declare namespace cms {
|
|
|
593
1134
|
*/
|
|
594
1135
|
comparisonOperator?: pulumi.Input<string>;
|
|
595
1136
|
/**
|
|
596
|
-
* Critical level alarm statistics method
|
|
1137
|
+
* Critical level alarm statistics method. It must be consistent with that defined for metrics. Valid values: ["Average", "Minimum", "Maximum", "Value", "ErrorCodeMaximum", "Sum", "Count"]. Default to "Average".
|
|
597
1138
|
*/
|
|
598
1139
|
statistics?: pulumi.Input<string>;
|
|
599
1140
|
/**
|
|
@@ -611,7 +1152,7 @@ export declare namespace cms {
|
|
|
611
1152
|
*/
|
|
612
1153
|
comparisonOperator?: pulumi.Input<string>;
|
|
613
1154
|
/**
|
|
614
|
-
* Critical level alarm statistics method
|
|
1155
|
+
* Critical level alarm statistics method. It must be consistent with that defined for metrics. Valid values: ["Average", "Minimum", "Maximum", "Value", "ErrorCodeMaximum", "Sum", "Count"]. Default to "Average".
|
|
615
1156
|
*/
|
|
616
1157
|
statistics?: pulumi.Input<string>;
|
|
617
1158
|
/**
|
|
@@ -629,7 +1170,7 @@ export declare namespace cms {
|
|
|
629
1170
|
*/
|
|
630
1171
|
comparisonOperator?: pulumi.Input<string>;
|
|
631
1172
|
/**
|
|
632
|
-
* Critical level alarm statistics method
|
|
1173
|
+
* Critical level alarm statistics method. It must be consistent with that defined for metrics. Valid values: ["Average", "Minimum", "Maximum", "Value", "ErrorCodeMaximum", "Sum", "Count"]. Default to "Average".
|
|
633
1174
|
*/
|
|
634
1175
|
statistics?: pulumi.Input<string>;
|
|
635
1176
|
/**
|
|
@@ -709,6 +1250,100 @@ export declare namespace cms {
|
|
|
709
1250
|
*/
|
|
710
1251
|
times?: pulumi.Input<number>;
|
|
711
1252
|
}
|
|
1253
|
+
interface MetricRuleTemplateAlertTemplate {
|
|
1254
|
+
/**
|
|
1255
|
+
* The abbreviation of the service name. Valid values: `ecs`, `rds`, `ads`, `slb`, `vpc`, `apigateway`, `cdn`, `cs`, `dcdn`, `ddos`, `eip`, `elasticsearch`, `emr`, `ess`, `hbase`, `iotEdge`, `kvstoreSharding`, `kvstoreSplitrw`, `kvstoreStandard`, `memcache`, `mns`, `mongodb`, `mongodbCluster`, `mongodbSharding`, `mqTopic`, `ocs`, `opensearch`, `oss`, `polardb`, `petadata`, `scdn`, `sharebandwidthpackages`, `sls`, `vpn`.
|
|
1256
|
+
*/
|
|
1257
|
+
category: pulumi.Input<string>;
|
|
1258
|
+
/**
|
|
1259
|
+
* The information about the trigger condition based on the alert level. See the following `Block escalations`.
|
|
1260
|
+
*/
|
|
1261
|
+
escalations?: pulumi.Input<inputs.cms.MetricRuleTemplateAlertTemplateEscalations>;
|
|
1262
|
+
/**
|
|
1263
|
+
* The name of the metric.
|
|
1264
|
+
*/
|
|
1265
|
+
metricName: pulumi.Input<string>;
|
|
1266
|
+
/**
|
|
1267
|
+
* The namespace of the service.
|
|
1268
|
+
*/
|
|
1269
|
+
namespace: pulumi.Input<string>;
|
|
1270
|
+
/**
|
|
1271
|
+
* The name of the alert rule.
|
|
1272
|
+
*/
|
|
1273
|
+
ruleName: pulumi.Input<string>;
|
|
1274
|
+
/**
|
|
1275
|
+
* The callback URL to which a POST request is sent when an alert is triggered based on the alert rule.
|
|
1276
|
+
*/
|
|
1277
|
+
webhook?: pulumi.Input<string>;
|
|
1278
|
+
}
|
|
1279
|
+
interface MetricRuleTemplateAlertTemplateEscalations {
|
|
1280
|
+
/**
|
|
1281
|
+
* The condition for triggering critical-level alerts. See the following `Block critical`.
|
|
1282
|
+
*/
|
|
1283
|
+
critical?: pulumi.Input<inputs.cms.MetricRuleTemplateAlertTemplateEscalationsCritical>;
|
|
1284
|
+
/**
|
|
1285
|
+
* The condition for triggering info-level alerts. See the following `Block info`.
|
|
1286
|
+
*/
|
|
1287
|
+
info?: pulumi.Input<inputs.cms.MetricRuleTemplateAlertTemplateEscalationsInfo>;
|
|
1288
|
+
/**
|
|
1289
|
+
* The condition for triggering warn-level alerts. See the following `Block warn`.
|
|
1290
|
+
*/
|
|
1291
|
+
warn?: pulumi.Input<inputs.cms.MetricRuleTemplateAlertTemplateEscalationsWarn>;
|
|
1292
|
+
}
|
|
1293
|
+
interface MetricRuleTemplateAlertTemplateEscalationsCritical {
|
|
1294
|
+
/**
|
|
1295
|
+
* The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
1296
|
+
*/
|
|
1297
|
+
comparisonOperator?: pulumi.Input<string>;
|
|
1298
|
+
/**
|
|
1299
|
+
* The statistical aggregation method for critical-level alerts.
|
|
1300
|
+
*/
|
|
1301
|
+
statistics?: pulumi.Input<string>;
|
|
1302
|
+
/**
|
|
1303
|
+
* The threshold for critical-level alerts.
|
|
1304
|
+
*/
|
|
1305
|
+
threshold?: pulumi.Input<string>;
|
|
1306
|
+
/**
|
|
1307
|
+
* The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
1308
|
+
*/
|
|
1309
|
+
times?: pulumi.Input<string>;
|
|
1310
|
+
}
|
|
1311
|
+
interface MetricRuleTemplateAlertTemplateEscalationsInfo {
|
|
1312
|
+
/**
|
|
1313
|
+
* The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
1314
|
+
*/
|
|
1315
|
+
comparisonOperator?: pulumi.Input<string>;
|
|
1316
|
+
/**
|
|
1317
|
+
* The statistical aggregation method for critical-level alerts.
|
|
1318
|
+
*/
|
|
1319
|
+
statistics?: pulumi.Input<string>;
|
|
1320
|
+
/**
|
|
1321
|
+
* The threshold for critical-level alerts.
|
|
1322
|
+
*/
|
|
1323
|
+
threshold?: pulumi.Input<string>;
|
|
1324
|
+
/**
|
|
1325
|
+
* The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
1326
|
+
*/
|
|
1327
|
+
times?: pulumi.Input<string>;
|
|
1328
|
+
}
|
|
1329
|
+
interface MetricRuleTemplateAlertTemplateEscalationsWarn {
|
|
1330
|
+
/**
|
|
1331
|
+
* The comparison operator of the threshold for critical-level alerts. Valid values: `GreaterThanOrEqualToThreshold`, `GreaterThanThreshold`, `LessThanOrEqualToThreshold`, `LessThanThreshold`, `NotEqualToThreshold`, `GreaterThanYesterday`, `LessThanYesterday`, `GreaterThanLastWeek`, `LessThanLastWeek`, `GreaterThanLastPeriod`, `LessThanLastPeriod`.
|
|
1332
|
+
*/
|
|
1333
|
+
comparisonOperator?: pulumi.Input<string>;
|
|
1334
|
+
/**
|
|
1335
|
+
* The statistical aggregation method for critical-level alerts.
|
|
1336
|
+
*/
|
|
1337
|
+
statistics?: pulumi.Input<string>;
|
|
1338
|
+
/**
|
|
1339
|
+
* The threshold for critical-level alerts.
|
|
1340
|
+
*/
|
|
1341
|
+
threshold?: pulumi.Input<string>;
|
|
1342
|
+
/**
|
|
1343
|
+
* The consecutive number of times for which the metric value is measured before a critical-level alert is triggered.
|
|
1344
|
+
*/
|
|
1345
|
+
times?: pulumi.Input<string>;
|
|
1346
|
+
}
|
|
712
1347
|
interface MonitorGroupInstancesInstance {
|
|
713
1348
|
/**
|
|
714
1349
|
* The category of instance.
|
|
@@ -1249,6 +1884,16 @@ export declare namespace cs {
|
|
|
1249
1884
|
status?: pulumi.Input<string>;
|
|
1250
1885
|
}
|
|
1251
1886
|
}
|
|
1887
|
+
export declare namespace databasefilesystem {
|
|
1888
|
+
interface InstanceEcsList {
|
|
1889
|
+
/**
|
|
1890
|
+
* The ID of the ECS instance.
|
|
1891
|
+
*/
|
|
1892
|
+
ecsId?: pulumi.Input<string>;
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
export declare namespace databasegateway {
|
|
1896
|
+
}
|
|
1252
1897
|
export declare namespace dataworks {
|
|
1253
1898
|
}
|
|
1254
1899
|
export declare namespace dcdn {
|
|
@@ -1310,6 +1955,8 @@ export declare namespace ddos {
|
|
|
1310
1955
|
}
|
|
1311
1956
|
export declare namespace dds {
|
|
1312
1957
|
}
|
|
1958
|
+
export declare namespace dfs {
|
|
1959
|
+
}
|
|
1313
1960
|
export declare namespace directmail {
|
|
1314
1961
|
}
|
|
1315
1962
|
export declare namespace dms {
|
|
@@ -1318,6 +1965,10 @@ export declare namespace dns {
|
|
|
1318
1965
|
}
|
|
1319
1966
|
export declare namespace drds {
|
|
1320
1967
|
}
|
|
1968
|
+
export declare namespace dts {
|
|
1969
|
+
}
|
|
1970
|
+
export declare namespace eais {
|
|
1971
|
+
}
|
|
1321
1972
|
export declare namespace eci {
|
|
1322
1973
|
interface ContainerGroupContainer {
|
|
1323
1974
|
/**
|
|
@@ -1972,6 +2623,8 @@ export declare namespace eds {
|
|
|
1972
2623
|
type?: pulumi.Input<string>;
|
|
1973
2624
|
}
|
|
1974
2625
|
}
|
|
2626
|
+
export declare namespace ehpc {
|
|
2627
|
+
}
|
|
1975
2628
|
export declare namespace eipanycast {
|
|
1976
2629
|
}
|
|
1977
2630
|
export declare namespace elasticsearch {
|
|
@@ -2047,6 +2700,8 @@ export declare namespace emr {
|
|
|
2047
2700
|
sysDiskType?: pulumi.Input<string>;
|
|
2048
2701
|
}
|
|
2049
2702
|
}
|
|
2703
|
+
export declare namespace ens {
|
|
2704
|
+
}
|
|
2050
2705
|
export declare namespace ess {
|
|
2051
2706
|
interface ScalingConfigurationDataDisk {
|
|
2052
2707
|
autoSnapshotPolicyId?: pulumi.Input<string>;
|
|
@@ -2117,6 +2772,19 @@ export declare namespace eventbridge {
|
|
|
2117
2772
|
value?: pulumi.Input<string>;
|
|
2118
2773
|
}
|
|
2119
2774
|
}
|
|
2775
|
+
export declare namespace expressconnect {
|
|
2776
|
+
interface GetVirtualBorderRoutersFilter {
|
|
2777
|
+
/**
|
|
2778
|
+
* The key of the field to filter by, as defined by
|
|
2779
|
+
* [Alibaba Cloud API](https://www.alibabacloud.com/help/en/doc-detail/124791.htm).
|
|
2780
|
+
*/
|
|
2781
|
+
key?: string;
|
|
2782
|
+
/**
|
|
2783
|
+
* Set of values that are accepted for the given field.
|
|
2784
|
+
*/
|
|
2785
|
+
values?: string[];
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2120
2788
|
export declare namespace fc {
|
|
2121
2789
|
interface AliasRoutingConfig {
|
|
2122
2790
|
/**
|
|
@@ -2343,6 +3011,22 @@ export declare namespace ga {
|
|
|
2343
3011
|
}
|
|
2344
3012
|
export declare namespace gpdb {
|
|
2345
3013
|
}
|
|
3014
|
+
export declare namespace graphdatabase {
|
|
3015
|
+
interface DbInstanceDbInstanceIpArray {
|
|
3016
|
+
/**
|
|
3017
|
+
* The default is empty. To distinguish between the different property console does not display a `hidden` label grouping.
|
|
3018
|
+
*/
|
|
3019
|
+
dbInstanceIpArrayAttribute?: pulumi.Input<string>;
|
|
3020
|
+
/**
|
|
3021
|
+
* IP ADDRESS whitelist group name.
|
|
3022
|
+
*/
|
|
3023
|
+
dbInstanceIpArrayName?: pulumi.Input<string>;
|
|
3024
|
+
/**
|
|
3025
|
+
* IP ADDRESS whitelist addresses in the IP ADDRESS list, and a maximum of 1000 comma-separated format is as follows: `0.0.0.0/0` and `10.23.12.24`(IP) or `10.23.12.24/24`(CIDR mode, CIDR (Classless Inter-Domain Routing)/24 represents the address prefixes in the length of the range [1,32]).
|
|
3026
|
+
*/
|
|
3027
|
+
securityIps?: pulumi.Input<string>;
|
|
3028
|
+
}
|
|
3029
|
+
}
|
|
2346
3030
|
export declare namespace hbase {
|
|
2347
3031
|
interface InstanceSlbConnAddr {
|
|
2348
3032
|
connAddr?: pulumi.Input<string>;
|
|
@@ -2361,6 +3045,36 @@ export declare namespace hbase {
|
|
|
2361
3045
|
}
|
|
2362
3046
|
}
|
|
2363
3047
|
export declare namespace hbr {
|
|
3048
|
+
interface GetBackupJobsFilter {
|
|
3049
|
+
/**
|
|
3050
|
+
* The key of the field to filter. Valid values: `PlanId`, `VaultId`, `InstanceId`, `Bucket`, `FileSystemId`, `CompleteTime`.
|
|
3051
|
+
*/
|
|
3052
|
+
key?: string;
|
|
3053
|
+
/**
|
|
3054
|
+
* The operator of the field to filter. Valid values: `MATCH_TERM`, `GREATER_THAN`, `GREATER_THAN_OR_EQUAL`, `LESS_THAN`, `LESS_THAN_OR_EQUAL`, `BETWEEN`.
|
|
3055
|
+
*/
|
|
3056
|
+
operator?: string;
|
|
3057
|
+
/**
|
|
3058
|
+
* Set of values that are accepted for the given field.
|
|
3059
|
+
*/
|
|
3060
|
+
values?: string[];
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
export declare namespace imm {
|
|
3064
|
+
}
|
|
3065
|
+
export declare namespace imp {
|
|
3066
|
+
interface AppTemplateConfigList {
|
|
3067
|
+
/**
|
|
3068
|
+
* Configuration item key. Valid values:
|
|
3069
|
+
*/
|
|
3070
|
+
key?: pulumi.Input<string>;
|
|
3071
|
+
/**
|
|
3072
|
+
* Configuration item content.
|
|
3073
|
+
*/
|
|
3074
|
+
value?: pulumi.Input<string>;
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
export declare namespace iot {
|
|
2364
3078
|
}
|
|
2365
3079
|
export declare namespace kms {
|
|
2366
3080
|
}
|
|
@@ -2370,6 +3084,8 @@ export declare namespace kvstore {
|
|
|
2370
3084
|
value: pulumi.Input<string>;
|
|
2371
3085
|
}
|
|
2372
3086
|
}
|
|
3087
|
+
export declare namespace lindorm {
|
|
3088
|
+
}
|
|
2373
3089
|
export declare namespace log {
|
|
2374
3090
|
interface AlertNotificationList {
|
|
2375
3091
|
/**
|
|
@@ -2571,6 +3287,8 @@ export declare namespace log {
|
|
|
2571
3287
|
}
|
|
2572
3288
|
export declare namespace marketplace {
|
|
2573
3289
|
}
|
|
3290
|
+
export declare namespace mhub {
|
|
3291
|
+
}
|
|
2574
3292
|
export declare namespace mns {
|
|
2575
3293
|
}
|
|
2576
3294
|
export declare namespace mongodb {
|
|
@@ -2619,6 +3337,47 @@ export declare namespace nas {
|
|
|
2619
3337
|
}
|
|
2620
3338
|
export declare namespace oos {
|
|
2621
3339
|
}
|
|
3340
|
+
export declare namespace opensearch {
|
|
3341
|
+
interface AppGroupOrder {
|
|
3342
|
+
/**
|
|
3343
|
+
* Whether to renew automatically. It only takes effect when the parameter paymentType takes the value `Subscription`.
|
|
3344
|
+
*/
|
|
3345
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
3346
|
+
/**
|
|
3347
|
+
* Order cycle. The minimum value is not less than 0.
|
|
3348
|
+
*/
|
|
3349
|
+
duration?: pulumi.Input<number>;
|
|
3350
|
+
/**
|
|
3351
|
+
* Order cycle unit. Valid values: `Year` and `Month`.
|
|
3352
|
+
*/
|
|
3353
|
+
pricingCycle?: pulumi.Input<string>;
|
|
3354
|
+
}
|
|
3355
|
+
interface AppGroupQuota {
|
|
3356
|
+
/**
|
|
3357
|
+
* Computing resources. Unit: LCU.
|
|
3358
|
+
*/
|
|
3359
|
+
computeResource: pulumi.Input<number>;
|
|
3360
|
+
/**
|
|
3361
|
+
* Storage Size. Unit: GB.
|
|
3362
|
+
*/
|
|
3363
|
+
docSize: pulumi.Input<number>;
|
|
3364
|
+
/**
|
|
3365
|
+
* Search request. Unit: times/second.
|
|
3366
|
+
*/
|
|
3367
|
+
qps?: pulumi.Input<number>;
|
|
3368
|
+
/**
|
|
3369
|
+
* Specification. Valid values:
|
|
3370
|
+
* * `opensearch.share.junior`: Entry-level.
|
|
3371
|
+
* * `opensearch.share.common`: Shared universal.
|
|
3372
|
+
* * `opensearch.share.compute`: Shared computing.
|
|
3373
|
+
* * `opensearch.share.storage`: Shared storage type.
|
|
3374
|
+
* * `opensearch.private.common`: Exclusive universal type.
|
|
3375
|
+
* * `opensearch.private.compute`: Exclusive computing type.
|
|
3376
|
+
* * `opensearch.private.storage`: Exclusive storage type
|
|
3377
|
+
*/
|
|
3378
|
+
spec: pulumi.Input<string>;
|
|
3379
|
+
}
|
|
3380
|
+
}
|
|
2622
3381
|
export declare namespace oss {
|
|
2623
3382
|
interface BucketCorsRule {
|
|
2624
3383
|
/**
|
|
@@ -2831,6 +3590,8 @@ export declare namespace pvtz {
|
|
|
2831
3590
|
vpcId: pulumi.Input<string>;
|
|
2832
3591
|
}
|
|
2833
3592
|
}
|
|
3593
|
+
export declare namespace quickbi {
|
|
3594
|
+
}
|
|
2834
3595
|
export declare namespace quotas {
|
|
2835
3596
|
interface ApplicationInfoDimension {
|
|
2836
3597
|
key?: pulumi.Input<string>;
|
|
@@ -2907,6 +3668,8 @@ export declare namespace ram {
|
|
|
2907
3668
|
resources: pulumi.Input<pulumi.Input<string>[]>;
|
|
2908
3669
|
}
|
|
2909
3670
|
}
|
|
3671
|
+
export declare namespace rdc {
|
|
3672
|
+
}
|
|
2910
3673
|
export declare namespace rds {
|
|
2911
3674
|
interface InstanceParameter {
|
|
2912
3675
|
name: pulumi.Input<string>;
|
|
@@ -2974,6 +3737,42 @@ export declare namespace ros {
|
|
|
2974
3737
|
}
|
|
2975
3738
|
}
|
|
2976
3739
|
export declare namespace sae {
|
|
3740
|
+
interface IngressDefaultRule {
|
|
3741
|
+
/**
|
|
3742
|
+
* Target application ID.
|
|
3743
|
+
*/
|
|
3744
|
+
appId?: pulumi.Input<string>;
|
|
3745
|
+
/**
|
|
3746
|
+
* Target application name.
|
|
3747
|
+
*/
|
|
3748
|
+
appName?: pulumi.Input<string>;
|
|
3749
|
+
/**
|
|
3750
|
+
* Application backend port.
|
|
3751
|
+
*/
|
|
3752
|
+
containerPort?: pulumi.Input<number>;
|
|
3753
|
+
}
|
|
3754
|
+
interface IngressRule {
|
|
3755
|
+
/**
|
|
3756
|
+
* Target application ID.
|
|
3757
|
+
*/
|
|
3758
|
+
appId: pulumi.Input<string>;
|
|
3759
|
+
/**
|
|
3760
|
+
* Target application name.
|
|
3761
|
+
*/
|
|
3762
|
+
appName: pulumi.Input<string>;
|
|
3763
|
+
/**
|
|
3764
|
+
* Application backend port.
|
|
3765
|
+
*/
|
|
3766
|
+
containerPort: pulumi.Input<number>;
|
|
3767
|
+
/**
|
|
3768
|
+
* Application domain name.
|
|
3769
|
+
*/
|
|
3770
|
+
domain: pulumi.Input<string>;
|
|
3771
|
+
/**
|
|
3772
|
+
* URL path.
|
|
3773
|
+
*/
|
|
3774
|
+
path: pulumi.Input<string>;
|
|
3775
|
+
}
|
|
2977
3776
|
}
|
|
2978
3777
|
export declare namespace sag {
|
|
2979
3778
|
}
|
|
@@ -3039,6 +3838,188 @@ export declare namespace scdn {
|
|
|
3039
3838
|
type: pulumi.Input<string>;
|
|
3040
3839
|
}
|
|
3041
3840
|
}
|
|
3841
|
+
export declare namespace sddp {
|
|
3842
|
+
}
|
|
3843
|
+
export declare namespace securitycenter {
|
|
3844
|
+
}
|
|
3845
|
+
export declare namespace servicemesh {
|
|
3846
|
+
interface ServiceMeshLoadBalancer {
|
|
3847
|
+
apiServerLoadbalancerId?: pulumi.Input<string>;
|
|
3848
|
+
/**
|
|
3849
|
+
* Whether to use the IP address of a public network exposed the API Server.
|
|
3850
|
+
*/
|
|
3851
|
+
apiServerPublicEip?: pulumi.Input<boolean>;
|
|
3852
|
+
/**
|
|
3853
|
+
* Whether to use the IP address of a public network exposure the Istio Pilot.
|
|
3854
|
+
*/
|
|
3855
|
+
pilotPublicEip?: pulumi.Input<boolean>;
|
|
3856
|
+
pilotPublicLoadbalancerId?: pulumi.Input<string>;
|
|
3857
|
+
}
|
|
3858
|
+
interface ServiceMeshMeshConfig {
|
|
3859
|
+
/**
|
|
3860
|
+
* The configuration of the access logging.
|
|
3861
|
+
*/
|
|
3862
|
+
accessLog?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigAccessLog>;
|
|
3863
|
+
/**
|
|
3864
|
+
* The configuration of the audit. See the following `Block audit`.
|
|
3865
|
+
*/
|
|
3866
|
+
audit?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigAudit>;
|
|
3867
|
+
/**
|
|
3868
|
+
* Whether or not to enable the use of a custom zipkin.
|
|
3869
|
+
*/
|
|
3870
|
+
customizedZipkin?: pulumi.Input<boolean>;
|
|
3871
|
+
/**
|
|
3872
|
+
* The enable locality lb.
|
|
3873
|
+
*/
|
|
3874
|
+
enableLocalityLb?: pulumi.Input<boolean>;
|
|
3875
|
+
/**
|
|
3876
|
+
* The configuration of the Kiali. See the following `Block kiali`.
|
|
3877
|
+
*/
|
|
3878
|
+
kiali?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigKiali>;
|
|
3879
|
+
/**
|
|
3880
|
+
* The open-door policy of agent (OPA) plug-in information. See the following `Block opa`.
|
|
3881
|
+
*/
|
|
3882
|
+
opa?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigOpa>;
|
|
3883
|
+
/**
|
|
3884
|
+
* The policy of the Out to the traffic. Valid values: `ALLOW_ANY` and `REGISTRY_ONLY`.
|
|
3885
|
+
*/
|
|
3886
|
+
outboundTrafficPolicy?: pulumi.Input<string>;
|
|
3887
|
+
/**
|
|
3888
|
+
* The configuration of the Link trace sampling. See the following `Block pilot`.
|
|
3889
|
+
*/
|
|
3890
|
+
pilot?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigPilot>;
|
|
3891
|
+
/**
|
|
3892
|
+
* The configuration of the Proxy. See the following `Block proxy`.
|
|
3893
|
+
*/
|
|
3894
|
+
proxy?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigProxy>;
|
|
3895
|
+
/**
|
|
3896
|
+
* The configuration of the Sidecar injector. See the following `Block sidecarInjector`.
|
|
3897
|
+
*/
|
|
3898
|
+
sidecarInjector?: pulumi.Input<inputs.servicemesh.ServiceMeshMeshConfigSidecarInjector>;
|
|
3899
|
+
/**
|
|
3900
|
+
* Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/).
|
|
3901
|
+
*/
|
|
3902
|
+
telemetry?: pulumi.Input<boolean>;
|
|
3903
|
+
/**
|
|
3904
|
+
* Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/).
|
|
3905
|
+
*/
|
|
3906
|
+
tracing?: pulumi.Input<boolean>;
|
|
3907
|
+
}
|
|
3908
|
+
interface ServiceMeshMeshConfigAccessLog {
|
|
3909
|
+
/**
|
|
3910
|
+
* Whether to enable Service grid audit.
|
|
3911
|
+
*/
|
|
3912
|
+
enabled?: pulumi.Input<boolean>;
|
|
3913
|
+
}
|
|
3914
|
+
interface ServiceMeshMeshConfigAudit {
|
|
3915
|
+
/**
|
|
3916
|
+
* Whether to enable Service grid audit.
|
|
3917
|
+
*/
|
|
3918
|
+
enabled?: pulumi.Input<boolean>;
|
|
3919
|
+
/**
|
|
3920
|
+
* The Service grid audit that to the project.
|
|
3921
|
+
*/
|
|
3922
|
+
project?: pulumi.Input<string>;
|
|
3923
|
+
}
|
|
3924
|
+
interface ServiceMeshMeshConfigKiali {
|
|
3925
|
+
/**
|
|
3926
|
+
* Whether to enable Service grid audit.
|
|
3927
|
+
*/
|
|
3928
|
+
enabled?: pulumi.Input<boolean>;
|
|
3929
|
+
}
|
|
3930
|
+
interface ServiceMeshMeshConfigOpa {
|
|
3931
|
+
/**
|
|
3932
|
+
* Whether to enable Service grid audit.
|
|
3933
|
+
*/
|
|
3934
|
+
enabled?: pulumi.Input<boolean>;
|
|
3935
|
+
/**
|
|
3936
|
+
* The CPU resource of the limitsOPA proxy container.
|
|
3937
|
+
*/
|
|
3938
|
+
limitCpu?: pulumi.Input<string>;
|
|
3939
|
+
/**
|
|
3940
|
+
* The memory resource limit of the OPA proxy container.
|
|
3941
|
+
*/
|
|
3942
|
+
limitMemory?: pulumi.Input<string>;
|
|
3943
|
+
/**
|
|
3944
|
+
* The log level of the OPA proxy container .
|
|
3945
|
+
*/
|
|
3946
|
+
logLevel?: pulumi.Input<string>;
|
|
3947
|
+
/**
|
|
3948
|
+
* The CPU resource request of the OPA proxy container.
|
|
3949
|
+
*/
|
|
3950
|
+
requestCpu?: pulumi.Input<string>;
|
|
3951
|
+
/**
|
|
3952
|
+
* The memory resource request of the OPA proxy container.
|
|
3953
|
+
*/
|
|
3954
|
+
requestMemory?: pulumi.Input<string>;
|
|
3955
|
+
}
|
|
3956
|
+
interface ServiceMeshMeshConfigPilot {
|
|
3957
|
+
/**
|
|
3958
|
+
* Whether to support the HTTP1.0.
|
|
3959
|
+
*/
|
|
3960
|
+
http10Enabled?: pulumi.Input<boolean>;
|
|
3961
|
+
/**
|
|
3962
|
+
* The percentage of the Link trace sampling.
|
|
3963
|
+
*/
|
|
3964
|
+
traceSampling?: pulumi.Input<number>;
|
|
3965
|
+
}
|
|
3966
|
+
interface ServiceMeshMeshConfigProxy {
|
|
3967
|
+
/**
|
|
3968
|
+
* The CPU resource of the limitsOPA proxy container.
|
|
3969
|
+
*/
|
|
3970
|
+
limitCpu?: pulumi.Input<string>;
|
|
3971
|
+
/**
|
|
3972
|
+
* The memory resource limit of the OPA proxy container.
|
|
3973
|
+
*/
|
|
3974
|
+
limitMemory?: pulumi.Input<string>;
|
|
3975
|
+
/**
|
|
3976
|
+
* The CPU resource request of the OPA proxy container.
|
|
3977
|
+
*/
|
|
3978
|
+
requestCpu?: pulumi.Input<string>;
|
|
3979
|
+
/**
|
|
3980
|
+
* The memory resource request of the OPA proxy container.
|
|
3981
|
+
*/
|
|
3982
|
+
requestMemory?: pulumi.Input<string>;
|
|
3983
|
+
}
|
|
3984
|
+
interface ServiceMeshMeshConfigSidecarInjector {
|
|
3985
|
+
/**
|
|
3986
|
+
* Whether to enable by Pod Annotations automatic injection Sidecar.
|
|
3987
|
+
*/
|
|
3988
|
+
autoInjectionPolicyEnabled?: pulumi.Input<boolean>;
|
|
3989
|
+
/**
|
|
3990
|
+
* Whether it is the all namespaces you turn on the auto injection capabilities.
|
|
3991
|
+
*/
|
|
3992
|
+
enableNamespacesByDefault?: pulumi.Input<boolean>;
|
|
3993
|
+
/**
|
|
3994
|
+
* The CPU resource of the limitsOPA proxy container.
|
|
3995
|
+
*/
|
|
3996
|
+
limitCpu?: pulumi.Input<string>;
|
|
3997
|
+
/**
|
|
3998
|
+
* The memory resource limit of the OPA proxy container.
|
|
3999
|
+
*/
|
|
4000
|
+
limitMemory?: pulumi.Input<string>;
|
|
4001
|
+
/**
|
|
4002
|
+
* The CPU resource request of the OPA proxy container.
|
|
4003
|
+
*/
|
|
4004
|
+
requestCpu?: pulumi.Input<string>;
|
|
4005
|
+
/**
|
|
4006
|
+
* The memory resource request of the OPA proxy container.
|
|
4007
|
+
*/
|
|
4008
|
+
requestMemory?: pulumi.Input<string>;
|
|
4009
|
+
}
|
|
4010
|
+
interface ServiceMeshNetwork {
|
|
4011
|
+
/**
|
|
4012
|
+
* The ID of the VPC.
|
|
4013
|
+
*/
|
|
4014
|
+
vpcId: pulumi.Input<string>;
|
|
4015
|
+
/**
|
|
4016
|
+
* The list of Virtual Switch.
|
|
4017
|
+
*/
|
|
4018
|
+
vswitcheList: pulumi.Input<string>;
|
|
4019
|
+
}
|
|
4020
|
+
}
|
|
4021
|
+
export declare namespace simpleapplicationserver {
|
|
4022
|
+
}
|
|
3042
4023
|
export declare namespace slb {
|
|
3043
4024
|
interface AclEntryList {
|
|
3044
4025
|
comment?: pulumi.Input<string>;
|
|
@@ -3082,7 +4063,39 @@ export declare namespace slb {
|
|
|
3082
4063
|
}
|
|
3083
4064
|
export declare namespace tsdb {
|
|
3084
4065
|
}
|
|
4066
|
+
export declare namespace videosurveillance {
|
|
4067
|
+
}
|
|
4068
|
+
export declare namespace vod {
|
|
4069
|
+
interface DomainSource {
|
|
4070
|
+
/**
|
|
4071
|
+
* The address of the origin server. You can specify an IP address or a domain name.
|
|
4072
|
+
*/
|
|
4073
|
+
sourceContent: pulumi.Input<string>;
|
|
4074
|
+
/**
|
|
4075
|
+
* The port number. You can specify port 443 or 80. **Default value: 80**. If you specify port 443, Alibaba Cloud CDN communicates with the origin server over HTTPS. You can also customize a port.
|
|
4076
|
+
*/
|
|
4077
|
+
sourcePort: pulumi.Input<string>;
|
|
4078
|
+
/**
|
|
4079
|
+
* The priority of the origin server if multiple origin servers are specified. Valid values: `20` and `30`. **Default value: 20**. A value of 20 indicates that the origin server is the primary origin server. A value of 30 indicates that the origin server is a secondary origin server.
|
|
4080
|
+
*/
|
|
4081
|
+
sourcePriority?: pulumi.Input<string>;
|
|
4082
|
+
/**
|
|
4083
|
+
* The type of the origin server. Valid values:
|
|
4084
|
+
*/
|
|
4085
|
+
sourceType: pulumi.Input<string>;
|
|
4086
|
+
}
|
|
4087
|
+
}
|
|
3085
4088
|
export declare namespace vpc {
|
|
4089
|
+
interface DhcpOptionsSetAssociateVpc {
|
|
4090
|
+
/**
|
|
4091
|
+
* The status of the VPC network that is associated with the DHCP options set. Valid values:`InUse` or `Pending`. `InUse`: The VPC network is in use. `Pending`: The VPC network is being configured.
|
|
4092
|
+
*/
|
|
4093
|
+
associateStatus?: pulumi.Input<string>;
|
|
4094
|
+
/**
|
|
4095
|
+
* The ID of the VPC network that is associated with the DHCP options set.
|
|
4096
|
+
*/
|
|
4097
|
+
vpcId?: pulumi.Input<string>;
|
|
4098
|
+
}
|
|
3086
4099
|
interface NetworkAclAttachmentResource {
|
|
3087
4100
|
/**
|
|
3088
4101
|
* The resource id that the network acl will associate with.
|