@pulumi/alicloud 3.92.0-alpha.1768022247 → 3.92.0-alpha.1768430560
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/alikafka/consumerGroup.d.ts +51 -40
- package/alikafka/consumerGroup.js +16 -33
- package/alikafka/consumerGroup.js.map +1 -1
- package/cr/registryEnterpriseInstance.d.ts +65 -6
- package/cr/registryEnterpriseInstance.js +9 -1
- package/cr/registryEnterpriseInstance.js.map +1 -1
- package/drds/polardbxInstance.d.ts +71 -13
- package/drds/polardbxInstance.js +15 -3
- package/drds/polardbxInstance.js.map +1 -1
- package/eci/getZones.d.ts +7 -4
- package/eci/getZones.js +4 -4
- package/eci/getZones.js.map +1 -1
- package/ecs/instance.d.ts +10 -7
- package/ecs/instance.js.map +1 -1
- package/ess/eciScalingConfiguration.d.ts +13 -1
- package/ess/eciScalingConfiguration.js +3 -1
- package/ess/eciScalingConfiguration.js.map +1 -1
- package/gpdb/jdbcDataSource.d.ts +4 -3
- package/gpdb/jdbcDataSource.js +4 -3
- package/gpdb/jdbcDataSource.js.map +1 -1
- package/gpdb/streamingDataService.d.ts +6 -6
- package/gpdb/streamingDataService.js +3 -3
- package/hbr/policy.d.ts +3 -9
- package/hbr/policy.js.map +1 -1
- package/hbr/policyBinding.d.ts +8 -6
- package/hbr/policyBinding.js +5 -3
- package/hbr/policyBinding.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +14 -4
- package/mongodb/shardingInstance.js +4 -4
- package/mongodb/shardingInstance.js.map +1 -1
- package/package.json +2 -2
- package/rds/aiInstance.d.ts +291 -0
- package/rds/aiInstance.js +131 -0
- package/rds/aiInstance.js.map +1 -0
- package/rds/index.d.ts +3 -0
- package/rds/index.js +7 -2
- package/rds/index.js.map +1 -1
- package/resourcemanager/resourceShare.d.ts +39 -3
- package/resourcemanager/resourceShare.js +2 -0
- package/resourcemanager/resourceShare.js.map +1 -1
- package/resourcemanager/sharedResource.d.ts +45 -30
- package/resourcemanager/sharedResource.js +4 -6
- package/resourcemanager/sharedResource.js.map +1 -1
- package/threatdetection/checkConfig.d.ts +2 -0
- package/threatdetection/checkConfig.js +2 -0
- package/threatdetection/checkConfig.js.map +1 -1
- package/threatdetection/ossScanConfig.d.ts +3 -3
- package/types/input.d.ts +81 -13
- package/types/output.d.ts +81 -13
- package/vpc/havipAttachment.d.ts +12 -12
- package/vpc/havipAttachment.js +12 -12
- package/vpc/network.d.ts +3 -3
package/types/output.d.ts
CHANGED
|
@@ -40364,13 +40364,13 @@ export declare namespace hbr {
|
|
|
40364
40364
|
}
|
|
40365
40365
|
interface PolicyBindingAdvancedOptions {
|
|
40366
40366
|
/**
|
|
40367
|
-
* ECS Backup Advanced options
|
|
40367
|
+
* ECS Backup Advanced options See `udmDetail` below.
|
|
40368
40368
|
*/
|
|
40369
40369
|
udmDetail: outputs.hbr.PolicyBindingAdvancedOptionsUdmDetail;
|
|
40370
40370
|
}
|
|
40371
40371
|
interface PolicyBindingAdvancedOptionsUdmDetail {
|
|
40372
40372
|
/**
|
|
40373
|
-
* Custom KMS key ID of encrypted copy
|
|
40373
|
+
* Custom KMS key ID of encrypted copy
|
|
40374
40374
|
*/
|
|
40375
40375
|
destinationKmsKeyId?: string;
|
|
40376
40376
|
/**
|
|
@@ -40378,29 +40378,33 @@ export declare namespace hbr {
|
|
|
40378
40378
|
*/
|
|
40379
40379
|
diskIdLists?: string[];
|
|
40380
40380
|
/**
|
|
40381
|
-
* List of cloud disk IDs that are not backed up
|
|
40381
|
+
* List of cloud disk IDs that are not backed up
|
|
40382
40382
|
*/
|
|
40383
40383
|
excludeDiskIdLists?: string[];
|
|
40384
40384
|
}
|
|
40385
40385
|
interface PolicyRule {
|
|
40386
40386
|
/**
|
|
40387
|
-
* This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60
|
|
40387
|
+
* This parameter is required only when the value of `RuleType` is **TRANSITION. The minimum value is 30, and the Retention-ArchiveDays needs to be greater than or equal to 60
|
|
40388
40388
|
*/
|
|
40389
40389
|
archiveDays: number;
|
|
40390
40390
|
/**
|
|
40391
|
-
* This parameter is required only when the `RuleType` value is **BACKUP. Backup Type
|
|
40391
|
+
* This parameter is required only when the `RuleType` value is **BACKUP. Backup Type
|
|
40392
40392
|
*/
|
|
40393
40393
|
backupType?: string;
|
|
40394
40394
|
/**
|
|
40395
|
-
* This parameter is required only when
|
|
40395
|
+
* This parameter is required only when the value of RuleType is TAG. See `dataSourceFilters` below.
|
|
40396
|
+
*/
|
|
40397
|
+
dataSourceFilters?: outputs.hbr.PolicyRuleDataSourceFilter[];
|
|
40398
|
+
/**
|
|
40399
|
+
* This parameter is required only when `RuleType` is set to `BACKUP`
|
|
40396
40400
|
*/
|
|
40397
40401
|
keepLatestSnapshots?: number;
|
|
40398
40402
|
/**
|
|
40399
|
-
* Only when the `RuleType` value is
|
|
40403
|
+
* Only when the `RuleType` value is
|
|
40400
40404
|
*/
|
|
40401
40405
|
replicationRegionId?: string;
|
|
40402
40406
|
/**
|
|
40403
|
-
* Retention time, in days
|
|
40407
|
+
* Retention time, in days
|
|
40404
40408
|
*/
|
|
40405
40409
|
retention?: number;
|
|
40406
40410
|
/**
|
|
@@ -40408,11 +40412,11 @@ export declare namespace hbr {
|
|
|
40408
40412
|
*/
|
|
40409
40413
|
retentionRules?: outputs.hbr.PolicyRuleRetentionRule[];
|
|
40410
40414
|
/**
|
|
40411
|
-
* Rule ID
|
|
40415
|
+
* Rule ID
|
|
40412
40416
|
*/
|
|
40413
40417
|
ruleId: string;
|
|
40414
40418
|
/**
|
|
40415
|
-
* Rule Type
|
|
40419
|
+
* Rule Type
|
|
40416
40420
|
*/
|
|
40417
40421
|
ruleType: string;
|
|
40418
40422
|
/**
|
|
@@ -40420,20 +40424,44 @@ export declare namespace hbr {
|
|
|
40420
40424
|
*/
|
|
40421
40425
|
schedule?: string;
|
|
40422
40426
|
/**
|
|
40423
|
-
*
|
|
40427
|
+
* This parameter is required only when the value of RuleType is TAG. Resource label filtering rules. See `tagFilters` below.
|
|
40428
|
+
*/
|
|
40429
|
+
tagFilters?: outputs.hbr.PolicyRuleTagFilter[];
|
|
40430
|
+
/**
|
|
40431
|
+
* Vault ID
|
|
40424
40432
|
*/
|
|
40425
40433
|
vaultId?: string;
|
|
40426
40434
|
}
|
|
40435
|
+
interface PolicyRuleDataSourceFilter {
|
|
40436
|
+
/**
|
|
40437
|
+
* The data source type. Value range: UDM_ECS: indicates that the ECS machine is backed up. This data source type is supported only when PolicyType is set to UDM_ECS_ONLY. OSS: indicates an OSS backup. This data source type is supported only when the PolicyType value is STANDARD. NAS: indicates an Alibaba Cloud NAS backup. This data source type is supported only when the PolicyType value is STANDARD. ECS_FILE: indicates an ECS file backup. This data source type is supported only when the PolicyType value is STANDARD. OTS: indicates the Tablestore backup. This data source type is supported only when the PolicyType value is STANDARD.
|
|
40438
|
+
*/
|
|
40439
|
+
sourceType?: string;
|
|
40440
|
+
}
|
|
40427
40441
|
interface PolicyRuleRetentionRule {
|
|
40428
40442
|
/**
|
|
40429
40443
|
* Valid values: `annually`, `MONTHLY`, and `WEEKLY`:- `annually`: the first backup of each year. - `MONTHLY`: The first backup of the month. - `WEEKLY`: The first backup of the week. - `DAILY`: The first backup of the day.
|
|
40430
40444
|
*/
|
|
40431
40445
|
advancedRetentionType?: string;
|
|
40432
40446
|
/**
|
|
40433
|
-
* Retention time, in days
|
|
40447
|
+
* Retention time, in days
|
|
40434
40448
|
*/
|
|
40435
40449
|
retention?: number;
|
|
40436
40450
|
}
|
|
40451
|
+
interface PolicyRuleTagFilter {
|
|
40452
|
+
/**
|
|
40453
|
+
* The tag key.
|
|
40454
|
+
*/
|
|
40455
|
+
key?: string;
|
|
40456
|
+
/**
|
|
40457
|
+
* Tag matching rules, support EQUAL: Match tag key and tag value. NOT: matches the tag key, but does NOT match the tag value.
|
|
40458
|
+
*/
|
|
40459
|
+
operator?: string;
|
|
40460
|
+
/**
|
|
40461
|
+
* The label value, which is empty and represents any value.
|
|
40462
|
+
*/
|
|
40463
|
+
value?: string;
|
|
40464
|
+
}
|
|
40437
40465
|
interface RestoreJobOtsDetail {
|
|
40438
40466
|
/**
|
|
40439
40467
|
* Whether to overwrite the existing table storage recovery task. Valid values: `true`, `false`.
|
|
@@ -43387,6 +43415,16 @@ export declare namespace mongodb {
|
|
|
43387
43415
|
*/
|
|
43388
43416
|
port: number;
|
|
43389
43417
|
}
|
|
43418
|
+
interface ShardingInstanceParameter {
|
|
43419
|
+
/**
|
|
43420
|
+
* The name of the parameter.
|
|
43421
|
+
*/
|
|
43422
|
+
name: string;
|
|
43423
|
+
/**
|
|
43424
|
+
* The value of the parameter.
|
|
43425
|
+
*/
|
|
43426
|
+
value: string;
|
|
43427
|
+
}
|
|
43390
43428
|
interface ShardingInstanceShardList {
|
|
43391
43429
|
/**
|
|
43392
43430
|
* The instance type of the shard node. see [Instance specifications](https://www.alibabacloud.com/help/doc-detail/57141.htm).
|
|
@@ -48833,6 +48871,26 @@ export declare namespace rdc {
|
|
|
48833
48871
|
}
|
|
48834
48872
|
}
|
|
48835
48873
|
export declare namespace rds {
|
|
48874
|
+
interface AiInstanceAuthConfigList {
|
|
48875
|
+
/**
|
|
48876
|
+
* The configuration item name. For more information, see [How to use it](https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-postgresql/authentication).
|
|
48877
|
+
*/
|
|
48878
|
+
name?: string;
|
|
48879
|
+
/**
|
|
48880
|
+
* The value of the configuration item.
|
|
48881
|
+
*/
|
|
48882
|
+
value?: string;
|
|
48883
|
+
}
|
|
48884
|
+
interface AiInstanceStorageConfigList {
|
|
48885
|
+
/**
|
|
48886
|
+
* The configuration item name. For more information, see [How to use it](https://www.alibabacloud.com/help/en/rds/apsaradb-rds-for-postgresql/storage).
|
|
48887
|
+
*/
|
|
48888
|
+
name?: string;
|
|
48889
|
+
/**
|
|
48890
|
+
* The value of the configuration item.
|
|
48891
|
+
*/
|
|
48892
|
+
value?: string;
|
|
48893
|
+
}
|
|
48836
48894
|
interface CustomDataDisk {
|
|
48837
48895
|
/**
|
|
48838
48896
|
* Instance storage type
|
|
@@ -50888,10 +50946,20 @@ export declare namespace resourcemanager {
|
|
|
50888
50946
|
interface ResourceShareResource {
|
|
50889
50947
|
/**
|
|
50890
50948
|
* The ID of the shared resource.
|
|
50949
|
+
*
|
|
50950
|
+
* The value range of N: 1 to 5, that is, a maximum of 5 shared resources are added at a time.
|
|
50951
|
+
*
|
|
50952
|
+
* > **NOTE:** 'Resources.N.ResourceId' and'resources. N.ResourceType' appear in pairs and need to be set at the same time.
|
|
50891
50953
|
*/
|
|
50892
50954
|
resourceId?: string;
|
|
50893
50955
|
/**
|
|
50894
|
-
* Shared resource type.
|
|
50956
|
+
* Shared resource type.
|
|
50957
|
+
*
|
|
50958
|
+
* The value range of N: 1 to 5, that is, a maximum of 5 shared resources are added at a time.
|
|
50959
|
+
*
|
|
50960
|
+
* For the types of resources that support sharing, see [Cloud services that support sharing](https://www.alibabacloud.com/help/en/resource-management/resource-sharing/product-overview/services-that-work-with-resource-sharing).
|
|
50961
|
+
*
|
|
50962
|
+
* > **NOTE:** 'Resources.N.ResourceId' and'resources. N.ResourceType' appear in pairs and need to be set at the same time.
|
|
50895
50963
|
*/
|
|
50896
50964
|
resourceType?: string;
|
|
50897
50965
|
}
|
package/vpc/havipAttachment.d.ts
CHANGED
|
@@ -21,15 +21,14 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* const _default = alicloud.getZones({
|
|
22
22
|
* availableResourceCreation: "VSwitch",
|
|
23
23
|
* });
|
|
24
|
-
* const example =
|
|
25
|
-
* availabilityZone: _default.zones?.[0]?.id,
|
|
26
|
-
* cpuCoreCount: 1,
|
|
27
|
-
* memorySize: 2,
|
|
28
|
-
* }));
|
|
29
|
-
* const exampleGetImages = alicloud.ecs.getImages({
|
|
24
|
+
* const example = alicloud.ecs.getImages({
|
|
30
25
|
* nameRegex: "^ubuntu_18.*64",
|
|
31
26
|
* owners: "system",
|
|
32
27
|
* });
|
|
28
|
+
* const exampleGetInstanceTypes = Promise.all([_default, example]).then(([_default, example]) => alicloud.ecs.getInstanceTypes({
|
|
29
|
+
* availabilityZone: _default.zones?.[0]?.id,
|
|
30
|
+
* imageId: example.images?.[0]?.id,
|
|
31
|
+
* }));
|
|
33
32
|
* const exampleNetwork = new alicloud.vpc.Network("example", {
|
|
34
33
|
* vpcName: name,
|
|
35
34
|
* cidrBlock: "10.4.0.0/16",
|
|
@@ -40,29 +39,30 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
40
39
|
* vpcId: exampleNetwork.id,
|
|
41
40
|
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
42
41
|
* });
|
|
43
|
-
* const
|
|
42
|
+
* const exampleHaVipv2 = new alicloud.vpc.HaVipv2("example", {
|
|
44
43
|
* vswitchId: exampleSwitch.id,
|
|
45
44
|
* description: name,
|
|
46
45
|
* });
|
|
47
46
|
* const exampleSecurityGroup = new alicloud.ecs.SecurityGroup("example", {
|
|
48
|
-
*
|
|
47
|
+
* securityGroupName: name,
|
|
49
48
|
* description: name,
|
|
50
49
|
* vpcId: exampleNetwork.id,
|
|
51
50
|
* });
|
|
52
51
|
* const exampleInstance = new alicloud.ecs.Instance("example", {
|
|
53
52
|
* availabilityZone: _default.then(_default => _default.zones?.[0]?.id),
|
|
54
53
|
* vswitchId: exampleSwitch.id,
|
|
55
|
-
* imageId:
|
|
56
|
-
* instanceType:
|
|
57
|
-
*
|
|
54
|
+
* imageId: example.then(example => example.images?.[0]?.id),
|
|
55
|
+
* instanceType: exampleGetInstanceTypes.then(exampleGetInstanceTypes => exampleGetInstanceTypes.instanceTypes?.[0]?.id),
|
|
56
|
+
* instanceChargeType: "PostPaid",
|
|
58
57
|
* internetChargeType: "PayByTraffic",
|
|
59
58
|
* internetMaxBandwidthOut: 5,
|
|
60
59
|
* securityGroups: [exampleSecurityGroup.id],
|
|
61
60
|
* instanceName: name,
|
|
62
61
|
* userData: "echo 'net.ipv4.ip_forward=1'>> /etc/sysctl.conf",
|
|
62
|
+
* systemDiskCategory: "cloud_essd",
|
|
63
63
|
* });
|
|
64
64
|
* const exampleHAVipAttachment = new alicloud.vpc.HAVipAttachment("example", {
|
|
65
|
-
* haVipId:
|
|
65
|
+
* haVipId: exampleHaVipv2.id,
|
|
66
66
|
* instanceId: exampleInstance.id,
|
|
67
67
|
* });
|
|
68
68
|
* ```
|
package/vpc/havipAttachment.js
CHANGED
|
@@ -27,15 +27,14 @@ const utilities = require("../utilities");
|
|
|
27
27
|
* const _default = alicloud.getZones({
|
|
28
28
|
* availableResourceCreation: "VSwitch",
|
|
29
29
|
* });
|
|
30
|
-
* const example =
|
|
31
|
-
* availabilityZone: _default.zones?.[0]?.id,
|
|
32
|
-
* cpuCoreCount: 1,
|
|
33
|
-
* memorySize: 2,
|
|
34
|
-
* }));
|
|
35
|
-
* const exampleGetImages = alicloud.ecs.getImages({
|
|
30
|
+
* const example = alicloud.ecs.getImages({
|
|
36
31
|
* nameRegex: "^ubuntu_18.*64",
|
|
37
32
|
* owners: "system",
|
|
38
33
|
* });
|
|
34
|
+
* const exampleGetInstanceTypes = Promise.all([_default, example]).then(([_default, example]) => alicloud.ecs.getInstanceTypes({
|
|
35
|
+
* availabilityZone: _default.zones?.[0]?.id,
|
|
36
|
+
* imageId: example.images?.[0]?.id,
|
|
37
|
+
* }));
|
|
39
38
|
* const exampleNetwork = new alicloud.vpc.Network("example", {
|
|
40
39
|
* vpcName: name,
|
|
41
40
|
* cidrBlock: "10.4.0.0/16",
|
|
@@ -46,29 +45,30 @@ const utilities = require("../utilities");
|
|
|
46
45
|
* vpcId: exampleNetwork.id,
|
|
47
46
|
* zoneId: _default.then(_default => _default.zones?.[0]?.id),
|
|
48
47
|
* });
|
|
49
|
-
* const
|
|
48
|
+
* const exampleHaVipv2 = new alicloud.vpc.HaVipv2("example", {
|
|
50
49
|
* vswitchId: exampleSwitch.id,
|
|
51
50
|
* description: name,
|
|
52
51
|
* });
|
|
53
52
|
* const exampleSecurityGroup = new alicloud.ecs.SecurityGroup("example", {
|
|
54
|
-
*
|
|
53
|
+
* securityGroupName: name,
|
|
55
54
|
* description: name,
|
|
56
55
|
* vpcId: exampleNetwork.id,
|
|
57
56
|
* });
|
|
58
57
|
* const exampleInstance = new alicloud.ecs.Instance("example", {
|
|
59
58
|
* availabilityZone: _default.then(_default => _default.zones?.[0]?.id),
|
|
60
59
|
* vswitchId: exampleSwitch.id,
|
|
61
|
-
* imageId:
|
|
62
|
-
* instanceType:
|
|
63
|
-
*
|
|
60
|
+
* imageId: example.then(example => example.images?.[0]?.id),
|
|
61
|
+
* instanceType: exampleGetInstanceTypes.then(exampleGetInstanceTypes => exampleGetInstanceTypes.instanceTypes?.[0]?.id),
|
|
62
|
+
* instanceChargeType: "PostPaid",
|
|
64
63
|
* internetChargeType: "PayByTraffic",
|
|
65
64
|
* internetMaxBandwidthOut: 5,
|
|
66
65
|
* securityGroups: [exampleSecurityGroup.id],
|
|
67
66
|
* instanceName: name,
|
|
68
67
|
* userData: "echo 'net.ipv4.ip_forward=1'>> /etc/sysctl.conf",
|
|
68
|
+
* systemDiskCategory: "cloud_essd",
|
|
69
69
|
* });
|
|
70
70
|
* const exampleHAVipAttachment = new alicloud.vpc.HAVipAttachment("example", {
|
|
71
|
-
* haVipId:
|
|
71
|
+
* haVipId: exampleHaVipv2.id,
|
|
72
72
|
* instanceId: exampleInstance.id,
|
|
73
73
|
* });
|
|
74
74
|
* ```
|
package/vpc/network.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ export declare class Network extends pulumi.CustomResource {
|
|
|
169
169
|
*/
|
|
170
170
|
readonly secondaryCidrBlocks: pulumi.Output<string[]>;
|
|
171
171
|
/**
|
|
172
|
-
* Field '
|
|
172
|
+
* Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. New resource 'alicloud_vpc_ipv4_cidr_block' instead.
|
|
173
173
|
*
|
|
174
174
|
* @deprecated Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.248.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondaryCidrMask` attributes and `alicloud.vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
175
175
|
*/
|
|
@@ -329,7 +329,7 @@ export interface NetworkState {
|
|
|
329
329
|
*/
|
|
330
330
|
secondaryCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
331
331
|
/**
|
|
332
|
-
* Field '
|
|
332
|
+
* Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. New resource 'alicloud_vpc_ipv4_cidr_block' instead.
|
|
333
333
|
*
|
|
334
334
|
* @deprecated Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.248.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondaryCidrMask` attributes and `alicloud.vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
335
335
|
*/
|
|
@@ -455,7 +455,7 @@ export interface NetworkArgs {
|
|
|
455
455
|
*/
|
|
456
456
|
secondaryCidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
457
457
|
/**
|
|
458
|
-
* Field '
|
|
458
|
+
* Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. New resource 'alicloud_vpc_ipv4_cidr_block' instead.
|
|
459
459
|
*
|
|
460
460
|
* @deprecated Field 'secondary_cidr_mask' has been deprecated from provider version 1.248.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.248.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondaryCidrMask` attributes and `alicloud.vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
461
461
|
*/
|