@volcengine/pulumi-volcenginecc 0.0.44 → 0.0.45
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 +20 -20
- package/alb/acl.js +1 -1
- package/alb/certificate.d.ts +19 -3
- package/alb/certificate.js +3 -4
- package/alb/certificate.js.map +1 -1
- package/alb/getAcl.d.ts +11 -11
- package/alb/getCertificate.d.ts +5 -1
- package/alb/getCertificate.js.map +1 -1
- package/alb/getListener.d.ts +20 -20
- package/alb/getServerGroup.d.ts +9 -9
- package/alb/listener.d.ts +52 -52
- package/alb/listener.js +1 -1
- package/alb/serverGroup.d.ts +24 -24
- package/alb/serverGroup.js +1 -1
- package/cbr/backupPolicy.d.ts +2 -2
- package/cbr/backupPolicy.js +2 -2
- package/cloudidentity/userProvisioning.d.ts +2 -2
- package/cloudidentity/userProvisioning.js +2 -2
- package/cloudmonitor/getRule.d.ts +11 -11
- package/cloudmonitor/rule.d.ts +33 -33
- package/cr/getRegistry.d.ts +11 -11
- package/cr/registry.d.ts +28 -28
- package/cr/registry.js +1 -1
- package/directconnect/connection.d.ts +332 -0
- package/directconnect/connection.js +163 -0
- package/directconnect/connection.js.map +1 -0
- package/directconnect/getConnection.d.ts +145 -0
- package/directconnect/getConnection.js +28 -0
- package/directconnect/getConnection.js.map +1 -0
- package/directconnect/getConnections.d.ts +22 -0
- package/directconnect/getConnections.js +24 -0
- package/directconnect/getConnections.js.map +1 -0
- package/directconnect/index.d.ts +9 -0
- package/directconnect/index.js +12 -1
- package/directconnect/index.js.map +1 -1
- package/fwcenter/addressBook.d.ts +210 -0
- package/fwcenter/addressBook.js +115 -0
- package/fwcenter/addressBook.js.map +1 -0
- package/fwcenter/controlPolicy.d.ts +437 -0
- package/fwcenter/controlPolicy.js +183 -0
- package/fwcenter/controlPolicy.js.map +1 -0
- package/fwcenter/getAddressBook.d.ts +93 -0
- package/fwcenter/getAddressBook.js +28 -0
- package/fwcenter/getAddressBook.js.map +1 -0
- package/fwcenter/getAddressBooks.d.ts +22 -0
- package/fwcenter/getAddressBooks.js +24 -0
- package/fwcenter/getAddressBooks.js.map +1 -0
- package/fwcenter/getControlPolicies.d.ts +22 -0
- package/fwcenter/getControlPolicies.js +24 -0
- package/fwcenter/getControlPolicies.js.map +1 -0
- package/fwcenter/getControlPolicy.d.ts +185 -0
- package/fwcenter/getControlPolicy.js +28 -0
- package/fwcenter/getControlPolicy.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
- package/fwcenter/getVpcFireWallAclRule.js +28 -0
- package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
- package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
- package/fwcenter/getVpcFireWallAclRules.js +24 -0
- package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
- package/fwcenter/index.d.ts +27 -0
- package/fwcenter/index.js +34 -1
- package/fwcenter/index.js.map +1 -1
- package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
- package/fwcenter/vpcFireWallAclRule.js +186 -0
- package/fwcenter/vpcFireWallAclRule.js.map +1 -0
- package/gtm/getGtm.d.ts +9 -0
- package/gtm/getGtm.js.map +1 -1
- package/gtm/gtm.d.ts +18 -0
- package/gtm/gtm.js +4 -0
- package/gtm/gtm.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +0 -22
- package/kafka/allowList.js +0 -22
- package/kafka/allowList.js.map +1 -1
- package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
- package/organization/getServiceControlPolicyEnabler.js +28 -0
- package/organization/getServiceControlPolicyEnabler.js.map +1 -0
- package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
- package/organization/getServiceControlPolicyEnablers.js +24 -0
- package/organization/getServiceControlPolicyEnablers.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/organization/serviceControlPolicyEnabler.d.ts +78 -0
- package/organization/serviceControlPolicyEnabler.js +71 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/package.json +1 -1
- package/rabbitmq/allowList.d.ts +0 -17
- package/rabbitmq/allowList.js +0 -17
- package/rabbitmq/allowList.js.map +1 -1
- package/rdsmysql/getInstance.d.ts +16 -0
- package/rdsmysql/getInstance.js.map +1 -1
- package/rdsmysql/instance.d.ts +48 -0
- package/rdsmysql/instance.js +8 -0
- package/rdsmysql/instance.js.map +1 -1
- package/redis/getInstance.d.ts +4 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +3 -0
- package/redis/instance.js +3 -0
- package/redis/instance.js.map +1 -1
- package/redis/parameterGroup.d.ts +2 -2
- package/redis/parameterGroup.js +2 -2
- package/tls/alarmWebhookIntegrationType.d.ts +159 -0
- package/tls/alarmWebhookIntegrationType.js +108 -0
- package/tls/alarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
- package/tls/getAlarmWebhookIntegrationType.js +28 -0
- package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
- package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
- package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
- package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +13 -2
- package/tls/index.js.map +1 -1
- package/tos/bucketWebsite.d.ts +98 -0
- package/tos/bucketWebsite.js +69 -0
- package/tos/bucketWebsite.js.map +1 -0
- package/tos/getBucketWebsite.d.ts +57 -0
- package/tos/getBucketWebsite.js +28 -0
- package/tos/getBucketWebsite.js.map +1 -0
- package/tos/getBucketWebsites.d.ts +22 -0
- package/tos/getBucketWebsites.js +24 -0
- package/tos/getBucketWebsites.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +12 -1
- package/tos/index.js.map +1 -1
- package/types/input.d.ts +639 -41
- package/types/output.d.ts +1323 -89
- package/veenedge/getVpc.d.ts +101 -0
- package/veenedge/getVpc.js +28 -0
- package/veenedge/getVpc.js.map +1 -0
- package/veenedge/getVpcs.d.ts +22 -0
- package/veenedge/getVpcs.js +24 -0
- package/veenedge/getVpcs.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.js +28 -0
- package/veenedge/index.js.map +1 -0
- package/veenedge/vpc.d.ts +216 -0
- package/veenedge/vpc.js +131 -0
- package/veenedge/vpc.js.map +1 -0
- package/vke/node.d.ts +1 -1
- package/vke/node.js +0 -3
- package/vke/node.js.map +1 -1
- package/vmp/ruleFile.d.ts +2 -2
- package/vmp/ruleFile.js +2 -2
- package/vpc/vpc.d.ts +4 -0
- package/vpc/vpc.js +1 -1
- package/vpc/vpc.js.map +1 -1
- package/waf/getHostGroup.d.ts +69 -0
- package/waf/getHostGroup.js +28 -0
- package/waf/getHostGroup.js.map +1 -0
- package/waf/getHostGroups.d.ts +22 -0
- package/waf/getHostGroups.js +24 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/hostGroup.d.ts +135 -0
- package/waf/hostGroup.js +92 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/index.d.ts +9 -0
- package/waf/index.js +12 -1
- package/waf/index.js.map +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::FWCenter::VpcFirewallAclRule
|
|
4
|
+
*/
|
|
5
|
+
export declare function getVpcFireWallAclRules(opts?: pulumi.InvokeOptions): Promise<GetVpcFireWallAclRulesResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getVpcFireWallAclRules.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetVpcFireWallAclRulesResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::FWCenter::VpcFirewallAclRule
|
|
21
|
+
*/
|
|
22
|
+
export declare function getVpcFireWallAclRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetVpcFireWallAclRulesResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getVpcFireWallAclRulesOutput = exports.getVpcFireWallAclRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::FWCenter::VpcFirewallAclRule
|
|
10
|
+
*/
|
|
11
|
+
function getVpcFireWallAclRules(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:fwcenter/getVpcFireWallAclRules:getVpcFireWallAclRules", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getVpcFireWallAclRules = getVpcFireWallAclRules;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::FWCenter::VpcFirewallAclRule
|
|
18
|
+
*/
|
|
19
|
+
function getVpcFireWallAclRulesOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:fwcenter/getVpcFireWallAclRules:getVpcFireWallAclRules", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getVpcFireWallAclRulesOutput = getVpcFireWallAclRulesOutput;
|
|
24
|
+
//# sourceMappingURL=getVpcFireWallAclRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVpcFireWallAclRules.js","sourceRoot":"","sources":["../../fwcenter/getVpcFireWallAclRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE,EACnG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qEAAqE,EAAE,EACzG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
|
package/fwcenter/index.d.ts
CHANGED
|
@@ -1,9 +1,36 @@
|
|
|
1
|
+
export { AddressBookArgs, AddressBookState } from "./addressBook";
|
|
2
|
+
export type AddressBook = import("./addressBook").AddressBook;
|
|
3
|
+
export declare const AddressBook: typeof import("./addressBook").AddressBook;
|
|
4
|
+
export { ControlPolicyArgs, ControlPolicyState } from "./controlPolicy";
|
|
5
|
+
export type ControlPolicy = import("./controlPolicy").ControlPolicy;
|
|
6
|
+
export declare const ControlPolicy: typeof import("./controlPolicy").ControlPolicy;
|
|
1
7
|
export { DnsControlPolicyArgs, DnsControlPolicyState } from "./dnsControlPolicy";
|
|
2
8
|
export type DnsControlPolicy = import("./dnsControlPolicy").DnsControlPolicy;
|
|
3
9
|
export declare const DnsControlPolicy: typeof import("./dnsControlPolicy").DnsControlPolicy;
|
|
10
|
+
export { GetAddressBookArgs, GetAddressBookResult, GetAddressBookOutputArgs } from "./getAddressBook";
|
|
11
|
+
export declare const getAddressBook: typeof import("./getAddressBook").getAddressBook;
|
|
12
|
+
export declare const getAddressBookOutput: typeof import("./getAddressBook").getAddressBookOutput;
|
|
13
|
+
export { GetAddressBooksResult } from "./getAddressBooks";
|
|
14
|
+
export declare const getAddressBooks: typeof import("./getAddressBooks").getAddressBooks;
|
|
15
|
+
export declare const getAddressBooksOutput: typeof import("./getAddressBooks").getAddressBooksOutput;
|
|
16
|
+
export { GetControlPoliciesResult } from "./getControlPolicies";
|
|
17
|
+
export declare const getControlPolicies: typeof import("./getControlPolicies").getControlPolicies;
|
|
18
|
+
export declare const getControlPoliciesOutput: typeof import("./getControlPolicies").getControlPoliciesOutput;
|
|
19
|
+
export { GetControlPolicyArgs, GetControlPolicyResult, GetControlPolicyOutputArgs } from "./getControlPolicy";
|
|
20
|
+
export declare const getControlPolicy: typeof import("./getControlPolicy").getControlPolicy;
|
|
21
|
+
export declare const getControlPolicyOutput: typeof import("./getControlPolicy").getControlPolicyOutput;
|
|
4
22
|
export { GetDnsControlPoliciesResult } from "./getDnsControlPolicies";
|
|
5
23
|
export declare const getDnsControlPolicies: typeof import("./getDnsControlPolicies").getDnsControlPolicies;
|
|
6
24
|
export declare const getDnsControlPoliciesOutput: typeof import("./getDnsControlPolicies").getDnsControlPoliciesOutput;
|
|
7
25
|
export { GetDnsControlPolicyArgs, GetDnsControlPolicyResult, GetDnsControlPolicyOutputArgs } from "./getDnsControlPolicy";
|
|
8
26
|
export declare const getDnsControlPolicy: typeof import("./getDnsControlPolicy").getDnsControlPolicy;
|
|
9
27
|
export declare const getDnsControlPolicyOutput: typeof import("./getDnsControlPolicy").getDnsControlPolicyOutput;
|
|
28
|
+
export { GetVpcFireWallAclRuleArgs, GetVpcFireWallAclRuleResult, GetVpcFireWallAclRuleOutputArgs } from "./getVpcFireWallAclRule";
|
|
29
|
+
export declare const getVpcFireWallAclRule: typeof import("./getVpcFireWallAclRule").getVpcFireWallAclRule;
|
|
30
|
+
export declare const getVpcFireWallAclRuleOutput: typeof import("./getVpcFireWallAclRule").getVpcFireWallAclRuleOutput;
|
|
31
|
+
export { GetVpcFireWallAclRulesResult } from "./getVpcFireWallAclRules";
|
|
32
|
+
export declare const getVpcFireWallAclRules: typeof import("./getVpcFireWallAclRules").getVpcFireWallAclRules;
|
|
33
|
+
export declare const getVpcFireWallAclRulesOutput: typeof import("./getVpcFireWallAclRules").getVpcFireWallAclRulesOutput;
|
|
34
|
+
export { VpcFireWallAclRuleArgs, VpcFireWallAclRuleState } from "./vpcFireWallAclRule";
|
|
35
|
+
export type VpcFireWallAclRule = import("./vpcFireWallAclRule").VpcFireWallAclRule;
|
|
36
|
+
export declare const VpcFireWallAclRule: typeof import("./vpcFireWallAclRule").VpcFireWallAclRule;
|
package/fwcenter/index.js
CHANGED
|
@@ -2,27 +2,60 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getDnsControlPolicyOutput = exports.getDnsControlPolicy = exports.getDnsControlPoliciesOutput = exports.getDnsControlPolicies = exports.DnsControlPolicy = void 0;
|
|
5
|
+
exports.VpcFireWallAclRule = exports.getVpcFireWallAclRulesOutput = exports.getVpcFireWallAclRules = exports.getVpcFireWallAclRuleOutput = exports.getVpcFireWallAclRule = exports.getDnsControlPolicyOutput = exports.getDnsControlPolicy = exports.getDnsControlPoliciesOutput = exports.getDnsControlPolicies = exports.getControlPolicyOutput = exports.getControlPolicy = exports.getControlPoliciesOutput = exports.getControlPolicies = exports.getAddressBooksOutput = exports.getAddressBooks = exports.getAddressBookOutput = exports.getAddressBook = exports.DnsControlPolicy = exports.ControlPolicy = exports.AddressBook = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.AddressBook = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["AddressBook"], () => require("./addressBook"));
|
|
10
|
+
exports.ControlPolicy = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["ControlPolicy"], () => require("./controlPolicy"));
|
|
8
12
|
exports.DnsControlPolicy = null;
|
|
9
13
|
utilities.lazyLoad(exports, ["DnsControlPolicy"], () => require("./dnsControlPolicy"));
|
|
14
|
+
exports.getAddressBook = null;
|
|
15
|
+
exports.getAddressBookOutput = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["getAddressBook", "getAddressBookOutput"], () => require("./getAddressBook"));
|
|
17
|
+
exports.getAddressBooks = null;
|
|
18
|
+
exports.getAddressBooksOutput = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["getAddressBooks", "getAddressBooksOutput"], () => require("./getAddressBooks"));
|
|
20
|
+
exports.getControlPolicies = null;
|
|
21
|
+
exports.getControlPoliciesOutput = null;
|
|
22
|
+
utilities.lazyLoad(exports, ["getControlPolicies", "getControlPoliciesOutput"], () => require("./getControlPolicies"));
|
|
23
|
+
exports.getControlPolicy = null;
|
|
24
|
+
exports.getControlPolicyOutput = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["getControlPolicy", "getControlPolicyOutput"], () => require("./getControlPolicy"));
|
|
10
26
|
exports.getDnsControlPolicies = null;
|
|
11
27
|
exports.getDnsControlPoliciesOutput = null;
|
|
12
28
|
utilities.lazyLoad(exports, ["getDnsControlPolicies", "getDnsControlPoliciesOutput"], () => require("./getDnsControlPolicies"));
|
|
13
29
|
exports.getDnsControlPolicy = null;
|
|
14
30
|
exports.getDnsControlPolicyOutput = null;
|
|
15
31
|
utilities.lazyLoad(exports, ["getDnsControlPolicy", "getDnsControlPolicyOutput"], () => require("./getDnsControlPolicy"));
|
|
32
|
+
exports.getVpcFireWallAclRule = null;
|
|
33
|
+
exports.getVpcFireWallAclRuleOutput = null;
|
|
34
|
+
utilities.lazyLoad(exports, ["getVpcFireWallAclRule", "getVpcFireWallAclRuleOutput"], () => require("./getVpcFireWallAclRule"));
|
|
35
|
+
exports.getVpcFireWallAclRules = null;
|
|
36
|
+
exports.getVpcFireWallAclRulesOutput = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["getVpcFireWallAclRules", "getVpcFireWallAclRulesOutput"], () => require("./getVpcFireWallAclRules"));
|
|
38
|
+
exports.VpcFireWallAclRule = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["VpcFireWallAclRule"], () => require("./vpcFireWallAclRule"));
|
|
16
40
|
const _module = {
|
|
17
41
|
version: utilities.getVersion(),
|
|
18
42
|
construct: (name, type, urn) => {
|
|
19
43
|
switch (type) {
|
|
44
|
+
case "volcenginecc:fwcenter/addressBook:AddressBook":
|
|
45
|
+
return new exports.AddressBook(name, undefined, { urn });
|
|
46
|
+
case "volcenginecc:fwcenter/controlPolicy:ControlPolicy":
|
|
47
|
+
return new exports.ControlPolicy(name, undefined, { urn });
|
|
20
48
|
case "volcenginecc:fwcenter/dnsControlPolicy:DnsControlPolicy":
|
|
21
49
|
return new exports.DnsControlPolicy(name, undefined, { urn });
|
|
50
|
+
case "volcenginecc:fwcenter/vpcFireWallAclRule:VpcFireWallAclRule":
|
|
51
|
+
return new exports.VpcFireWallAclRule(name, undefined, { urn });
|
|
22
52
|
default:
|
|
23
53
|
throw new Error(`unknown resource type ${type}`);
|
|
24
54
|
}
|
|
25
55
|
},
|
|
26
56
|
};
|
|
57
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/addressBook", _module);
|
|
58
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/controlPolicy", _module);
|
|
27
59
|
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/dnsControlPolicy", _module);
|
|
60
|
+
pulumi.runtime.registerResourceModule("volcenginecc", "fwcenter/vpcFireWallAclRule", _module);
|
|
28
61
|
//# sourceMappingURL=index.js.map
|
package/fwcenter/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fwcenter/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAG1E,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACpG,QAAA,2BAA2B,GAAyE,IAAW,CAAC;AAC7H,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,EAAC,6BAA6B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGlH,QAAA,mBAAmB,GAA+D,IAAW,CAAC;AAC9F,QAAA,yBAAyB,GAAqE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,qBAAqB,EAAC,2BAA2B,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../fwcenter/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,446 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* VPC border firewall access control policy (ACL rule), used to define allow, block, or observe rules for traffic between VPCs.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
12
|
+
*
|
|
13
|
+
* const example = new volcenginecc.fwcenter.VpcFireWallAclRule("Example", {
|
|
14
|
+
* action: "accept",
|
|
15
|
+
* description: "this is a test",
|
|
16
|
+
* destPort: "60000",
|
|
17
|
+
* destPortType: "port",
|
|
18
|
+
* destination: "0.0.0.0/0",
|
|
19
|
+
* destinationType: "net",
|
|
20
|
+
* domainResolutionMode: "",
|
|
21
|
+
* endTime: 1782662340,
|
|
22
|
+
* ipType: "v4",
|
|
23
|
+
* prio: 1,
|
|
24
|
+
* proto: "TCP",
|
|
25
|
+
* repeatDays: [
|
|
26
|
+
* 2,
|
|
27
|
+
* 3,
|
|
28
|
+
* ],
|
|
29
|
+
* repeatEndTime: "04:00",
|
|
30
|
+
* repeatStartTime: "02:00",
|
|
31
|
+
* repeatType: "Weekly",
|
|
32
|
+
* source: "0.0.0.0/0",
|
|
33
|
+
* sourceType: "net",
|
|
34
|
+
* startTime: 1782403200,
|
|
35
|
+
* status: true,
|
|
36
|
+
* vpcFirewallId: "vfw-yeoxxxxxx4vvsy6xj",
|
|
37
|
+
* });
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* ## Import
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import volcenginecc:fwcenter/vpcFireWallAclRule:VpcFireWallAclRule example "vpc_firewall_id|rule_id"
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
export declare class VpcFireWallAclRule extends pulumi.CustomResource {
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing VpcFireWallAclRule resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param state Any extra arguments used during the lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VpcFireWallAclRuleState, opts?: pulumi.CustomResourceOptions): VpcFireWallAclRule;
|
|
57
|
+
/**
|
|
58
|
+
* Returns true if the given object is an instance of VpcFireWallAclRule. This is designed to work even
|
|
59
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
60
|
+
*/
|
|
61
|
+
static isInstance(obj: any): obj is VpcFireWallAclRule;
|
|
62
|
+
/**
|
|
63
|
+
* User unique ID.
|
|
64
|
+
*/
|
|
65
|
+
readonly accountId: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Policy action: accept (allow); deny (block); monitor (observe).
|
|
68
|
+
*/
|
|
69
|
+
readonly action: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Policy description, used to explain the purpose and function of the policy.
|
|
72
|
+
*/
|
|
73
|
+
readonly description: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
|
|
76
|
+
*/
|
|
77
|
+
readonly destPort: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Destination port book type.
|
|
80
|
+
*/
|
|
81
|
+
readonly destPortGroupType: pulumi.Output<string>;
|
|
82
|
+
readonly destPortListV1s: pulumi.Output<outputs.fwcenter.VpcFireWallAclRuleDestPortListV1[]>;
|
|
83
|
+
/**
|
|
84
|
+
* Destination port list.
|
|
85
|
+
*/
|
|
86
|
+
readonly destPortLists: pulumi.Output<string[]>;
|
|
87
|
+
/**
|
|
88
|
+
* Destination port type: port (single port or port range); group (port address book).
|
|
89
|
+
*/
|
|
90
|
+
readonly destPortType: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
|
|
93
|
+
*/
|
|
94
|
+
readonly destination: pulumi.Output<string>;
|
|
95
|
+
readonly destinationCidrListV1s: pulumi.Output<outputs.fwcenter.VpcFireWallAclRuleDestinationCidrListV1[]>;
|
|
96
|
+
/**
|
|
97
|
+
* Destination CIDR list.
|
|
98
|
+
*/
|
|
99
|
+
readonly destinationCidrLists: pulumi.Output<string[]>;
|
|
100
|
+
/**
|
|
101
|
+
* Destination domain name list.
|
|
102
|
+
*/
|
|
103
|
+
readonly destinationDomainLists: pulumi.Output<string[]>;
|
|
104
|
+
/**
|
|
105
|
+
* Destination address book type.
|
|
106
|
+
*/
|
|
107
|
+
readonly destinationGroupType: pulumi.Output<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
|
|
110
|
+
*/
|
|
111
|
+
readonly destinationType: pulumi.Output<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
|
|
114
|
+
*/
|
|
115
|
+
readonly domainResolutionMode: pulumi.Output<string>;
|
|
116
|
+
/**
|
|
117
|
+
* Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
|
|
118
|
+
*/
|
|
119
|
+
readonly effectStatus: pulumi.Output<number>;
|
|
120
|
+
/**
|
|
121
|
+
* Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
122
|
+
*/
|
|
123
|
+
readonly endTime: pulumi.Output<number>;
|
|
124
|
+
/**
|
|
125
|
+
* Hit count of the access control policy.
|
|
126
|
+
*/
|
|
127
|
+
readonly hitCnt: pulumi.Output<number>;
|
|
128
|
+
/**
|
|
129
|
+
* IP version: v4 indicates IPv4; v6 indicates IPv6.
|
|
130
|
+
*/
|
|
131
|
+
readonly ipType: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* Whether the access control policy is effective. true: effective; false: not effective.
|
|
134
|
+
*/
|
|
135
|
+
readonly isEffected: pulumi.Output<boolean>;
|
|
136
|
+
/**
|
|
137
|
+
* Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
|
|
138
|
+
*/
|
|
139
|
+
readonly prio: pulumi.Output<number>;
|
|
140
|
+
/**
|
|
141
|
+
* Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
|
|
142
|
+
*/
|
|
143
|
+
readonly proto: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
|
|
146
|
+
*/
|
|
147
|
+
readonly repeatDays: pulumi.Output<number[]>;
|
|
148
|
+
/**
|
|
149
|
+
* Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
|
|
150
|
+
*/
|
|
151
|
+
readonly repeatEndTime: pulumi.Output<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
|
|
154
|
+
*/
|
|
155
|
+
readonly repeatStartTime: pulumi.Output<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
|
|
158
|
+
*/
|
|
159
|
+
readonly repeatType: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Unique ID of the access control policy.
|
|
162
|
+
*/
|
|
163
|
+
readonly ruleId: pulumi.Output<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
|
|
166
|
+
*/
|
|
167
|
+
readonly source: pulumi.Output<string>;
|
|
168
|
+
readonly sourceCidrListV1s: pulumi.Output<outputs.fwcenter.VpcFireWallAclRuleSourceCidrListV1[]>;
|
|
169
|
+
/**
|
|
170
|
+
* Source CIDR list.
|
|
171
|
+
*/
|
|
172
|
+
readonly sourceCidrLists: pulumi.Output<string[]>;
|
|
173
|
+
/**
|
|
174
|
+
* Source address book type.
|
|
175
|
+
*/
|
|
176
|
+
readonly sourceGroupType: pulumi.Output<string>;
|
|
177
|
+
/**
|
|
178
|
+
* Source address type: net for subnet (CIDR format); group for address book (UUID format).
|
|
179
|
+
*/
|
|
180
|
+
readonly sourceType: pulumi.Output<string>;
|
|
181
|
+
/**
|
|
182
|
+
* Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
183
|
+
*/
|
|
184
|
+
readonly startTime: pulumi.Output<number>;
|
|
185
|
+
/**
|
|
186
|
+
* Policy enable status: true enabled; false disabled.
|
|
187
|
+
*/
|
|
188
|
+
readonly status: pulumi.Output<boolean>;
|
|
189
|
+
/**
|
|
190
|
+
* Last policy update time, Unix timestamp.
|
|
191
|
+
*/
|
|
192
|
+
readonly updateTime: pulumi.Output<number>;
|
|
193
|
+
/**
|
|
194
|
+
* Number of policies used.
|
|
195
|
+
*/
|
|
196
|
+
readonly useCount: pulumi.Output<number>;
|
|
197
|
+
/**
|
|
198
|
+
* VPC border firewall instance ID.
|
|
199
|
+
*/
|
|
200
|
+
readonly vpcFirewallId: pulumi.Output<string>;
|
|
201
|
+
/**
|
|
202
|
+
* VPC border firewall instance name.
|
|
203
|
+
*/
|
|
204
|
+
readonly vpcFirewallName: pulumi.Output<string>;
|
|
205
|
+
/**
|
|
206
|
+
* Create a VpcFireWallAclRule resource with the given unique name, arguments, and options.
|
|
207
|
+
*
|
|
208
|
+
* @param name The _unique_ name of the resource.
|
|
209
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
210
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
211
|
+
*/
|
|
212
|
+
constructor(name: string, args: VpcFireWallAclRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Input properties used for looking up and filtering VpcFireWallAclRule resources.
|
|
216
|
+
*/
|
|
217
|
+
export interface VpcFireWallAclRuleState {
|
|
218
|
+
/**
|
|
219
|
+
* User unique ID.
|
|
220
|
+
*/
|
|
221
|
+
accountId?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* Policy action: accept (allow); deny (block); monitor (observe).
|
|
224
|
+
*/
|
|
225
|
+
action?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* Policy description, used to explain the purpose and function of the policy.
|
|
228
|
+
*/
|
|
229
|
+
description?: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
|
|
232
|
+
*/
|
|
233
|
+
destPort?: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* Destination port book type.
|
|
236
|
+
*/
|
|
237
|
+
destPortGroupType?: pulumi.Input<string>;
|
|
238
|
+
destPortListV1s?: pulumi.Input<pulumi.Input<inputs.fwcenter.VpcFireWallAclRuleDestPortListV1>[]>;
|
|
239
|
+
/**
|
|
240
|
+
* Destination port list.
|
|
241
|
+
*/
|
|
242
|
+
destPortLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
243
|
+
/**
|
|
244
|
+
* Destination port type: port (single port or port range); group (port address book).
|
|
245
|
+
*/
|
|
246
|
+
destPortType?: pulumi.Input<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
|
|
249
|
+
*/
|
|
250
|
+
destination?: pulumi.Input<string>;
|
|
251
|
+
destinationCidrListV1s?: pulumi.Input<pulumi.Input<inputs.fwcenter.VpcFireWallAclRuleDestinationCidrListV1>[]>;
|
|
252
|
+
/**
|
|
253
|
+
* Destination CIDR list.
|
|
254
|
+
*/
|
|
255
|
+
destinationCidrLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
256
|
+
/**
|
|
257
|
+
* Destination domain name list.
|
|
258
|
+
*/
|
|
259
|
+
destinationDomainLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
260
|
+
/**
|
|
261
|
+
* Destination address book type.
|
|
262
|
+
*/
|
|
263
|
+
destinationGroupType?: pulumi.Input<string>;
|
|
264
|
+
/**
|
|
265
|
+
* Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
|
|
266
|
+
*/
|
|
267
|
+
destinationType?: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
|
|
270
|
+
*/
|
|
271
|
+
domainResolutionMode?: pulumi.Input<string>;
|
|
272
|
+
/**
|
|
273
|
+
* Effectiveness status of the access control policy. 1: not effective; 2: deploying; 3: effective.
|
|
274
|
+
*/
|
|
275
|
+
effectStatus?: pulumi.Input<number>;
|
|
276
|
+
/**
|
|
277
|
+
* Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
278
|
+
*/
|
|
279
|
+
endTime?: pulumi.Input<number>;
|
|
280
|
+
/**
|
|
281
|
+
* Hit count of the access control policy.
|
|
282
|
+
*/
|
|
283
|
+
hitCnt?: pulumi.Input<number>;
|
|
284
|
+
/**
|
|
285
|
+
* IP version: v4 indicates IPv4; v6 indicates IPv6.
|
|
286
|
+
*/
|
|
287
|
+
ipType?: pulumi.Input<string>;
|
|
288
|
+
/**
|
|
289
|
+
* Whether the access control policy is effective. true: effective; false: not effective.
|
|
290
|
+
*/
|
|
291
|
+
isEffected?: pulumi.Input<boolean>;
|
|
292
|
+
/**
|
|
293
|
+
* Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
|
|
294
|
+
*/
|
|
295
|
+
prio?: pulumi.Input<number>;
|
|
296
|
+
/**
|
|
297
|
+
* Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
|
|
298
|
+
*/
|
|
299
|
+
proto?: pulumi.Input<string>;
|
|
300
|
+
/**
|
|
301
|
+
* Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
|
|
302
|
+
*/
|
|
303
|
+
repeatDays?: pulumi.Input<pulumi.Input<number>[]>;
|
|
304
|
+
/**
|
|
305
|
+
* Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
|
|
306
|
+
*/
|
|
307
|
+
repeatEndTime?: pulumi.Input<string>;
|
|
308
|
+
/**
|
|
309
|
+
* Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
|
|
310
|
+
*/
|
|
311
|
+
repeatStartTime?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
|
|
314
|
+
*/
|
|
315
|
+
repeatType?: pulumi.Input<string>;
|
|
316
|
+
/**
|
|
317
|
+
* Unique ID of the access control policy.
|
|
318
|
+
*/
|
|
319
|
+
ruleId?: pulumi.Input<string>;
|
|
320
|
+
/**
|
|
321
|
+
* Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
|
|
322
|
+
*/
|
|
323
|
+
source?: pulumi.Input<string>;
|
|
324
|
+
sourceCidrListV1s?: pulumi.Input<pulumi.Input<inputs.fwcenter.VpcFireWallAclRuleSourceCidrListV1>[]>;
|
|
325
|
+
/**
|
|
326
|
+
* Source CIDR list.
|
|
327
|
+
*/
|
|
328
|
+
sourceCidrLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
329
|
+
/**
|
|
330
|
+
* Source address book type.
|
|
331
|
+
*/
|
|
332
|
+
sourceGroupType?: pulumi.Input<string>;
|
|
333
|
+
/**
|
|
334
|
+
* Source address type: net for subnet (CIDR format); group for address book (UUID format).
|
|
335
|
+
*/
|
|
336
|
+
sourceType?: pulumi.Input<string>;
|
|
337
|
+
/**
|
|
338
|
+
* Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
339
|
+
*/
|
|
340
|
+
startTime?: pulumi.Input<number>;
|
|
341
|
+
/**
|
|
342
|
+
* Policy enable status: true enabled; false disabled.
|
|
343
|
+
*/
|
|
344
|
+
status?: pulumi.Input<boolean>;
|
|
345
|
+
/**
|
|
346
|
+
* Last policy update time, Unix timestamp.
|
|
347
|
+
*/
|
|
348
|
+
updateTime?: pulumi.Input<number>;
|
|
349
|
+
/**
|
|
350
|
+
* Number of policies used.
|
|
351
|
+
*/
|
|
352
|
+
useCount?: pulumi.Input<number>;
|
|
353
|
+
/**
|
|
354
|
+
* VPC border firewall instance ID.
|
|
355
|
+
*/
|
|
356
|
+
vpcFirewallId?: pulumi.Input<string>;
|
|
357
|
+
/**
|
|
358
|
+
* VPC border firewall instance name.
|
|
359
|
+
*/
|
|
360
|
+
vpcFirewallName?: pulumi.Input<string>;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* The set of arguments for constructing a VpcFireWallAclRule resource.
|
|
364
|
+
*/
|
|
365
|
+
export interface VpcFireWallAclRuleArgs {
|
|
366
|
+
/**
|
|
367
|
+
* Policy action: accept (allow); deny (block); monitor (observe).
|
|
368
|
+
*/
|
|
369
|
+
action: pulumi.Input<string>;
|
|
370
|
+
/**
|
|
371
|
+
* Policy description, used to explain the purpose and function of the policy.
|
|
372
|
+
*/
|
|
373
|
+
description?: pulumi.Input<string>;
|
|
374
|
+
/**
|
|
375
|
+
* Destination port, single port or port range (e.g., 22/22, 100/200). If DestPortType is group, it is a list of port address book UUIDs, separated by commas. Leave blank if protocol is ICMP or ANY.
|
|
376
|
+
*/
|
|
377
|
+
destPort?: pulumi.Input<string>;
|
|
378
|
+
/**
|
|
379
|
+
* Destination port type: port (single port or port range); group (port address book).
|
|
380
|
+
*/
|
|
381
|
+
destPortType?: pulumi.Input<string>;
|
|
382
|
+
/**
|
|
383
|
+
* Destination address. The value depends on DestinationType: net for destination CIDR address; group for destination address book UUIDs, separated by commas; domain for destination domain name.
|
|
384
|
+
*/
|
|
385
|
+
destination: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* Destination address type: net for subnet (CIDR format); group for address book (UUID format); domain for domain name.
|
|
388
|
+
*/
|
|
389
|
+
destinationType: pulumi.Input<string>;
|
|
390
|
+
/**
|
|
391
|
+
* Domain name resolution mode: fqdn for full domain name resolution; dns for dynamic DNS resolution.
|
|
392
|
+
*/
|
|
393
|
+
domainResolutionMode?: pulumi.Input<string>;
|
|
394
|
+
/**
|
|
395
|
+
* Policy activation end time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
396
|
+
*/
|
|
397
|
+
endTime?: pulumi.Input<number>;
|
|
398
|
+
/**
|
|
399
|
+
* IP version: v4 indicates IPv4; v6 indicates IPv6.
|
|
400
|
+
*/
|
|
401
|
+
ipType?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* Policy priority. Lower values indicate higher priority. 0 is the lowest priority, 1 is the highest. When modifying, the minimum value for this parameter is 1.
|
|
404
|
+
*/
|
|
405
|
+
prio?: pulumi.Input<number>;
|
|
406
|
+
/**
|
|
407
|
+
* Protocol type: ICMP, TCP, UDP, ANY. Only TCP is supported when the destination address type is domain.
|
|
408
|
+
*/
|
|
409
|
+
proto: pulumi.Input<string>;
|
|
410
|
+
/**
|
|
411
|
+
* Specific dates for repeated activation. Valid only when RepeatType is Weekly (0-6 for Sunday to Saturday) or Monthly (1-31 for each day of the month).
|
|
412
|
+
*/
|
|
413
|
+
repeatDays?: pulumi.Input<pulumi.Input<number>[]>;
|
|
414
|
+
/**
|
|
415
|
+
* Recurring daily end time, format: hh:mm. Valid only when RepeatType is Weekly or Monthly.
|
|
416
|
+
*/
|
|
417
|
+
repeatEndTime?: pulumi.Input<string>;
|
|
418
|
+
/**
|
|
419
|
+
* Recurring daily start time, format: hh:mm. Valid only when RepeatType is Daily, Weekly, or Monthly.
|
|
420
|
+
*/
|
|
421
|
+
repeatStartTime?: pulumi.Input<string>;
|
|
422
|
+
/**
|
|
423
|
+
* Activation repeat type: Permanent always effective; Once single activation; Daily repeat daily; Weekly repeat weekly; Monthly repeat monthly.
|
|
424
|
+
*/
|
|
425
|
+
repeatType?: pulumi.Input<string>;
|
|
426
|
+
/**
|
|
427
|
+
* Source address. The value depends on SourceType: net for source CIDR address; group for source address book UUIDs, separated by commas.
|
|
428
|
+
*/
|
|
429
|
+
source: pulumi.Input<string>;
|
|
430
|
+
/**
|
|
431
|
+
* Source address type: net for subnet (CIDR format); group for address book (UUID format).
|
|
432
|
+
*/
|
|
433
|
+
sourceType: pulumi.Input<string>;
|
|
434
|
+
/**
|
|
435
|
+
* Policy activation start time, Unix timestamp. Fill in only when RepeatType is Once, Daily, Weekly, or Monthly.
|
|
436
|
+
*/
|
|
437
|
+
startTime?: pulumi.Input<number>;
|
|
438
|
+
/**
|
|
439
|
+
* Policy enable status: true enabled; false disabled.
|
|
440
|
+
*/
|
|
441
|
+
status?: pulumi.Input<boolean>;
|
|
442
|
+
/**
|
|
443
|
+
* VPC border firewall instance ID.
|
|
444
|
+
*/
|
|
445
|
+
vpcFirewallId: pulumi.Input<string>;
|
|
446
|
+
}
|