@pulumi/alicloud 3.84.0 → 3.85.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/amqp/getInstances.d.ts +47 -24
- package/amqp/getInstances.js +34 -20
- package/amqp/getInstances.js.map +1 -1
- package/amqp/virtualHost.d.ts +21 -9
- package/amqp/virtualHost.js +21 -9
- package/amqp/virtualHost.js.map +1 -1
- package/cloudsso/delegateAccount.d.ts +85 -0
- package/cloudsso/delegateAccount.js +89 -0
- package/cloudsso/delegateAccount.js.map +1 -0
- package/cloudsso/index.d.ts +3 -0
- package/cloudsso/index.js +6 -1
- package/cloudsso/index.js.map +1 -1
- package/cs/nodePool.d.ts +3 -0
- package/cs/nodePool.js.map +1 -1
- package/ddos/bgpIp.d.ts +28 -22
- package/ddos/bgpIp.js +8 -8
- package/ddos/bgpIp.js.map +1 -1
- package/ddos/ddosBgpInstance.d.ts +86 -49
- package/ddos/ddosBgpInstance.js +10 -27
- package/ddos/ddosBgpInstance.js.map +1 -1
- package/dms/enterpriseWorkspace.d.ts +123 -0
- package/dms/enterpriseWorkspace.js +107 -0
- package/dms/enterpriseWorkspace.js.map +1 -0
- package/dms/index.d.ts +3 -0
- package/dms/index.js +6 -1
- package/dms/index.js.map +1 -1
- package/dns/ddosBgpInstance.d.ts +86 -49
- package/dns/ddosBgpInstance.js +10 -27
- package/dns/ddosBgpInstance.js.map +1 -1
- package/eflo/node.d.ts +15 -3
- package/eflo/node.js +2 -0
- package/eflo/node.js.map +1 -1
- package/esa/index.d.ts +9 -0
- package/esa/index.js +16 -1
- package/esa/index.js.map +1 -1
- package/esa/kvAccount.d.ts +53 -0
- package/esa/kvAccount.js +58 -0
- package/esa/kvAccount.js.map +1 -0
- package/esa/routineRelatedRecord.d.ts +47 -0
- package/esa/routineRelatedRecord.js +61 -0
- package/esa/routineRelatedRecord.js.map +1 -0
- package/esa/urlObservation.d.ts +123 -0
- package/esa/urlObservation.js +107 -0
- package/esa/urlObservation.js.map +1 -0
- package/fc/getService.d.ts +2 -2
- package/fc/getService.js +2 -2
- package/hologram/instance.d.ts +11 -0
- package/hologram/instance.js +2 -0
- package/hologram/instance.js.map +1 -1
- package/kms/instance.d.ts +18 -0
- package/kms/instance.js +2 -0
- package/kms/instance.js.map +1 -1
- package/log/ossExport.d.ts +3 -0
- package/log/ossExport.js +3 -0
- package/log/ossExport.js.map +1 -1
- package/message/serviceSubscription.d.ts +12 -0
- package/message/serviceSubscription.js +2 -0
- package/message/serviceSubscription.js.map +1 -1
- package/mongodb/shardingInstance.d.ts +92 -0
- package/mongodb/shardingInstance.js +14 -0
- package/mongodb/shardingInstance.js.map +1 -1
- package/nlb/serverGroup.d.ts +12 -9
- package/nlb/serverGroup.js.map +1 -1
- package/oss/bucket.d.ts +32 -0
- package/oss/bucket.js +32 -0
- package/oss/bucket.js.map +1 -1
- package/package.json +2 -2
- package/privatelink/vpcEndpoint.d.ts +9 -3
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/resourcemanager/delegatedAdministrator.d.ts +10 -20
- package/resourcemanager/delegatedAdministrator.js +4 -14
- package/resourcemanager/delegatedAdministrator.js.map +1 -1
- package/resourcemanager/folder.d.ts +39 -12
- package/resourcemanager/folder.js +11 -6
- package/resourcemanager/folder.js.map +1 -1
- package/resourcemanager/getAccounts.d.ts +29 -14
- package/resourcemanager/getAccounts.js +6 -4
- package/resourcemanager/getAccounts.js.map +1 -1
- package/resourcemanager/index.d.ts +3 -0
- package/resourcemanager/index.js +7 -1
- package/resourcemanager/index.js.map +1 -1
- package/resourcemanager/messageContact.d.ts +193 -0
- package/resourcemanager/messageContact.js +109 -0
- package/resourcemanager/messageContact.js.map +1 -0
- package/resourcemanager/resourceDirectory.d.ts +47 -21
- package/resourcemanager/resourceDirectory.js +7 -9
- package/resourcemanager/resourceDirectory.js.map +1 -1
- package/resourcemanager/sharedResource.d.ts +34 -21
- package/resourcemanager/sharedResource.js +19 -12
- package/resourcemanager/sharedResource.js.map +1 -1
- package/resourcemanager/sharedTarget.d.ts +24 -11
- package/resourcemanager/sharedTarget.js +12 -5
- package/resourcemanager/sharedTarget.js.map +1 -1
- package/sls/getLogtailConfigs.d.ts +263 -0
- package/sls/getLogtailConfigs.js +190 -0
- package/sls/getLogtailConfigs.js.map +1 -0
- package/sls/getMachineGroups.d.ts +141 -0
- package/sls/getMachineGroups.js +100 -0
- package/sls/getMachineGroups.js.map +1 -0
- package/sls/index.d.ts +12 -0
- package/sls/index.js +17 -1
- package/sls/index.js.map +1 -1
- package/sls/logtailConfig.d.ts +227 -0
- package/sls/logtailConfig.js +149 -0
- package/sls/logtailConfig.js.map +1 -0
- package/sls/machineGroup.d.ts +164 -0
- package/sls/machineGroup.js +113 -0
- package/sls/machineGroup.js.map +1 -0
- package/types/input.d.ts +53 -18
- package/types/output.d.ts +99 -38
- package/vpc/dhcpOptionsSet.d.ts +42 -25
- package/vpc/dhcpOptionsSet.js +3 -1
- package/vpc/dhcpOptionsSet.js.map +1 -1
- package/vpc/flowLog.d.ts +11 -11
- package/vpc/haVipv2.d.ts +47 -41
- package/vpc/haVipv2.js +11 -9
- package/vpc/haVipv2.js.map +1 -1
- package/vpc/havipAttachment.d.ts +19 -26
- package/vpc/havipAttachment.js +8 -0
- package/vpc/havipAttachment.js.map +1 -1
- package/vpc/networkAcl.d.ts +15 -10
- package/vpc/networkAcl.js +3 -1
- package/vpc/networkAcl.js.map +1 -1
package/vpc/havipAttachment.d.ts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Provides a VPC Ha Vip Attachment resource.
|
|
4
|
+
*
|
|
5
|
+
* Attaching ECS instance to Havip.
|
|
6
|
+
*
|
|
7
|
+
* For information about VPC Ha Vip Attachment and how to use it, see [What is Ha Vip Attachment](https://next.api.alibabacloud.com/document/Vpc/2016-04-28/AssociateHaVip).
|
|
8
|
+
*
|
|
9
|
+
* > **NOTE:** Available since v1.18.0.
|
|
10
|
+
*
|
|
3
11
|
* ## Example Usage
|
|
4
12
|
*
|
|
5
13
|
* Basic Usage
|
|
@@ -84,10 +92,7 @@ export declare class HAVipAttachment extends pulumi.CustomResource {
|
|
|
84
92
|
*/
|
|
85
93
|
static isInstance(obj: any): obj is HAVipAttachment;
|
|
86
94
|
/**
|
|
87
|
-
*
|
|
88
|
-
* - **True**: Force unbinding.
|
|
89
|
-
* - **False** (default): unbinding is not forced.
|
|
90
|
-
* > **NOTE:** If the value of this parameter is **False**, the Master instance bound to HaVip cannot be unbound.
|
|
95
|
+
* Specifies whether to force delete the snapshot.
|
|
91
96
|
*/
|
|
92
97
|
readonly force: pulumi.Output<boolean | undefined>;
|
|
93
98
|
/**
|
|
@@ -95,7 +100,7 @@ export declare class HAVipAttachment extends pulumi.CustomResource {
|
|
|
95
100
|
*/
|
|
96
101
|
readonly haVipId: pulumi.Output<string>;
|
|
97
102
|
/**
|
|
98
|
-
* . Field 'havip_id' has been deprecated from provider version 1.
|
|
103
|
+
* . Field 'havip_id' has been deprecated from provider version 1.259.0. New field 'ha_vip_id' instead.
|
|
99
104
|
*
|
|
100
105
|
* @deprecated Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
101
106
|
*/
|
|
@@ -105,13 +110,11 @@ export declare class HAVipAttachment extends pulumi.CustomResource {
|
|
|
105
110
|
*/
|
|
106
111
|
readonly instanceId: pulumi.Output<string>;
|
|
107
112
|
/**
|
|
108
|
-
* The type of the instance associated with the
|
|
109
|
-
*
|
|
110
|
-
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
113
|
+
* The type of the instance to be associated with the HAVIP. Valid values: * `EcsInstance`: an ECS instance * `NetworkInterface`: an ENI. If you want to associate the HAVIP with an ENI, this parameter is required.
|
|
111
114
|
*/
|
|
112
115
|
readonly instanceType: pulumi.Output<string>;
|
|
113
116
|
/**
|
|
114
|
-
* The status of the resource
|
|
117
|
+
* The status of the resource
|
|
115
118
|
*/
|
|
116
119
|
readonly status: pulumi.Output<string>;
|
|
117
120
|
/**
|
|
@@ -128,10 +131,7 @@ export declare class HAVipAttachment extends pulumi.CustomResource {
|
|
|
128
131
|
*/
|
|
129
132
|
export interface HAVipAttachmentState {
|
|
130
133
|
/**
|
|
131
|
-
*
|
|
132
|
-
* - **True**: Force unbinding.
|
|
133
|
-
* - **False** (default): unbinding is not forced.
|
|
134
|
-
* > **NOTE:** If the value of this parameter is **False**, the Master instance bound to HaVip cannot be unbound.
|
|
134
|
+
* Specifies whether to force delete the snapshot.
|
|
135
135
|
*/
|
|
136
136
|
force?: pulumi.Input<boolean>;
|
|
137
137
|
/**
|
|
@@ -139,7 +139,7 @@ export interface HAVipAttachmentState {
|
|
|
139
139
|
*/
|
|
140
140
|
haVipId?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
142
|
-
* . Field 'havip_id' has been deprecated from provider version 1.
|
|
142
|
+
* . Field 'havip_id' has been deprecated from provider version 1.259.0. New field 'ha_vip_id' instead.
|
|
143
143
|
*
|
|
144
144
|
* @deprecated Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
145
145
|
*/
|
|
@@ -149,13 +149,11 @@ export interface HAVipAttachmentState {
|
|
|
149
149
|
*/
|
|
150
150
|
instanceId?: pulumi.Input<string>;
|
|
151
151
|
/**
|
|
152
|
-
* The type of the instance associated with the
|
|
153
|
-
*
|
|
154
|
-
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
152
|
+
* The type of the instance to be associated with the HAVIP. Valid values: * `EcsInstance`: an ECS instance * `NetworkInterface`: an ENI. If you want to associate the HAVIP with an ENI, this parameter is required.
|
|
155
153
|
*/
|
|
156
154
|
instanceType?: pulumi.Input<string>;
|
|
157
155
|
/**
|
|
158
|
-
* The status of the resource
|
|
156
|
+
* The status of the resource
|
|
159
157
|
*/
|
|
160
158
|
status?: pulumi.Input<string>;
|
|
161
159
|
}
|
|
@@ -164,10 +162,7 @@ export interface HAVipAttachmentState {
|
|
|
164
162
|
*/
|
|
165
163
|
export interface HAVipAttachmentArgs {
|
|
166
164
|
/**
|
|
167
|
-
*
|
|
168
|
-
* - **True**: Force unbinding.
|
|
169
|
-
* - **False** (default): unbinding is not forced.
|
|
170
|
-
* > **NOTE:** If the value of this parameter is **False**, the Master instance bound to HaVip cannot be unbound.
|
|
165
|
+
* Specifies whether to force delete the snapshot.
|
|
171
166
|
*/
|
|
172
167
|
force?: pulumi.Input<boolean>;
|
|
173
168
|
/**
|
|
@@ -175,7 +170,7 @@ export interface HAVipAttachmentArgs {
|
|
|
175
170
|
*/
|
|
176
171
|
haVipId?: pulumi.Input<string>;
|
|
177
172
|
/**
|
|
178
|
-
* . Field 'havip_id' has been deprecated from provider version 1.
|
|
173
|
+
* . Field 'havip_id' has been deprecated from provider version 1.259.0. New field 'ha_vip_id' instead.
|
|
179
174
|
*
|
|
180
175
|
* @deprecated Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
181
176
|
*/
|
|
@@ -185,9 +180,7 @@ export interface HAVipAttachmentArgs {
|
|
|
185
180
|
*/
|
|
186
181
|
instanceId: pulumi.Input<string>;
|
|
187
182
|
/**
|
|
188
|
-
* The type of the instance associated with the
|
|
189
|
-
*
|
|
190
|
-
* The following arguments will be discarded. Please use new fields as soon as possible:
|
|
183
|
+
* The type of the instance to be associated with the HAVIP. Valid values: * `EcsInstance`: an ECS instance * `NetworkInterface`: an ENI. If you want to associate the HAVIP with an ENI, this parameter is required.
|
|
191
184
|
*/
|
|
192
185
|
instanceType?: pulumi.Input<string>;
|
|
193
186
|
}
|
package/vpc/havipAttachment.js
CHANGED
|
@@ -6,6 +6,14 @@ exports.HAVipAttachment = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Provides a VPC Ha Vip Attachment resource.
|
|
10
|
+
*
|
|
11
|
+
* Attaching ECS instance to Havip.
|
|
12
|
+
*
|
|
13
|
+
* For information about VPC Ha Vip Attachment and how to use it, see [What is Ha Vip Attachment](https://next.api.alibabacloud.com/document/Vpc/2016-04-28/AssociateHaVip).
|
|
14
|
+
*
|
|
15
|
+
* > **NOTE:** Available since v1.18.0.
|
|
16
|
+
*
|
|
9
17
|
* ## Example Usage
|
|
10
18
|
*
|
|
11
19
|
* Basic Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"havipAttachment.js","sourceRoot":"","sources":["../../vpc/havipAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"havipAttachment.js","sourceRoot":"","sources":["../../vpc/havipAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2EG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IACtD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;IAqCD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;;AAxFL,0CAyFC;AA3EG,gBAAgB;AACO,4BAAY,GAAG,8CAA8C,CAAC"}
|
package/vpc/networkAcl.d.ts
CHANGED
|
@@ -2,7 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../types/input";
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Provides a VPC Network Acl resource.
|
|
5
|
+
* Provides a VPC Network Acl resource.
|
|
6
|
+
*
|
|
7
|
+
* Network Access Control List (ACL) is a Network Access Control function in VPC. You can customize the network ACL rules and bind the network ACL to the switch to control the traffic of ECS instances in the switch.
|
|
6
8
|
*
|
|
7
9
|
* For information about VPC Network Acl and how to use it, see [What is Network Acl](https://www.alibabacloud.com/help/en/ens/latest/createnetworkacl).
|
|
8
10
|
*
|
|
@@ -87,7 +89,7 @@ export declare class NetworkAcl extends pulumi.CustomResource {
|
|
|
87
89
|
*/
|
|
88
90
|
readonly createTime: pulumi.Output<string>;
|
|
89
91
|
/**
|
|
90
|
-
* The description of the network ACL.
|
|
92
|
+
* The description of the network ACL. The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
91
93
|
*/
|
|
92
94
|
readonly description: pulumi.Output<string | undefined>;
|
|
93
95
|
/**
|
|
@@ -105,7 +107,8 @@ export declare class NetworkAcl extends pulumi.CustomResource {
|
|
|
105
107
|
*/
|
|
106
108
|
readonly name: pulumi.Output<string>;
|
|
107
109
|
/**
|
|
108
|
-
* The name of the network ACL.
|
|
110
|
+
* The name of the network ACL.
|
|
111
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
109
112
|
*/
|
|
110
113
|
readonly networkAclName: pulumi.Output<string>;
|
|
111
114
|
/**
|
|
@@ -113,7 +116,7 @@ export declare class NetworkAcl extends pulumi.CustomResource {
|
|
|
113
116
|
*/
|
|
114
117
|
readonly resources: pulumi.Output<outputs.vpc.NetworkAclResource[]>;
|
|
115
118
|
/**
|
|
116
|
-
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
119
|
+
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
117
120
|
*/
|
|
118
121
|
readonly sourceNetworkAclId: pulumi.Output<string | undefined>;
|
|
119
122
|
/**
|
|
@@ -150,7 +153,7 @@ export interface NetworkAclState {
|
|
|
150
153
|
*/
|
|
151
154
|
createTime?: pulumi.Input<string>;
|
|
152
155
|
/**
|
|
153
|
-
* The description of the network ACL.
|
|
156
|
+
* The description of the network ACL. The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
154
157
|
*/
|
|
155
158
|
description?: pulumi.Input<string>;
|
|
156
159
|
/**
|
|
@@ -168,7 +171,8 @@ export interface NetworkAclState {
|
|
|
168
171
|
*/
|
|
169
172
|
name?: pulumi.Input<string>;
|
|
170
173
|
/**
|
|
171
|
-
* The name of the network ACL.
|
|
174
|
+
* The name of the network ACL.
|
|
175
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
172
176
|
*/
|
|
173
177
|
networkAclName?: pulumi.Input<string>;
|
|
174
178
|
/**
|
|
@@ -176,7 +180,7 @@ export interface NetworkAclState {
|
|
|
176
180
|
*/
|
|
177
181
|
resources?: pulumi.Input<pulumi.Input<inputs.vpc.NetworkAclResource>[]>;
|
|
178
182
|
/**
|
|
179
|
-
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
183
|
+
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
180
184
|
*/
|
|
181
185
|
sourceNetworkAclId?: pulumi.Input<string>;
|
|
182
186
|
/**
|
|
@@ -201,7 +205,7 @@ export interface NetworkAclState {
|
|
|
201
205
|
*/
|
|
202
206
|
export interface NetworkAclArgs {
|
|
203
207
|
/**
|
|
204
|
-
* The description of the network ACL.
|
|
208
|
+
* The description of the network ACL. The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
205
209
|
*/
|
|
206
210
|
description?: pulumi.Input<string>;
|
|
207
211
|
/**
|
|
@@ -219,7 +223,8 @@ export interface NetworkAclArgs {
|
|
|
219
223
|
*/
|
|
220
224
|
name?: pulumi.Input<string>;
|
|
221
225
|
/**
|
|
222
|
-
* The name of the network ACL.
|
|
226
|
+
* The name of the network ACL.
|
|
227
|
+
* The name must be 1 to 128 characters in length and cannot start with http:// or https.
|
|
223
228
|
*/
|
|
224
229
|
networkAclName?: pulumi.Input<string>;
|
|
225
230
|
/**
|
|
@@ -227,7 +232,7 @@ export interface NetworkAclArgs {
|
|
|
227
232
|
*/
|
|
228
233
|
resources?: pulumi.Input<pulumi.Input<inputs.vpc.NetworkAclResource>[]>;
|
|
229
234
|
/**
|
|
230
|
-
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
235
|
+
* SOURCE NetworkAcl specified by CopyNetworkAclEntries
|
|
231
236
|
*/
|
|
232
237
|
sourceNetworkAclId?: pulumi.Input<string>;
|
|
233
238
|
/**
|
package/vpc/networkAcl.js
CHANGED
|
@@ -6,7 +6,9 @@ exports.NetworkAcl = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides a VPC Network Acl resource.
|
|
9
|
+
* Provides a VPC Network Acl resource.
|
|
10
|
+
*
|
|
11
|
+
* Network Access Control List (ACL) is a Network Access Control function in VPC. You can customize the network ACL rules and bind the network ACL to the switch to control the traffic of ECS instances in the switch.
|
|
10
12
|
*
|
|
11
13
|
* For information about VPC Network Acl and how to use it, see [What is Network Acl](https://www.alibabacloud.com/help/en/ens/latest/createnetworkacl).
|
|
12
14
|
*
|
package/vpc/networkAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networkAcl.js","sourceRoot":"","sources":["../../vpc/networkAcl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"networkAcl.js","sourceRoot":"","sources":["../../vpc/networkAcl.ts"],"names":[],"mappings":"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"}
|