@volcengine/pulumi 0.0.27 → 0.0.29
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/listener.d.ts +80 -22
- package/alb/listener.js +57 -19
- package/alb/listener.js.map +1 -1
- package/clb/clb.d.ts +8 -8
- package/clb/clb.js +0 -3
- package/clb/clb.js.map +1 -1
- package/cloud_firewall/cfwAddressBook.d.ts +128 -0
- package/cloud_firewall/cfwAddressBook.js +93 -0
- package/cloud_firewall/cfwAddressBook.js.map +1 -0
- package/cloud_firewall/cfwAddressBooks.d.ts +122 -0
- package/cloud_firewall/cfwAddressBooks.js +53 -0
- package/cloud_firewall/cfwAddressBooks.js.map +1 -0
- package/cloud_firewall/cfwControlPolicies.d.ts +176 -0
- package/cloud_firewall/cfwControlPolicies.js +56 -0
- package/cloud_firewall/cfwControlPolicies.js.map +1 -0
- package/cloud_firewall/cfwControlPolicy.d.ts +384 -0
- package/cloud_firewall/cfwControlPolicy.js +170 -0
- package/cloud_firewall/cfwControlPolicy.js.map +1 -0
- package/cloud_firewall/cfwControlPolicyPriority.d.ts +135 -0
- package/cloud_firewall/cfwControlPolicyPriority.js +116 -0
- package/cloud_firewall/cfwControlPolicyPriority.js.map +1 -0
- package/cloud_firewall/cfwDnsControlPolicies.d.ts +160 -0
- package/cloud_firewall/cfwDnsControlPolicies.js +80 -0
- package/cloud_firewall/cfwDnsControlPolicies.js.map +1 -0
- package/cloud_firewall/cfwDnsControlPolicy.d.ts +173 -0
- package/cloud_firewall/cfwDnsControlPolicy.js +107 -0
- package/cloud_firewall/cfwDnsControlPolicy.js.map +1 -0
- package/cloud_firewall/cfwNatFirewallControlPolicies.d.ts +200 -0
- package/cloud_firewall/cfwNatFirewallControlPolicies.js +58 -0
- package/cloud_firewall/cfwNatFirewallControlPolicies.js.map +1 -0
- package/cloud_firewall/cfwNatFirewallControlPolicy.d.ts +406 -0
- package/cloud_firewall/cfwNatFirewallControlPolicy.js +179 -0
- package/cloud_firewall/cfwNatFirewallControlPolicy.js.map +1 -0
- package/cloud_firewall/cfwNatFirewallControlPolicyPriority.d.ts +150 -0
- package/cloud_firewall/cfwNatFirewallControlPolicyPriority.js +124 -0
- package/cloud_firewall/cfwNatFirewallControlPolicyPriority.js.map +1 -0
- package/cloud_firewall/cfwVpcFirewallAclRule.d.ts +392 -0
- package/cloud_firewall/cfwVpcFirewallAclRule.js +172 -0
- package/cloud_firewall/cfwVpcFirewallAclRule.js.map +1 -0
- package/cloud_firewall/cfwVpcFirewallAclRulePriority.d.ts +135 -0
- package/cloud_firewall/cfwVpcFirewallAclRulePriority.js +116 -0
- package/cloud_firewall/cfwVpcFirewallAclRulePriority.js.map +1 -0
- package/cloud_firewall/cfwVpcFirewallAclRules.d.ts +182 -0
- package/cloud_firewall/cfwVpcFirewallAclRules.js +62 -0
- package/cloud_firewall/cfwVpcFirewallAclRules.js.map +1 -0
- package/cloud_firewall/index.d.ts +39 -0
- package/cloud_firewall/index.js +72 -0
- package/cloud_firewall/index.js.map +1 -0
- package/cloud_monitor/rule.d.ts +29 -11
- package/cloud_monitor/rule.js +10 -2
- package/cloud_monitor/rule.js.map +1 -1
- package/config/vars.d.ts +4 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/cr/endpoint.d.ts +10 -0
- package/cr/endpoint.js +2 -0
- package/cr/endpoint.js.map +1 -1
- package/cr/endpointAclPolicy.d.ts +116 -0
- package/cr/endpointAclPolicy.js +99 -0
- package/cr/endpointAclPolicy.js.map +1 -0
- package/cr/index.d.ts +3 -0
- package/cr/index.js +6 -1
- package/cr/index.js.map +1 -1
- package/cr/namespace.d.ts +20 -2
- package/cr/namespace.js +10 -2
- package/cr/namespace.js.map +1 -1
- package/cr/registries.d.ts +12 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +21 -0
- package/cr/registry.js +5 -0
- package/cr/registry.js.map +1 -1
- package/dns/backup.d.ts +83 -0
- package/dns/backup.js +75 -0
- package/dns/backup.js.map +1 -0
- package/dns/backupSchedule.d.ts +90 -0
- package/dns/backupSchedule.js +81 -0
- package/dns/backupSchedule.js.map +1 -0
- package/dns/backups.d.ts +84 -0
- package/dns/backups.js +47 -0
- package/dns/backups.js.map +1 -0
- package/dns/index.d.ts +24 -0
- package/dns/index.js +49 -0
- package/dns/index.js.map +1 -0
- package/dns/record.d.ts +220 -0
- package/dns/record.js +115 -0
- package/dns/record.js.map +1 -0
- package/dns/recordSets.d.ts +122 -0
- package/dns/recordSets.js +58 -0
- package/dns/recordSets.js.map +1 -0
- package/dns/records.d.ts +150 -0
- package/dns/records.js +53 -0
- package/dns/records.js.map +1 -0
- package/dns/zone.d.ts +225 -0
- package/dns/zone.js +113 -0
- package/dns/zone.js.map +1 -0
- package/dns/zones.d.ts +169 -0
- package/dns/zones.js +61 -0
- package/dns/zones.js.map +1 -0
- package/ebs/volume.d.ts +27 -15
- package/ebs/volume.js +2 -0
- package/ebs/volume.js.map +1 -1
- package/ecs/instance.d.ts +30 -9
- package/ecs/instance.js +4 -5
- package/ecs/instance.js.map +1 -1
- package/escloud/instance.d.ts +1 -1
- package/escloud/instance.js +1 -1
- package/escloud/instances.d.ts +2 -2
- package/escloud/instances.js +2 -2
- package/escloud/regions.d.ts +2 -2
- package/escloud/regions.js +2 -2
- package/escloud/zones.d.ts +2 -2
- package/escloud/zones.js +2 -2
- package/escloud_v2/escloudInstanceV2.d.ts +496 -0
- package/escloud_v2/escloudInstanceV2.js +243 -0
- package/escloud_v2/escloudInstanceV2.js.map +1 -0
- package/escloud_v2/escloudInstancesV2.d.ts +53 -0
- package/escloud_v2/escloudInstancesV2.js +28 -0
- package/escloud_v2/escloudInstancesV2.js.map +1 -0
- package/escloud_v2/escloudIpWhiteList.d.ts +188 -0
- package/escloud_v2/escloudIpWhiteList.js +171 -0
- package/escloud_v2/escloudIpWhiteList.js.map +1 -0
- package/escloud_v2/index.d.ts +9 -0
- package/escloud_v2/index.js +30 -0
- package/escloud_v2/index.js.map +1 -0
- package/index.d.ts +6 -1
- package/index.js +11 -1
- package/index.js.map +1 -1
- package/mongodb/account.d.ts +188 -0
- package/mongodb/account.js +142 -0
- package/mongodb/account.js.map +1 -0
- package/mongodb/accounts.d.ts +16 -4
- package/mongodb/accounts.js +1 -0
- package/mongodb/accounts.js.map +1 -1
- package/mongodb/endpoint.d.ts +3 -3
- package/mongodb/index.d.ts +3 -0
- package/mongodb/index.js +6 -1
- package/mongodb/index.js.map +1 -1
- package/mongodb/instance.d.ts +117 -46
- package/mongodb/instance.js +40 -7
- package/mongodb/instance.js.map +1 -1
- package/mongodb/instanceParameter.d.ts +3 -3
- package/mongodb/instances.d.ts +12 -0
- package/mongodb/instances.js +1 -0
- package/mongodb/instances.js.map +1 -1
- package/mongodb/mongoAllowList.d.ts +43 -4
- package/mongodb/mongoAllowList.js +10 -1
- package/mongodb/mongoAllowList.js.map +1 -1
- package/mongodb/mongoAllowLists.d.ts +12 -0
- package/mongodb/mongoAllowLists.js +1 -0
- package/mongodb/mongoAllowLists.js.map +1 -1
- package/nas/mountPoints.d.ts +6 -3
- package/nas/mountPoints.js +1 -1
- package/nas/mountPoints.js.map +1 -1
- package/package.json +1 -1
- package/privatelink/vpcEndpoint.d.ts +20 -0
- package/privatelink/vpcEndpoint.js +4 -0
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/provider.d.ts +8 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rabbitmq/index.d.ts +15 -0
- package/rabbitmq/index.js +38 -0
- package/rabbitmq/index.js.map +1 -0
- package/rabbitmq/instance.d.ts +323 -0
- package/rabbitmq/instance.js +172 -0
- package/rabbitmq/instance.js.map +1 -0
- package/rabbitmq/instancePlugin.d.ts +173 -0
- package/rabbitmq/instancePlugin.js +128 -0
- package/rabbitmq/instancePlugin.js.map +1 -0
- package/rabbitmq/instancePlugins.d.ts +154 -0
- package/rabbitmq/instancePlugins.js +117 -0
- package/rabbitmq/instancePlugins.js.map +1 -0
- package/rabbitmq/instances.d.ts +251 -0
- package/rabbitmq/instances.js +126 -0
- package/rabbitmq/instances.js.map +1 -0
- package/rabbitmq/publicAddress.d.ts +124 -0
- package/rabbitmq/publicAddress.js +121 -0
- package/rabbitmq/publicAddress.js.map +1 -0
- package/rds_mysql/account.d.ts +15 -5
- package/rds_mysql/account.js +15 -5
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/allowlist.d.ts +77 -8
- package/rds_mysql/allowlist.js +22 -7
- package/rds_mysql/allowlist.js.map +1 -1
- package/rds_mysql/backup.d.ts +128 -0
- package/rds_mysql/backup.js +85 -0
- package/rds_mysql/backup.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +380 -0
- package/rds_mysql/backupPolicy.js +125 -0
- package/rds_mysql/backupPolicy.js.map +1 -0
- package/rds_mysql/backups.d.ts +178 -0
- package/rds_mysql/backups.js +68 -0
- package/rds_mysql/backups.js.map +1 -0
- package/rds_mysql/endpoint.d.ts +254 -0
- package/rds_mysql/endpoint.js +124 -0
- package/rds_mysql/endpoint.js.map +1 -0
- package/rds_mysql/endpointPublicAddress.d.ts +108 -0
- package/rds_mysql/endpointPublicAddress.js +88 -0
- package/rds_mysql/endpointPublicAddress.js.map +1 -0
- package/rds_mysql/endpoints.d.ts +75 -0
- package/rds_mysql/endpoints.js +46 -0
- package/rds_mysql/endpoints.js.map +1 -0
- package/rds_mysql/index.d.ts +33 -0
- package/rds_mysql/index.js +44 -1
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +107 -5
- package/rds_mysql/instance.js +21 -3
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceSpecs.d.ts +122 -0
- package/rds_mysql/instanceSpecs.js +52 -0
- package/rds_mysql/instanceSpecs.js.map +1 -0
- package/rds_mysql/parameterTemplate.d.ts +132 -0
- package/rds_mysql/parameterTemplate.js +97 -0
- package/rds_mysql/parameterTemplate.js.map +1 -0
- package/rds_mysql/parameterTemplates.d.ts +124 -0
- package/rds_mysql/parameterTemplates.js +52 -0
- package/rds_mysql/parameterTemplates.js.map +1 -0
- package/rds_mysql/regions.d.ts +62 -0
- package/rds_mysql/regions.js +42 -0
- package/rds_mysql/regions.js.map +1 -0
- package/rds_mysql/zones.d.ts +62 -0
- package/rds_mysql/zones.js +42 -0
- package/rds_mysql/zones.js.map +1 -0
- package/redis/instance.d.ts +4 -4
- package/redis/instance.js +4 -4
- package/rocketmq/accessKeys.d.ts +90 -0
- package/rocketmq/accessKeys.js +47 -0
- package/rocketmq/accessKeys.js.map +1 -0
- package/rocketmq/allowLists.d.ts +62 -0
- package/rocketmq/allowLists.js +42 -0
- package/rocketmq/allowLists.js.map +1 -0
- package/rocketmq/groups.d.ts +99 -0
- package/rocketmq/groups.js +48 -0
- package/rocketmq/groups.js.map +1 -0
- package/rocketmq/index.d.ts +36 -0
- package/rocketmq/index.js +67 -0
- package/rocketmq/index.js.map +1 -0
- package/rocketmq/instances.d.ts +193 -0
- package/rocketmq/instances.js +57 -0
- package/rocketmq/instances.js.map +1 -0
- package/rocketmq/rocketMQAccessKey.d.ts +176 -0
- package/rocketmq/rocketMQAccessKey.js +130 -0
- package/rocketmq/rocketMQAccessKey.js.map +1 -0
- package/rocketmq/rocketMQAllowList.d.ts +132 -0
- package/rocketmq/rocketMQAllowList.js +93 -0
- package/rocketmq/rocketMQAllowList.js.map +1 -0
- package/rocketmq/rocketMQAllowListAssociate.d.ts +121 -0
- package/rocketmq/rocketMQAllowListAssociate.js +118 -0
- package/rocketmq/rocketMQAllowListAssociate.js.map +1 -0
- package/rocketmq/rocketMQGroup.d.ts +190 -0
- package/rocketmq/rocketMQGroup.js +129 -0
- package/rocketmq/rocketMQGroup.js.map +1 -0
- package/rocketmq/rocketMQInstance.d.ts +351 -0
- package/rocketmq/rocketMQInstance.js +171 -0
- package/rocketmq/rocketMQInstance.js.map +1 -0
- package/rocketmq/rocketMQPublicAddress.d.ts +133 -0
- package/rocketmq/rocketMQPublicAddress.js +120 -0
- package/rocketmq/rocketMQPublicAddress.js.map +1 -0
- package/rocketmq/rocketMQTopic.d.ts +191 -0
- package/rocketmq/rocketMQTopic.js +140 -0
- package/rocketmq/rocketMQTopic.js.map +1 -0
- package/rocketmq/topics.d.ts +121 -0
- package/rocketmq/topics.js +49 -0
- package/rocketmq/topics.js.map +1 -0
- package/tos/bucket.d.ts +27 -1
- package/tos/bucket.js +7 -1
- package/tos/bucket.js.map +1 -1
- package/tos/bucketInventories.d.ts +156 -0
- package/tos/bucketInventories.js +108 -0
- package/tos/bucketInventories.js.map +1 -0
- package/tos/bucketInventory.d.ts +180 -0
- package/tos/bucketInventory.js +127 -0
- package/tos/bucketInventory.js.map +1 -0
- package/tos/bucketObject.d.ts +11 -3
- package/tos/bucketObject.js +2 -0
- package/tos/bucketObject.js.map +1 -1
- package/tos/bucketRealtimeLog.d.ts +100 -0
- package/tos/bucketRealtimeLog.js +88 -0
- package/tos/bucketRealtimeLog.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +14 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +679 -8
- package/types/output.d.ts +8847 -5411
- package/vke/cluster.d.ts +13 -0
- package/vke/cluster.js +3 -0
- package/vke/cluster.js.map +1 -1
- package/vke/clusters.d.ts +12 -0
- package/vke/clusters.js +1 -0
- package/vke/clusters.js.map +1 -1
- package/vke/kubeconfigs.d.ts +9 -0
- package/vke/kubeconfigs.js +1 -0
- package/vke/kubeconfigs.js.map +1 -1
- package/vke/nodePool.d.ts +7 -4
- package/vke/nodePool.js +7 -4
- package/vke/nodePool.js.map +1 -1
- package/vpc/haVip.d.ts +18 -1
- package/vpc/haVip.js +6 -1
- package/vpc/haVip.js.map +1 -1
- package/vpc/haVips.d.ts +13 -0
- package/vpc/haVips.js +1 -0
- package/vpc/haVips.js.map +1 -1
- package/vpc/routeTable.d.ts +28 -5
- package/vpc/routeTable.js +16 -5
- package/vpc/routeTable.js.map +1 -1
- package/vpc/routeTables.d.ts +13 -0
- package/vpc/routeTables.js +1 -0
- package/vpc/routeTables.js.map +1 -1
- package/vpc/vpc.d.ts +2 -2
- package/vpc/vpc.js +2 -2
package/types/input.d.ts
CHANGED
|
@@ -635,6 +635,18 @@ export declare namespace clb {
|
|
|
635
635
|
uri?: pulumi.Input<string>;
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
|
+
export declare namespace cloud_firewall {
|
|
639
|
+
interface CfwDnsControlPolicySource {
|
|
640
|
+
/**
|
|
641
|
+
* The region of the source vpc.
|
|
642
|
+
*/
|
|
643
|
+
region: pulumi.Input<string>;
|
|
644
|
+
/**
|
|
645
|
+
* The id of the source vpc.
|
|
646
|
+
*/
|
|
647
|
+
vpcId: pulumi.Input<string>;
|
|
648
|
+
}
|
|
649
|
+
}
|
|
638
650
|
export declare namespace cloud_identity {
|
|
639
651
|
interface GroupMember {
|
|
640
652
|
/**
|
|
@@ -802,6 +814,36 @@ export declare namespace cloudfs {
|
|
|
802
814
|
export declare namespace config {
|
|
803
815
|
}
|
|
804
816
|
export declare namespace cr {
|
|
817
|
+
interface EndpointAclPolicy {
|
|
818
|
+
/**
|
|
819
|
+
* The description of the acl policy.
|
|
820
|
+
*/
|
|
821
|
+
description?: pulumi.Input<string>;
|
|
822
|
+
/**
|
|
823
|
+
* The ip of the acl policy.
|
|
824
|
+
*/
|
|
825
|
+
entry?: pulumi.Input<string>;
|
|
826
|
+
}
|
|
827
|
+
interface RegistriesResourceTag {
|
|
828
|
+
/**
|
|
829
|
+
* The Key of Tags.
|
|
830
|
+
*/
|
|
831
|
+
key: string;
|
|
832
|
+
/**
|
|
833
|
+
* The Value of Tags.
|
|
834
|
+
*/
|
|
835
|
+
values: string[];
|
|
836
|
+
}
|
|
837
|
+
interface RegistriesResourceTagArgs {
|
|
838
|
+
/**
|
|
839
|
+
* The Key of Tags.
|
|
840
|
+
*/
|
|
841
|
+
key: pulumi.Input<string>;
|
|
842
|
+
/**
|
|
843
|
+
* The Value of Tags.
|
|
844
|
+
*/
|
|
845
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
846
|
+
}
|
|
805
847
|
interface RegistriesStatus {
|
|
806
848
|
/**
|
|
807
849
|
* The condition of registry.
|
|
@@ -832,6 +874,16 @@ export declare namespace cr {
|
|
|
832
874
|
*/
|
|
833
875
|
type?: pulumi.Input<string>;
|
|
834
876
|
}
|
|
877
|
+
interface RegistryResourceTag {
|
|
878
|
+
/**
|
|
879
|
+
* The Key of Tags.
|
|
880
|
+
*/
|
|
881
|
+
key?: pulumi.Input<string>;
|
|
882
|
+
/**
|
|
883
|
+
* The Value of Tags.
|
|
884
|
+
*/
|
|
885
|
+
value?: pulumi.Input<string>;
|
|
886
|
+
}
|
|
835
887
|
interface RegistryStatus {
|
|
836
888
|
/**
|
|
837
889
|
* The condition of registry.
|
|
@@ -991,6 +1043,38 @@ export declare namespace direct_connect {
|
|
|
991
1043
|
value?: pulumi.Input<string>;
|
|
992
1044
|
}
|
|
993
1045
|
}
|
|
1046
|
+
export declare namespace dns {
|
|
1047
|
+
interface ZoneTag {
|
|
1048
|
+
/**
|
|
1049
|
+
* The Key of Tags.
|
|
1050
|
+
*/
|
|
1051
|
+
key: pulumi.Input<string>;
|
|
1052
|
+
/**
|
|
1053
|
+
* The Value of Tags.
|
|
1054
|
+
*/
|
|
1055
|
+
value: pulumi.Input<string>;
|
|
1056
|
+
}
|
|
1057
|
+
interface ZonesTag {
|
|
1058
|
+
/**
|
|
1059
|
+
* The Key of Tags.
|
|
1060
|
+
*/
|
|
1061
|
+
key: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* The Value of Tags.
|
|
1064
|
+
*/
|
|
1065
|
+
values: string[];
|
|
1066
|
+
}
|
|
1067
|
+
interface ZonesTagArgs {
|
|
1068
|
+
/**
|
|
1069
|
+
* The Key of Tags.
|
|
1070
|
+
*/
|
|
1071
|
+
key: pulumi.Input<string>;
|
|
1072
|
+
/**
|
|
1073
|
+
* The Value of Tags.
|
|
1074
|
+
*/
|
|
1075
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
994
1078
|
export declare namespace ebs {
|
|
995
1079
|
interface AutoSnapshotPoliciesTag {
|
|
996
1080
|
/**
|
|
@@ -1158,6 +1242,24 @@ export declare namespace ecs {
|
|
|
1158
1242
|
*/
|
|
1159
1243
|
volumeType: pulumi.Input<string>;
|
|
1160
1244
|
}
|
|
1245
|
+
interface InstanceEipAddress {
|
|
1246
|
+
/**
|
|
1247
|
+
* The peek bandwidth of the EIP. The value range in 1~500 for PostPaidByBandwidth, and 1~200 for PostPaidByTraffic. Default is 1.
|
|
1248
|
+
*/
|
|
1249
|
+
bandwidthMbps?: pulumi.Input<number>;
|
|
1250
|
+
/**
|
|
1251
|
+
* The id of the bandwidth package, indicates that the public IP address will be added to the bandwidth package.
|
|
1252
|
+
*/
|
|
1253
|
+
bandwidthPackageId?: pulumi.Input<string>;
|
|
1254
|
+
/**
|
|
1255
|
+
* The billing type of the EIP Address. Valid values: `PayByBandwidth`, `PayByTraffic`. Default is `PayByBandwidth`.
|
|
1256
|
+
*/
|
|
1257
|
+
chargeType?: pulumi.Input<string>;
|
|
1258
|
+
/**
|
|
1259
|
+
* The ISP of the EIP. Valid values: `BGP`, `ChinaMobile`, `ChinaUnicom`, `ChinaTelecom`, `SingleLine_BGP`, `Static_BGP`.
|
|
1260
|
+
*/
|
|
1261
|
+
isp?: pulumi.Input<string>;
|
|
1262
|
+
}
|
|
1161
1263
|
interface InstanceGpuDevice {
|
|
1162
1264
|
/**
|
|
1163
1265
|
* The Count of GPU device.
|
|
@@ -1371,6 +1473,89 @@ export declare namespace escloud {
|
|
|
1371
1473
|
type: pulumi.Input<string>;
|
|
1372
1474
|
}
|
|
1373
1475
|
}
|
|
1476
|
+
export declare namespace escloud_v2 {
|
|
1477
|
+
interface EscloudInstanceV2NetworkSpec {
|
|
1478
|
+
/**
|
|
1479
|
+
* The bandwidth of the eip. Unit: Mbps.
|
|
1480
|
+
*/
|
|
1481
|
+
bandwidth: pulumi.Input<number>;
|
|
1482
|
+
/**
|
|
1483
|
+
* Whether the eip is opened.
|
|
1484
|
+
*/
|
|
1485
|
+
isOpen: pulumi.Input<boolean>;
|
|
1486
|
+
/**
|
|
1487
|
+
* The spec name of public network.
|
|
1488
|
+
*/
|
|
1489
|
+
specName: pulumi.Input<string>;
|
|
1490
|
+
/**
|
|
1491
|
+
* The type of public network, valid values: `Elasticsearch`, `Kibana`.
|
|
1492
|
+
*/
|
|
1493
|
+
type: pulumi.Input<string>;
|
|
1494
|
+
}
|
|
1495
|
+
interface EscloudInstanceV2NodeSpecsAssign {
|
|
1496
|
+
/**
|
|
1497
|
+
* The extra performance of FlexPL storage spec.
|
|
1498
|
+
*/
|
|
1499
|
+
extraPerformance?: pulumi.Input<inputs.escloud_v2.EscloudInstanceV2NodeSpecsAssignExtraPerformance>;
|
|
1500
|
+
/**
|
|
1501
|
+
* The number of node.
|
|
1502
|
+
*/
|
|
1503
|
+
number: pulumi.Input<number>;
|
|
1504
|
+
/**
|
|
1505
|
+
* The name of compute resource spec.
|
|
1506
|
+
*/
|
|
1507
|
+
resourceSpecName: pulumi.Input<string>;
|
|
1508
|
+
/**
|
|
1509
|
+
* The size of storage. Unit: GiB. the adjustment step size is 10GiB. Default is 100 GiB. Kibana NodeSpecsAssign should specify this field to 0.
|
|
1510
|
+
*/
|
|
1511
|
+
storageSize: pulumi.Input<number>;
|
|
1512
|
+
/**
|
|
1513
|
+
* The name of storage spec. Kibana NodeSpecsAssign should specify this field to ``.
|
|
1514
|
+
*/
|
|
1515
|
+
storageSpecName: pulumi.Input<string>;
|
|
1516
|
+
/**
|
|
1517
|
+
* The type of node, valid values: `Master`, `Hot`, `Cold`, `Warm`, `Kibana`, `Coordinator`.
|
|
1518
|
+
*/
|
|
1519
|
+
type: pulumi.Input<string>;
|
|
1520
|
+
}
|
|
1521
|
+
interface EscloudInstanceV2NodeSpecsAssignExtraPerformance {
|
|
1522
|
+
/**
|
|
1523
|
+
* When your data node chooses to use FlexPL storage type and the storage specification configuration is 500GiB or above, it supports purchasing bandwidth packages to increase disk bandwidth.
|
|
1524
|
+
* The unit is MiB, and the adjustment step size is 10MiB.
|
|
1525
|
+
*/
|
|
1526
|
+
throughput: pulumi.Input<number>;
|
|
1527
|
+
}
|
|
1528
|
+
interface EscloudInstanceV2Tag {
|
|
1529
|
+
/**
|
|
1530
|
+
* The Key of Tags.
|
|
1531
|
+
*/
|
|
1532
|
+
key: pulumi.Input<string>;
|
|
1533
|
+
/**
|
|
1534
|
+
* The Value of Tags.
|
|
1535
|
+
*/
|
|
1536
|
+
value: pulumi.Input<string>;
|
|
1537
|
+
}
|
|
1538
|
+
interface EscloudInstancesV2Tag {
|
|
1539
|
+
/**
|
|
1540
|
+
* The Key of Tags.
|
|
1541
|
+
*/
|
|
1542
|
+
key: string;
|
|
1543
|
+
/**
|
|
1544
|
+
* The Value of Tags.
|
|
1545
|
+
*/
|
|
1546
|
+
values: string[];
|
|
1547
|
+
}
|
|
1548
|
+
interface EscloudInstancesV2TagArgs {
|
|
1549
|
+
/**
|
|
1550
|
+
* The Key of Tags.
|
|
1551
|
+
*/
|
|
1552
|
+
key: pulumi.Input<string>;
|
|
1553
|
+
/**
|
|
1554
|
+
* The Value of Tags.
|
|
1555
|
+
*/
|
|
1556
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1374
1559
|
export declare namespace financial_relation {
|
|
1375
1560
|
}
|
|
1376
1561
|
export declare namespace iam {
|
|
@@ -1442,13 +1627,23 @@ export declare namespace kafka {
|
|
|
1442
1627
|
}
|
|
1443
1628
|
}
|
|
1444
1629
|
export declare namespace mongodb {
|
|
1630
|
+
interface AccountAccountPrivilege {
|
|
1631
|
+
/**
|
|
1632
|
+
* The name of database.
|
|
1633
|
+
*/
|
|
1634
|
+
dbName: pulumi.Input<string>;
|
|
1635
|
+
/**
|
|
1636
|
+
* The role names of the account.
|
|
1637
|
+
*/
|
|
1638
|
+
roleNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
1639
|
+
}
|
|
1445
1640
|
interface InstanceMongo {
|
|
1446
1641
|
/**
|
|
1447
1642
|
* The mongos node ID.
|
|
1448
1643
|
*/
|
|
1449
1644
|
mongosNodeId?: pulumi.Input<string>;
|
|
1450
1645
|
/**
|
|
1451
|
-
* The spec of node.
|
|
1646
|
+
* The spec of node. When the instanceType is ReplicaSet, this parameter represents the computing node specification of the replica set instance. When the instanceType is ShardedCluster, this parameter represents the specification of the Shard node.
|
|
1452
1647
|
*/
|
|
1453
1648
|
nodeSpec?: pulumi.Input<string>;
|
|
1454
1649
|
/**
|
|
@@ -1456,6 +1651,18 @@ export declare namespace mongodb {
|
|
|
1456
1651
|
*/
|
|
1457
1652
|
nodeStatus?: pulumi.Input<string>;
|
|
1458
1653
|
}
|
|
1654
|
+
interface InstanceNodeAvailabilityZone {
|
|
1655
|
+
/**
|
|
1656
|
+
* The number of readonly nodes in current zone. Currently, only ReplicaSet instances and Shard in ShardedCluster instances support adding readonly nodes.
|
|
1657
|
+
* When the instanceType is ReplicaSet, this value represents the total number of readonly nodes in a single replica set instance. Each instance of the replica set supports adding up to 5 readonly nodes.
|
|
1658
|
+
* When the instanceType is ShardedCluster, this value represents the number of readonly nodes in each shard. Each shard can add up to 5 readonly nodes.
|
|
1659
|
+
*/
|
|
1660
|
+
nodeNumber: pulumi.Input<number>;
|
|
1661
|
+
/**
|
|
1662
|
+
* The zone id of readonly nodes.
|
|
1663
|
+
*/
|
|
1664
|
+
zoneId: pulumi.Input<string>;
|
|
1665
|
+
}
|
|
1459
1666
|
interface InstanceShard {
|
|
1460
1667
|
/**
|
|
1461
1668
|
* The shard id.
|
|
@@ -1492,6 +1699,24 @@ export declare namespace mongodb {
|
|
|
1492
1699
|
*/
|
|
1493
1700
|
value: pulumi.Input<string>;
|
|
1494
1701
|
}
|
|
1702
|
+
interface MongoAllowListAssociatedInstance {
|
|
1703
|
+
/**
|
|
1704
|
+
* The instance id that bound to the allow list.
|
|
1705
|
+
*/
|
|
1706
|
+
instanceId?: pulumi.Input<string>;
|
|
1707
|
+
/**
|
|
1708
|
+
* The instance name that bound to the allow list.
|
|
1709
|
+
*/
|
|
1710
|
+
instanceName?: pulumi.Input<string>;
|
|
1711
|
+
/**
|
|
1712
|
+
* The project name of the allow list.
|
|
1713
|
+
*/
|
|
1714
|
+
projectName?: pulumi.Input<string>;
|
|
1715
|
+
/**
|
|
1716
|
+
* The VPC ID.
|
|
1717
|
+
*/
|
|
1718
|
+
vpc?: pulumi.Input<string>;
|
|
1719
|
+
}
|
|
1495
1720
|
}
|
|
1496
1721
|
export declare namespace nas {
|
|
1497
1722
|
interface FileSystemTag {
|
|
@@ -1697,6 +1922,74 @@ export declare namespace privatelink {
|
|
|
1697
1922
|
resourceType: pulumi.Input<string>;
|
|
1698
1923
|
}
|
|
1699
1924
|
}
|
|
1925
|
+
export declare namespace rabbitmq {
|
|
1926
|
+
interface InstanceChargeInfo {
|
|
1927
|
+
/**
|
|
1928
|
+
* Whether to automatically renew in prepaid scenarios. Default is false.
|
|
1929
|
+
*/
|
|
1930
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
1931
|
+
/**
|
|
1932
|
+
* The charge type of the rabbitmq instance. Valid values: `PostPaid`, `PrePaid`.
|
|
1933
|
+
*/
|
|
1934
|
+
chargeType: pulumi.Input<string>;
|
|
1935
|
+
/**
|
|
1936
|
+
* Purchase duration in prepaid scenarios. When PeriodUnit is specified as `Month`, the value range is 1-9. When PeriodUnit is specified as `Year`, the value range is 1-3. Default is 1.
|
|
1937
|
+
*/
|
|
1938
|
+
period?: pulumi.Input<number>;
|
|
1939
|
+
/**
|
|
1940
|
+
* The purchase cycle in the prepaid scenario. Valid values: `Month`, `Year`. Default is `Month`.
|
|
1941
|
+
*/
|
|
1942
|
+
periodUnit?: pulumi.Input<string>;
|
|
1943
|
+
}
|
|
1944
|
+
interface InstanceEndpoint {
|
|
1945
|
+
/**
|
|
1946
|
+
* The endpoint type of the rabbitmq instance.
|
|
1947
|
+
*/
|
|
1948
|
+
endpointType?: pulumi.Input<string>;
|
|
1949
|
+
/**
|
|
1950
|
+
* The internal endpoint of the rabbitmq instance.
|
|
1951
|
+
*/
|
|
1952
|
+
internalEndpoint?: pulumi.Input<string>;
|
|
1953
|
+
/**
|
|
1954
|
+
* The network type of the rabbitmq instance.
|
|
1955
|
+
*/
|
|
1956
|
+
networkType?: pulumi.Input<string>;
|
|
1957
|
+
/**
|
|
1958
|
+
* The public endpoint of the rabbitmq instance.
|
|
1959
|
+
*/
|
|
1960
|
+
publicEndpoint?: pulumi.Input<string>;
|
|
1961
|
+
}
|
|
1962
|
+
interface InstanceTag {
|
|
1963
|
+
/**
|
|
1964
|
+
* The Key of Tags.
|
|
1965
|
+
*/
|
|
1966
|
+
key: pulumi.Input<string>;
|
|
1967
|
+
/**
|
|
1968
|
+
* The Value of Tags.
|
|
1969
|
+
*/
|
|
1970
|
+
value: pulumi.Input<string>;
|
|
1971
|
+
}
|
|
1972
|
+
interface InstancesTag {
|
|
1973
|
+
/**
|
|
1974
|
+
* The Key of Tags.
|
|
1975
|
+
*/
|
|
1976
|
+
key: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* The Value of Tags.
|
|
1979
|
+
*/
|
|
1980
|
+
value: string;
|
|
1981
|
+
}
|
|
1982
|
+
interface InstancesTagArgs {
|
|
1983
|
+
/**
|
|
1984
|
+
* The Key of Tags.
|
|
1985
|
+
*/
|
|
1986
|
+
key: pulumi.Input<string>;
|
|
1987
|
+
/**
|
|
1988
|
+
* The Value of Tags.
|
|
1989
|
+
*/
|
|
1990
|
+
value: pulumi.Input<string>;
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1700
1993
|
export declare namespace rds {
|
|
1701
1994
|
interface AccountPrivilegeDbPrivilege {
|
|
1702
1995
|
/**
|
|
@@ -1836,6 +2129,43 @@ export declare namespace rds_mysql {
|
|
|
1836
2129
|
*/
|
|
1837
2130
|
dbName: pulumi.Input<string>;
|
|
1838
2131
|
}
|
|
2132
|
+
interface AllowlistSecurityGroupBindInfo {
|
|
2133
|
+
/**
|
|
2134
|
+
* The schema for the associated security group.
|
|
2135
|
+
* IngressDirectionIp: Incoming Direction IP.
|
|
2136
|
+
* AssociateEcsIp: Associate ECSIP.
|
|
2137
|
+
* explain: In the CreateAllowList interface, SecurityGroupBindInfoObject BindMode and SecurityGroupId fields are required.
|
|
2138
|
+
*/
|
|
2139
|
+
bindMode: pulumi.Input<string>;
|
|
2140
|
+
/**
|
|
2141
|
+
* The security group id of the allow list.
|
|
2142
|
+
*/
|
|
2143
|
+
securityGroupId: pulumi.Input<string>;
|
|
2144
|
+
}
|
|
2145
|
+
interface BackupBackupMeta {
|
|
2146
|
+
/**
|
|
2147
|
+
* Specify the database that needs to be backed up.
|
|
2148
|
+
*/
|
|
2149
|
+
dbName: pulumi.Input<string>;
|
|
2150
|
+
/**
|
|
2151
|
+
* Specify the tables to be backed up in the specified database. When this field is empty, it defaults to full database backup.
|
|
2152
|
+
*/
|
|
2153
|
+
tableNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2154
|
+
}
|
|
2155
|
+
interface EndpointReadOnlyNodeWeight {
|
|
2156
|
+
/**
|
|
2157
|
+
* Read-only nodes require NodeId to be passed, while primary nodes do not require it.
|
|
2158
|
+
*/
|
|
2159
|
+
nodeId?: pulumi.Input<string>;
|
|
2160
|
+
/**
|
|
2161
|
+
* The primary node needs to pass in the NodeType as Primary, while the read-only node does not need to pass it in.
|
|
2162
|
+
*/
|
|
2163
|
+
nodeType?: pulumi.Input<string>;
|
|
2164
|
+
/**
|
|
2165
|
+
* The read weight of the node increases by 100, with a maximum value of 10000.
|
|
2166
|
+
*/
|
|
2167
|
+
weight: pulumi.Input<number>;
|
|
2168
|
+
}
|
|
1839
2169
|
interface InstanceChargeDetail {
|
|
1840
2170
|
/**
|
|
1841
2171
|
* Whether to automatically renew in prepaid scenarios.
|
|
@@ -1882,12 +2212,25 @@ export declare namespace rds_mysql {
|
|
|
1882
2212
|
* Year - Package year.
|
|
1883
2213
|
*/
|
|
1884
2214
|
periodUnit?: pulumi.Input<string>;
|
|
2215
|
+
/**
|
|
2216
|
+
* Restore time of temporary upgrade.
|
|
2217
|
+
*/
|
|
2218
|
+
tempModifyEndTime?: pulumi.Input<string>;
|
|
2219
|
+
/**
|
|
2220
|
+
* Temporary upgrade start time.
|
|
2221
|
+
*/
|
|
2222
|
+
tempModifyStartTime?: pulumi.Input<string>;
|
|
1885
2223
|
}
|
|
1886
2224
|
interface InstanceChargeInfo {
|
|
1887
2225
|
/**
|
|
1888
2226
|
* Whether to automatically renew in prepaid scenarios.
|
|
1889
2227
|
*/
|
|
1890
2228
|
autoRenew?: pulumi.Input<boolean>;
|
|
2229
|
+
/**
|
|
2230
|
+
* Payment type. Value:
|
|
2231
|
+
* PostPaid - Pay-As-You-Go
|
|
2232
|
+
* PrePaid - Yearly and monthly (default).
|
|
2233
|
+
*/
|
|
1891
2234
|
chargeType: pulumi.Input<string>;
|
|
1892
2235
|
/**
|
|
1893
2236
|
* Purchase duration in prepaid scenarios. Default: 1.
|
|
@@ -1938,6 +2281,10 @@ export declare namespace rds_mysql {
|
|
|
1938
2281
|
* AllNode: All node terminals. (Only the operation and maintenance side).
|
|
1939
2282
|
*/
|
|
1940
2283
|
endpointType?: pulumi.Input<string>;
|
|
2284
|
+
/**
|
|
2285
|
+
* Whether the idle connection reclaim function is enabled. true: Enabled. false: Disabled.
|
|
2286
|
+
*/
|
|
2287
|
+
idleConnectionReclaim?: pulumi.Input<boolean>;
|
|
1941
2288
|
/**
|
|
1942
2289
|
* The list of nodes configured by the connection terminal and the corresponding read-only weights.
|
|
1943
2290
|
*/
|
|
@@ -1995,21 +2342,35 @@ export declare namespace rds_mysql {
|
|
|
1995
2342
|
*/
|
|
1996
2343
|
weight?: pulumi.Input<number>;
|
|
1997
2344
|
}
|
|
1998
|
-
interface
|
|
2345
|
+
interface InstanceFeatureState {
|
|
1999
2346
|
/**
|
|
2000
|
-
*
|
|
2347
|
+
* Whether it is enabled. Values:
|
|
2348
|
+
* true: Enabled.
|
|
2349
|
+
* false: Disabled.
|
|
2001
2350
|
*/
|
|
2002
|
-
|
|
2351
|
+
enable?: pulumi.Input<boolean>;
|
|
2003
2352
|
/**
|
|
2004
|
-
*
|
|
2353
|
+
* Feature name.
|
|
2005
2354
|
*/
|
|
2006
|
-
|
|
2355
|
+
featureName?: pulumi.Input<string>;
|
|
2007
2356
|
/**
|
|
2008
|
-
*
|
|
2357
|
+
* Whether it support this function. Value:
|
|
2358
|
+
* true: Supported.
|
|
2359
|
+
* false: Not supported.
|
|
2360
|
+
*/
|
|
2361
|
+
support?: pulumi.Input<boolean>;
|
|
2362
|
+
}
|
|
2363
|
+
interface InstanceMaintenanceWindow {
|
|
2364
|
+
/**
|
|
2365
|
+
* Maintenance cycle granularity, values: Week: Week. Month: Month.
|
|
2366
|
+
*/
|
|
2367
|
+
dayKind?: pulumi.Input<string>;
|
|
2368
|
+
/**
|
|
2369
|
+
* Specify the maintainable time period of a certain day of the week. The values are: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. Multiple selections are allowed. If this value is not specified or is empty, it defaults to specifying all seven days of the week.
|
|
2009
2370
|
*/
|
|
2010
2371
|
dayOfWeeks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2011
2372
|
/**
|
|
2012
|
-
*
|
|
2373
|
+
* Maintenance period of an instance. Format: HH:mmZ-HH:mmZ (UTC time).
|
|
2013
2374
|
*/
|
|
2014
2375
|
maintenanceTime?: pulumi.Input<string>;
|
|
2015
2376
|
}
|
|
@@ -2101,6 +2462,18 @@ export declare namespace rds_mysql {
|
|
|
2101
2462
|
*/
|
|
2102
2463
|
value: pulumi.Input<string>;
|
|
2103
2464
|
}
|
|
2465
|
+
interface ParameterTemplateTemplateParam {
|
|
2466
|
+
/**
|
|
2467
|
+
* Instance parameter name.
|
|
2468
|
+
* Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
|
|
2469
|
+
*/
|
|
2470
|
+
name: pulumi.Input<string>;
|
|
2471
|
+
/**
|
|
2472
|
+
* Parameter running value.
|
|
2473
|
+
* Description: When making request parameters in CreateParameterTemplate and ModifyParameterTemplate, only Name and RunningValue need to be passed in.
|
|
2474
|
+
*/
|
|
2475
|
+
runningValue: pulumi.Input<string>;
|
|
2476
|
+
}
|
|
2104
2477
|
}
|
|
2105
2478
|
export declare namespace rds_postgresql {
|
|
2106
2479
|
interface AllowlistAssociatedInstance {
|
|
@@ -2656,6 +3029,148 @@ export declare namespace redis {
|
|
|
2656
3029
|
value: pulumi.Input<string>;
|
|
2657
3030
|
}
|
|
2658
3031
|
}
|
|
3032
|
+
export declare namespace rocketmq {
|
|
3033
|
+
interface InstancesTag {
|
|
3034
|
+
/**
|
|
3035
|
+
* The Key of Tags.
|
|
3036
|
+
*/
|
|
3037
|
+
key: string;
|
|
3038
|
+
/**
|
|
3039
|
+
* The Value of Tags.
|
|
3040
|
+
*/
|
|
3041
|
+
value: string;
|
|
3042
|
+
}
|
|
3043
|
+
interface InstancesTagArgs {
|
|
3044
|
+
/**
|
|
3045
|
+
* The Key of Tags.
|
|
3046
|
+
*/
|
|
3047
|
+
key: pulumi.Input<string>;
|
|
3048
|
+
/**
|
|
3049
|
+
* The Value of Tags.
|
|
3050
|
+
*/
|
|
3051
|
+
value: pulumi.Input<string>;
|
|
3052
|
+
}
|
|
3053
|
+
interface RocketMQAccessKeyTopicPermission {
|
|
3054
|
+
/**
|
|
3055
|
+
* The custom authority for the topic.
|
|
3056
|
+
*/
|
|
3057
|
+
permission?: pulumi.Input<string>;
|
|
3058
|
+
/**
|
|
3059
|
+
* The name of the rocketmq topic.
|
|
3060
|
+
*/
|
|
3061
|
+
topicName?: pulumi.Input<string>;
|
|
3062
|
+
}
|
|
3063
|
+
interface RocketMQAllowListAssociatedInstance {
|
|
3064
|
+
/**
|
|
3065
|
+
* The id of the rocketmq instance.
|
|
3066
|
+
*/
|
|
3067
|
+
instanceId?: pulumi.Input<string>;
|
|
3068
|
+
/**
|
|
3069
|
+
* The name of the rocketmq instance.
|
|
3070
|
+
*/
|
|
3071
|
+
instanceName?: pulumi.Input<string>;
|
|
3072
|
+
/**
|
|
3073
|
+
* The vpc id of the rocketmq instance.
|
|
3074
|
+
*/
|
|
3075
|
+
vpc?: pulumi.Input<string>;
|
|
3076
|
+
}
|
|
3077
|
+
interface RocketMQInstanceChargeInfo {
|
|
3078
|
+
/**
|
|
3079
|
+
* Whether to automatically renew in prepaid scenarios. Default is false.
|
|
3080
|
+
*/
|
|
3081
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
3082
|
+
/**
|
|
3083
|
+
* The charge type of the rocketmq instance. Valid values: `PostPaid`, `PrePaid`.
|
|
3084
|
+
*/
|
|
3085
|
+
chargeType: pulumi.Input<string>;
|
|
3086
|
+
/**
|
|
3087
|
+
* Purchase duration in prepaid scenarios. When PeriodUnit is specified as `Monthly`, the value range is 1-9. When PeriodUnit is specified as `Yearly`, the value range is 1-3. Default is 1.
|
|
3088
|
+
*/
|
|
3089
|
+
period?: pulumi.Input<number>;
|
|
3090
|
+
/**
|
|
3091
|
+
* The purchase cycle in the prepaid scenario. Valid values: `Monthly`, `Yearly`. Default is `Monthly`.
|
|
3092
|
+
*/
|
|
3093
|
+
periodUnit?: pulumi.Input<string>;
|
|
3094
|
+
}
|
|
3095
|
+
interface RocketMQInstanceConnectionInfo {
|
|
3096
|
+
/**
|
|
3097
|
+
* The endpoint address ip of the rocketmq.
|
|
3098
|
+
*/
|
|
3099
|
+
endpointAddressIp?: pulumi.Input<string>;
|
|
3100
|
+
/**
|
|
3101
|
+
* The endpoint type of the rocketmq.
|
|
3102
|
+
*/
|
|
3103
|
+
endpointType?: pulumi.Input<string>;
|
|
3104
|
+
/**
|
|
3105
|
+
* The internal endpoint of the rocketmq.
|
|
3106
|
+
*/
|
|
3107
|
+
internalEndpoint?: pulumi.Input<string>;
|
|
3108
|
+
/**
|
|
3109
|
+
* The network type of the rocketmq.
|
|
3110
|
+
*/
|
|
3111
|
+
networkType?: pulumi.Input<string>;
|
|
3112
|
+
/**
|
|
3113
|
+
* The public endpoint of the rocketmq.
|
|
3114
|
+
*/
|
|
3115
|
+
publicEndpoint?: pulumi.Input<string>;
|
|
3116
|
+
}
|
|
3117
|
+
interface RocketMQInstanceTag {
|
|
3118
|
+
/**
|
|
3119
|
+
* The Key of Tags.
|
|
3120
|
+
*/
|
|
3121
|
+
key: pulumi.Input<string>;
|
|
3122
|
+
/**
|
|
3123
|
+
* The Value of Tags.
|
|
3124
|
+
*/
|
|
3125
|
+
value: pulumi.Input<string>;
|
|
3126
|
+
}
|
|
3127
|
+
interface RocketMQTopicAccessPolicy {
|
|
3128
|
+
/**
|
|
3129
|
+
* The access key of the rocketmq key.
|
|
3130
|
+
*/
|
|
3131
|
+
accessKey: pulumi.Input<string>;
|
|
3132
|
+
/**
|
|
3133
|
+
* The authority of the rocketmq key for the current topic. Valid values: `ALL`, `PUB`, `SUB`, `DENY`. Default is `DENY`.
|
|
3134
|
+
*/
|
|
3135
|
+
authority: pulumi.Input<string>;
|
|
3136
|
+
}
|
|
3137
|
+
interface RocketMQTopicGroup {
|
|
3138
|
+
/**
|
|
3139
|
+
* The id of the rocketmq group.
|
|
3140
|
+
*/
|
|
3141
|
+
groupId?: pulumi.Input<string>;
|
|
3142
|
+
/**
|
|
3143
|
+
* The message model of the rocketmq group.
|
|
3144
|
+
*/
|
|
3145
|
+
messageModel?: pulumi.Input<string>;
|
|
3146
|
+
/**
|
|
3147
|
+
* The sub string of the rocketmq group.
|
|
3148
|
+
*/
|
|
3149
|
+
subString?: pulumi.Input<string>;
|
|
3150
|
+
}
|
|
3151
|
+
interface RocketMQTopicQueue {
|
|
3152
|
+
/**
|
|
3153
|
+
* The end offset of the rocketmq queue.
|
|
3154
|
+
*/
|
|
3155
|
+
endOffset?: pulumi.Input<number>;
|
|
3156
|
+
/**
|
|
3157
|
+
* The last update timestamp of the rocketmq queue.
|
|
3158
|
+
*/
|
|
3159
|
+
lastUpdateTimestamp?: pulumi.Input<number>;
|
|
3160
|
+
/**
|
|
3161
|
+
* The message count of the rocketmq queue.
|
|
3162
|
+
*/
|
|
3163
|
+
messageCount?: pulumi.Input<number>;
|
|
3164
|
+
/**
|
|
3165
|
+
* The id of the rocketmq queue.
|
|
3166
|
+
*/
|
|
3167
|
+
queueId?: pulumi.Input<string>;
|
|
3168
|
+
/**
|
|
3169
|
+
* The start offset of the rocketmq queue.
|
|
3170
|
+
*/
|
|
3171
|
+
startOffset?: pulumi.Input<number>;
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
2659
3174
|
export declare namespace tls {
|
|
2660
3175
|
interface AlarmAlarmPeriodDetail {
|
|
2661
3176
|
/**
|
|
@@ -3148,6 +3663,52 @@ export declare namespace tos {
|
|
|
3148
3663
|
*/
|
|
3149
3664
|
permission: pulumi.Input<string>;
|
|
3150
3665
|
}
|
|
3666
|
+
interface BucketInventoryDestination {
|
|
3667
|
+
/**
|
|
3668
|
+
* The destination tos bucket information of the bucket inventory.
|
|
3669
|
+
*/
|
|
3670
|
+
tosBucketDestination: pulumi.Input<inputs.tos.BucketInventoryDestinationTosBucketDestination>;
|
|
3671
|
+
}
|
|
3672
|
+
interface BucketInventoryDestinationTosBucketDestination {
|
|
3673
|
+
/**
|
|
3674
|
+
* The account id of the destination tos bucket.
|
|
3675
|
+
*/
|
|
3676
|
+
accountId: pulumi.Input<string>;
|
|
3677
|
+
/**
|
|
3678
|
+
* The name of the destination tos bucket.
|
|
3679
|
+
*/
|
|
3680
|
+
bucket: pulumi.Input<string>;
|
|
3681
|
+
/**
|
|
3682
|
+
* The format of the bucket inventory. Valid values: `CSV`.
|
|
3683
|
+
*/
|
|
3684
|
+
format: pulumi.Input<string>;
|
|
3685
|
+
/**
|
|
3686
|
+
* The storage path prefix of the bucket inventory in destination tos bucket.
|
|
3687
|
+
*/
|
|
3688
|
+
prefix?: pulumi.Input<string>;
|
|
3689
|
+
/**
|
|
3690
|
+
* The role name used to grant TOS access to read all files from the source bucket and write files to the destination bucket. You can use the default TOS role `TosArchiveTOSInventory`.
|
|
3691
|
+
*/
|
|
3692
|
+
role: pulumi.Input<string>;
|
|
3693
|
+
}
|
|
3694
|
+
interface BucketInventoryFilter {
|
|
3695
|
+
/**
|
|
3696
|
+
* The prefix matching information of the exported object. If not set, a list of all objects in the bucket will be generated by default.
|
|
3697
|
+
*/
|
|
3698
|
+
prefix?: pulumi.Input<string>;
|
|
3699
|
+
}
|
|
3700
|
+
interface BucketInventoryOptionalFields {
|
|
3701
|
+
/**
|
|
3702
|
+
* The information exported from the bucket inventory. Valid values: `Size`, `LastModifiedDate`, `ETag`, `StorageClass`, `IsMultipartUploaded`, `EncryptionStatus`, `CRC64`, `ReplicationStatus`.
|
|
3703
|
+
*/
|
|
3704
|
+
fields?: pulumi.Input<pulumi.Input<string>[]>;
|
|
3705
|
+
}
|
|
3706
|
+
interface BucketInventorySchedule {
|
|
3707
|
+
/**
|
|
3708
|
+
* The export schedule of the bucket inventory. Valid values: `Daily`, `Weekly`.
|
|
3709
|
+
*/
|
|
3710
|
+
frequency: pulumi.Input<string>;
|
|
3711
|
+
}
|
|
3151
3712
|
interface BucketObjectAccountAcl {
|
|
3152
3713
|
/**
|
|
3153
3714
|
* The accountId to control.
|
|
@@ -3172,6 +3733,24 @@ export declare namespace tos {
|
|
|
3172
3733
|
*/
|
|
3173
3734
|
value: pulumi.Input<string>;
|
|
3174
3735
|
}
|
|
3736
|
+
interface BucketRealtimeLogAccessLogConfiguration {
|
|
3737
|
+
/**
|
|
3738
|
+
* The ID of the tls dashboard.
|
|
3739
|
+
*/
|
|
3740
|
+
tlsDashboardId?: pulumi.Input<string>;
|
|
3741
|
+
/**
|
|
3742
|
+
* The ID of the tls project.
|
|
3743
|
+
*/
|
|
3744
|
+
tlsProjectId?: pulumi.Input<string>;
|
|
3745
|
+
/**
|
|
3746
|
+
* The ID of the tls topic.
|
|
3747
|
+
*/
|
|
3748
|
+
tlsTopicId?: pulumi.Input<string>;
|
|
3749
|
+
/**
|
|
3750
|
+
* The TLS log retention duration. Unit in days. Valid values range is 1~3650. default is 7.
|
|
3751
|
+
*/
|
|
3752
|
+
ttl?: pulumi.Input<number>;
|
|
3753
|
+
}
|
|
3175
3754
|
interface BucketTag {
|
|
3176
3755
|
/**
|
|
3177
3756
|
* The Key of Tags.
|
|
@@ -4159,10 +4738,18 @@ export declare namespace vke {
|
|
|
4159
4738
|
subnetPolicy?: pulumi.Input<string>;
|
|
4160
4739
|
}
|
|
4161
4740
|
interface NodePoolKubernetesConfig {
|
|
4741
|
+
/**
|
|
4742
|
+
* Whether to disable the function of automatically synchronizing labels and taints to existing nodes. Default is false.
|
|
4743
|
+
*/
|
|
4744
|
+
autoSyncDisabled?: pulumi.Input<boolean>;
|
|
4162
4745
|
/**
|
|
4163
4746
|
* The Cordon of KubernetesConfig.
|
|
4164
4747
|
*/
|
|
4165
4748
|
cordon: pulumi.Input<boolean>;
|
|
4749
|
+
/**
|
|
4750
|
+
* The KubeletConfig of KubernetesConfig. After adding parameters, deleting parameters does not take effect.
|
|
4751
|
+
*/
|
|
4752
|
+
kubeletConfig?: pulumi.Input<inputs.vke.NodePoolKubernetesConfigKubeletConfig>;
|
|
4166
4753
|
/**
|
|
4167
4754
|
* The Labels of KubernetesConfig.
|
|
4168
4755
|
*/
|
|
@@ -4176,6 +4763,26 @@ export declare namespace vke {
|
|
|
4176
4763
|
*/
|
|
4177
4764
|
taints?: pulumi.Input<pulumi.Input<inputs.vke.NodePoolKubernetesConfigTaint>[]>;
|
|
4178
4765
|
}
|
|
4766
|
+
interface NodePoolKubernetesConfigKubeletConfig {
|
|
4767
|
+
/**
|
|
4768
|
+
* The FeatureGates of KubeletConfig.
|
|
4769
|
+
*/
|
|
4770
|
+
featureGates?: pulumi.Input<inputs.vke.NodePoolKubernetesConfigKubeletConfigFeatureGates>;
|
|
4771
|
+
/**
|
|
4772
|
+
* The TopologyManagerPolicy of KubeletConfig. Valid values: `none`, `restricted`, `best-effort`, `single-numa-node`. Default is `none`.
|
|
4773
|
+
*/
|
|
4774
|
+
topologyManagerPolicy?: pulumi.Input<string>;
|
|
4775
|
+
/**
|
|
4776
|
+
* The TopologyManagerScope of KubeletConfig. Valid values: `container`.
|
|
4777
|
+
*/
|
|
4778
|
+
topologyManagerScope?: pulumi.Input<string>;
|
|
4779
|
+
}
|
|
4780
|
+
interface NodePoolKubernetesConfigKubeletConfigFeatureGates {
|
|
4781
|
+
/**
|
|
4782
|
+
* Whether to enable QoSResourceManager. Default is false.
|
|
4783
|
+
*/
|
|
4784
|
+
qosResourceManager?: pulumi.Input<boolean>;
|
|
4785
|
+
}
|
|
4179
4786
|
interface NodePoolKubernetesConfigLabel {
|
|
4180
4787
|
/**
|
|
4181
4788
|
* The Key of Labels.
|
|
@@ -4249,6 +4856,10 @@ export declare namespace vke {
|
|
|
4249
4856
|
* The Period of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. Unit: month. when InstanceChargeType is PrePaid, default value is 12.
|
|
4250
4857
|
*/
|
|
4251
4858
|
period?: pulumi.Input<number>;
|
|
4859
|
+
/**
|
|
4860
|
+
* The project name of the ecs instance.
|
|
4861
|
+
*/
|
|
4862
|
+
projectName?: pulumi.Input<string>;
|
|
4252
4863
|
/**
|
|
4253
4864
|
* The Security of NodeConfig.
|
|
4254
4865
|
*/
|
|
@@ -4436,6 +5047,36 @@ export declare namespace vke {
|
|
|
4436
5047
|
}
|
|
4437
5048
|
}
|
|
4438
5049
|
export declare namespace vpc {
|
|
5050
|
+
interface HaVipTag {
|
|
5051
|
+
/**
|
|
5052
|
+
* The Key of Tags.
|
|
5053
|
+
*/
|
|
5054
|
+
key: pulumi.Input<string>;
|
|
5055
|
+
/**
|
|
5056
|
+
* The Value of Tags.
|
|
5057
|
+
*/
|
|
5058
|
+
value: pulumi.Input<string>;
|
|
5059
|
+
}
|
|
5060
|
+
interface HaVipsTag {
|
|
5061
|
+
/**
|
|
5062
|
+
* The Key of Tags.
|
|
5063
|
+
*/
|
|
5064
|
+
key: string;
|
|
5065
|
+
/**
|
|
5066
|
+
* The Value of Tags.
|
|
5067
|
+
*/
|
|
5068
|
+
value: string;
|
|
5069
|
+
}
|
|
5070
|
+
interface HaVipsTagArgs {
|
|
5071
|
+
/**
|
|
5072
|
+
* The Key of Tags.
|
|
5073
|
+
*/
|
|
5074
|
+
key: pulumi.Input<string>;
|
|
5075
|
+
/**
|
|
5076
|
+
* The Value of Tags.
|
|
5077
|
+
*/
|
|
5078
|
+
value: pulumi.Input<string>;
|
|
5079
|
+
}
|
|
4439
5080
|
interface NetworkAclEgressAclEntry {
|
|
4440
5081
|
/**
|
|
4441
5082
|
* The description of entry.
|
|
@@ -4614,6 +5255,36 @@ export declare namespace vpc {
|
|
|
4614
5255
|
*/
|
|
4615
5256
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4616
5257
|
}
|
|
5258
|
+
interface RouteTableTag {
|
|
5259
|
+
/**
|
|
5260
|
+
* The Key of Tags.
|
|
5261
|
+
*/
|
|
5262
|
+
key: pulumi.Input<string>;
|
|
5263
|
+
/**
|
|
5264
|
+
* The Value of Tags.
|
|
5265
|
+
*/
|
|
5266
|
+
value: pulumi.Input<string>;
|
|
5267
|
+
}
|
|
5268
|
+
interface RouteTablesTag {
|
|
5269
|
+
/**
|
|
5270
|
+
* The Key of Tags.
|
|
5271
|
+
*/
|
|
5272
|
+
key: string;
|
|
5273
|
+
/**
|
|
5274
|
+
* The Value of Tags.
|
|
5275
|
+
*/
|
|
5276
|
+
value: string;
|
|
5277
|
+
}
|
|
5278
|
+
interface RouteTablesTagArgs {
|
|
5279
|
+
/**
|
|
5280
|
+
* The Key of Tags.
|
|
5281
|
+
*/
|
|
5282
|
+
key: pulumi.Input<string>;
|
|
5283
|
+
/**
|
|
5284
|
+
* The Value of Tags.
|
|
5285
|
+
*/
|
|
5286
|
+
value: pulumi.Input<string>;
|
|
5287
|
+
}
|
|
4617
5288
|
interface SecurityGroupTag {
|
|
4618
5289
|
/**
|
|
4619
5290
|
* The Key of Tags.
|