@volcengine/pulumi-volcenginecc 0.0.26 → 0.0.27
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/clb/getNlb.d.ts +4 -0
- package/clb/getNlb.js.map +1 -1
- package/clb/nlb.d.ts +8 -0
- package/clb/nlb.js +2 -0
- package/clb/nlb.js.map +1 -1
- package/kafka/getInstance.d.ts +165 -0
- package/kafka/getInstance.js +28 -0
- package/kafka/getInstance.js.map +1 -0
- package/kafka/getInstances.d.ts +22 -0
- package/kafka/getInstances.js +24 -0
- package/kafka/getInstances.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +364 -0
- package/kafka/instance.js +135 -0
- package/kafka/instance.js.map +1 -0
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +4 -0
- package/privatezone/getRecord.js.map +1 -1
- package/privatezone/record.d.ts +12 -0
- package/privatezone/record.js +2 -0
- package/privatezone/record.js.map +1 -1
- package/rocketmq/allowList.d.ts +0 -26
- package/rocketmq/allowList.js +0 -16
- package/rocketmq/allowList.js.map +1 -1
- package/rocketmq/getAllowList.d.ts +0 -4
- package/rocketmq/getAllowList.js.map +1 -1
- package/types/input.d.ts +151 -0
- package/types/output.d.ts +310 -0
- package/vedbm/allowList.d.ts +146 -0
- package/vedbm/allowList.js +79 -0
- package/vedbm/allowList.js.map +1 -0
- package/vedbm/getAllowList.d.ts +77 -0
- package/vedbm/getAllowList.js +28 -0
- package/vedbm/getAllowList.js.map +1 -0
- package/vedbm/getAllowLists.d.ts +22 -0
- package/vedbm/getAllowLists.js +24 -0
- package/vedbm/getAllowLists.js.map +1 -0
- package/vedbm/index.d.ts +9 -0
- package/vedbm/index.js +12 -1
- package/vedbm/index.js.map +1 -1
- package/vke/cluster.d.ts +10 -2
- package/vke/cluster.js +3 -1
- package/vke/cluster.js.map +1 -1
- package/vke/getCluster.d.ts +4 -0
- package/vke/getCluster.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -8185,6 +8185,20 @@ export declare namespace clb {
|
|
|
8185
8185
|
*/
|
|
8186
8186
|
value: string;
|
|
8187
8187
|
}
|
|
8188
|
+
interface GetNlbAccessLog {
|
|
8189
|
+
/**
|
|
8190
|
+
* 是否开启访问日志。true:是。flase:否。
|
|
8191
|
+
*/
|
|
8192
|
+
accessLogEnabled: boolean;
|
|
8193
|
+
/**
|
|
8194
|
+
* 日志项目的ID。
|
|
8195
|
+
*/
|
|
8196
|
+
projectId: string;
|
|
8197
|
+
/**
|
|
8198
|
+
* 日志主题的ID。
|
|
8199
|
+
*/
|
|
8200
|
+
topicId: string;
|
|
8201
|
+
}
|
|
8188
8202
|
interface GetNlbListenerHealth {
|
|
8189
8203
|
/**
|
|
8190
8204
|
* 后端服务器的实例 ID或IP地址。
|
|
@@ -8539,6 +8553,20 @@ export declare namespace clb {
|
|
|
8539
8553
|
*/
|
|
8540
8554
|
value: string;
|
|
8541
8555
|
}
|
|
8556
|
+
interface NlbAccessLog {
|
|
8557
|
+
/**
|
|
8558
|
+
* 是否开启访问日志。true:是。flase:否。
|
|
8559
|
+
*/
|
|
8560
|
+
accessLogEnabled: boolean;
|
|
8561
|
+
/**
|
|
8562
|
+
* 日志项目的ID。
|
|
8563
|
+
*/
|
|
8564
|
+
projectId: string;
|
|
8565
|
+
/**
|
|
8566
|
+
* 日志主题的ID。
|
|
8567
|
+
*/
|
|
8568
|
+
topicId: string;
|
|
8569
|
+
}
|
|
8542
8570
|
interface NlbListenerHealth {
|
|
8543
8571
|
/**
|
|
8544
8572
|
* 后端服务器的实例 ID或IP地址。
|
|
@@ -13987,6 +14015,72 @@ export declare namespace kafka {
|
|
|
13987
14015
|
*/
|
|
13988
14016
|
instanceName: string;
|
|
13989
14017
|
}
|
|
14018
|
+
interface GetInstanceChargeInfo {
|
|
14019
|
+
/**
|
|
14020
|
+
* 包年包月实例到期后是否自动续费,true-自动续费 false(默认)-不自动续费,到期实例关停。
|
|
14021
|
+
*/
|
|
14022
|
+
autoRenew: boolean;
|
|
14023
|
+
/**
|
|
14024
|
+
* 包年包月实例的到期时间。
|
|
14025
|
+
*/
|
|
14026
|
+
chargeExpireTime: string;
|
|
14027
|
+
/**
|
|
14028
|
+
* 实例的计费开始时间。
|
|
14029
|
+
*/
|
|
14030
|
+
chargeStartTime: string;
|
|
14031
|
+
/**
|
|
14032
|
+
* 实例的计费状态,支持的类型包括: Normal-正常, Overdue-按量计费欠费, Expired-包年包月到期
|
|
14033
|
+
*/
|
|
14034
|
+
chargeStatus: string;
|
|
14035
|
+
/**
|
|
14036
|
+
* 实例的计费类型,支持的类型包括: PostPaid-按量付费, PrePaid-包年包月。
|
|
14037
|
+
*/
|
|
14038
|
+
chargeType: string;
|
|
14039
|
+
/**
|
|
14040
|
+
* 实例欠费关停后的预计释放时间。
|
|
14041
|
+
*/
|
|
14042
|
+
overdueReclaimTime: string;
|
|
14043
|
+
/**
|
|
14044
|
+
* 实例的欠费关停时间。
|
|
14045
|
+
*/
|
|
14046
|
+
overdueTime: string;
|
|
14047
|
+
/**
|
|
14048
|
+
* 包年包月类型实例的购买时长。
|
|
14049
|
+
*/
|
|
14050
|
+
period: number;
|
|
14051
|
+
/**
|
|
14052
|
+
* 包年包月类型实例的生命周期单位,即指定以月(Month/Monthly)或以年(Year/Yearly)为单位购买。
|
|
14053
|
+
*/
|
|
14054
|
+
periodUnit: string;
|
|
14055
|
+
}
|
|
14056
|
+
interface GetInstanceConnectionInfo {
|
|
14057
|
+
/**
|
|
14058
|
+
* 实例的接入点类型。PLAINTEXT:默认接入点。SASL*PLAINTEXT:SASL接入点(私网)。SASL*SSL:SASL接入点(公网)。未开启公网访问时,不提供此接入点。
|
|
14059
|
+
*/
|
|
14060
|
+
endpointType: string;
|
|
14061
|
+
/**
|
|
14062
|
+
* 实例私网访问域名。
|
|
14063
|
+
*/
|
|
14064
|
+
internalEndpoint: string;
|
|
14065
|
+
/**
|
|
14066
|
+
* 接入点的网络类型。统一为 PrivateNetwork。
|
|
14067
|
+
*/
|
|
14068
|
+
networkType: string;
|
|
14069
|
+
/**
|
|
14070
|
+
* 实例公网访问域名。
|
|
14071
|
+
*/
|
|
14072
|
+
publicEndpoint: string;
|
|
14073
|
+
}
|
|
14074
|
+
interface GetInstanceTag {
|
|
14075
|
+
/**
|
|
14076
|
+
* 标签的键。
|
|
14077
|
+
*/
|
|
14078
|
+
key: string;
|
|
14079
|
+
/**
|
|
14080
|
+
* 标签的值。
|
|
14081
|
+
*/
|
|
14082
|
+
value: string;
|
|
14083
|
+
}
|
|
13990
14084
|
interface GetTopicAccessPolicy {
|
|
13991
14085
|
/**
|
|
13992
14086
|
* SASL 用户对于当前 Topic 的访问权限。PubSub:拥有发布、订阅权限。Pub:拥有发布权限。Sub:拥有订阅权限。
|
|
@@ -14007,6 +14101,72 @@ export declare namespace kafka {
|
|
|
14007
14101
|
*/
|
|
14008
14102
|
value: string;
|
|
14009
14103
|
}
|
|
14104
|
+
interface InstanceChargeInfo {
|
|
14105
|
+
/**
|
|
14106
|
+
* 包年包月实例到期后是否自动续费,true-自动续费 false(默认)-不自动续费,到期实例关停。
|
|
14107
|
+
*/
|
|
14108
|
+
autoRenew: boolean;
|
|
14109
|
+
/**
|
|
14110
|
+
* 包年包月实例的到期时间。
|
|
14111
|
+
*/
|
|
14112
|
+
chargeExpireTime: string;
|
|
14113
|
+
/**
|
|
14114
|
+
* 实例的计费开始时间。
|
|
14115
|
+
*/
|
|
14116
|
+
chargeStartTime: string;
|
|
14117
|
+
/**
|
|
14118
|
+
* 实例的计费状态,支持的类型包括: Normal-正常, Overdue-按量计费欠费, Expired-包年包月到期
|
|
14119
|
+
*/
|
|
14120
|
+
chargeStatus: string;
|
|
14121
|
+
/**
|
|
14122
|
+
* 实例的计费类型,支持的类型包括: PostPaid-按量付费, PrePaid-包年包月。
|
|
14123
|
+
*/
|
|
14124
|
+
chargeType: string;
|
|
14125
|
+
/**
|
|
14126
|
+
* 实例欠费关停后的预计释放时间。
|
|
14127
|
+
*/
|
|
14128
|
+
overdueReclaimTime: string;
|
|
14129
|
+
/**
|
|
14130
|
+
* 实例的欠费关停时间。
|
|
14131
|
+
*/
|
|
14132
|
+
overdueTime: string;
|
|
14133
|
+
/**
|
|
14134
|
+
* 包年包月类型实例的购买时长。
|
|
14135
|
+
*/
|
|
14136
|
+
period: number;
|
|
14137
|
+
/**
|
|
14138
|
+
* 包年包月类型实例的生命周期单位,即指定以月(Month/Monthly)或以年(Year/Yearly)为单位购买。
|
|
14139
|
+
*/
|
|
14140
|
+
periodUnit: string;
|
|
14141
|
+
}
|
|
14142
|
+
interface InstanceConnectionInfo {
|
|
14143
|
+
/**
|
|
14144
|
+
* 实例的接入点类型。PLAINTEXT:默认接入点。SASL*PLAINTEXT:SASL接入点(私网)。SASL*SSL:SASL接入点(公网)。未开启公网访问时,不提供此接入点。
|
|
14145
|
+
*/
|
|
14146
|
+
endpointType: string;
|
|
14147
|
+
/**
|
|
14148
|
+
* 实例私网访问域名。
|
|
14149
|
+
*/
|
|
14150
|
+
internalEndpoint: string;
|
|
14151
|
+
/**
|
|
14152
|
+
* 接入点的网络类型。统一为 PrivateNetwork。
|
|
14153
|
+
*/
|
|
14154
|
+
networkType: string;
|
|
14155
|
+
/**
|
|
14156
|
+
* 实例公网访问域名。
|
|
14157
|
+
*/
|
|
14158
|
+
publicEndpoint: string;
|
|
14159
|
+
}
|
|
14160
|
+
interface InstanceTag {
|
|
14161
|
+
/**
|
|
14162
|
+
* 标签的键。
|
|
14163
|
+
*/
|
|
14164
|
+
key: string;
|
|
14165
|
+
/**
|
|
14166
|
+
* 标签的值。
|
|
14167
|
+
*/
|
|
14168
|
+
value: string;
|
|
14169
|
+
}
|
|
14010
14170
|
interface TopicAccessPolicy {
|
|
14011
14171
|
/**
|
|
14012
14172
|
* SASL 用户对于当前 Topic 的访问权限。PubSub:拥有发布、订阅权限。Pub:拥有发布权限。Sub:拥有订阅权限。
|
|
@@ -18438,6 +18598,12 @@ export declare namespace transitrouter {
|
|
|
18438
18598
|
}
|
|
18439
18599
|
}
|
|
18440
18600
|
export declare namespace vedbm {
|
|
18601
|
+
interface AllowListAssociatedInstance {
|
|
18602
|
+
/**
|
|
18603
|
+
* 实例ID。
|
|
18604
|
+
*/
|
|
18605
|
+
instanceId: string;
|
|
18606
|
+
}
|
|
18441
18607
|
interface DatabaseDatabasesPrivilege {
|
|
18442
18608
|
/**
|
|
18443
18609
|
* 需授权的账号名称
|
|
@@ -18452,6 +18618,20 @@ export declare namespace vedbm {
|
|
|
18452
18618
|
*/
|
|
18453
18619
|
accountPrivilegeDetails: string[];
|
|
18454
18620
|
}
|
|
18621
|
+
interface GetAllowListAssociatedInstance {
|
|
18622
|
+
/**
|
|
18623
|
+
* 实例ID。
|
|
18624
|
+
*/
|
|
18625
|
+
instanceId: string;
|
|
18626
|
+
/**
|
|
18627
|
+
* 实例名称。
|
|
18628
|
+
*/
|
|
18629
|
+
instanceName: string;
|
|
18630
|
+
/**
|
|
18631
|
+
* 实例所属VPC ID。
|
|
18632
|
+
*/
|
|
18633
|
+
vpc: string;
|
|
18634
|
+
}
|
|
18455
18635
|
interface GetDatabaseDatabasesPrivilege {
|
|
18456
18636
|
/**
|
|
18457
18637
|
* 需授权的账号名称
|
|
@@ -19016,6 +19196,10 @@ export declare namespace vke {
|
|
|
19016
19196
|
* 节点公网访问配置,参数值说明:false:未开启。true:已开启。
|
|
19017
19197
|
*/
|
|
19018
19198
|
apiServerPublicAccessEnabled: boolean;
|
|
19199
|
+
/**
|
|
19200
|
+
* 集群网络协议栈,参数值说明:Ipv4:Ipv4 单栈。Ipv6:【邀测·申请试用】Ipv6 单栈。DualStack:【邀测·申请试用】Ipv4 和 Ipv6 双栈。
|
|
19201
|
+
*/
|
|
19202
|
+
ipFamily: string;
|
|
19019
19203
|
/**
|
|
19020
19204
|
* 节点公网访问配置,参数值说明:false:未开启。true:已开启。
|
|
19021
19205
|
*/
|
|
@@ -19075,6 +19259,32 @@ export declare namespace vke {
|
|
|
19075
19259
|
*/
|
|
19076
19260
|
isp: string;
|
|
19077
19261
|
}
|
|
19262
|
+
interface ClusterIrsaConfig {
|
|
19263
|
+
/**
|
|
19264
|
+
* 接受令牌的标识符。
|
|
19265
|
+
*/
|
|
19266
|
+
audience: string;
|
|
19267
|
+
/**
|
|
19268
|
+
* 是否开启 IRSA 功能,参数值说明:true:开启,false:不开启
|
|
19269
|
+
*/
|
|
19270
|
+
enabled: boolean;
|
|
19271
|
+
/**
|
|
19272
|
+
* OIDC(OpenID Connect)提供商 URL 地址,OIDC 提供商的唯一标识。
|
|
19273
|
+
*/
|
|
19274
|
+
issuer: string;
|
|
19275
|
+
/**
|
|
19276
|
+
* JWKS(JSON Web Key Set)的 URL。文件内的公钥被用来验证从 OIDC 提供者返回的任何 JWT(JSON Web Tokens)。
|
|
19277
|
+
*/
|
|
19278
|
+
jwksUrl: string;
|
|
19279
|
+
/**
|
|
19280
|
+
* OIDC 提供商 TRN。
|
|
19281
|
+
*/
|
|
19282
|
+
oidcTrn: string;
|
|
19283
|
+
/**
|
|
19284
|
+
* OIDC 提供商的 JSON 格式配置文档,包含了有关 OIDC 提供商的信息。
|
|
19285
|
+
*/
|
|
19286
|
+
openIdConfigUrl: string;
|
|
19287
|
+
}
|
|
19078
19288
|
interface ClusterLoggingConfig {
|
|
19079
19289
|
/**
|
|
19080
19290
|
* 集群的日志项目(Log Project)ID。 如果为空,表示集群的日志项目未被创建。
|
|
@@ -19098,6 +19308,10 @@ export declare namespace vke {
|
|
|
19098
19308
|
}
|
|
19099
19309
|
interface ClusterMonitoringConfig {
|
|
19100
19310
|
componentConfigs: outputs.vke.ClusterMonitoringConfigComponentConfig[];
|
|
19311
|
+
/**
|
|
19312
|
+
* 是否开启外部 Promtheus 采集集群控制面组件指标,参数值说明:true:开启。false:不开启。
|
|
19313
|
+
*/
|
|
19314
|
+
enableMetricsExternalCollection: boolean;
|
|
19101
19315
|
/**
|
|
19102
19316
|
* 监控数据所属的工作区 ID。
|
|
19103
19317
|
*/
|
|
@@ -19162,6 +19376,10 @@ export declare namespace vke {
|
|
|
19162
19376
|
* Flannel 容器网络的 Pod CIDR。
|
|
19163
19377
|
*/
|
|
19164
19378
|
podCidrs: string[];
|
|
19379
|
+
/**
|
|
19380
|
+
* Flannel 容器网络模型对应的 Pod 子网 ID 列表。
|
|
19381
|
+
*/
|
|
19382
|
+
subnetIds: string[];
|
|
19165
19383
|
}
|
|
19166
19384
|
interface ClusterPodsConfigVpcCniConfig {
|
|
19167
19385
|
/**
|
|
@@ -19678,6 +19896,10 @@ export declare namespace vke {
|
|
|
19678
19896
|
* 节点公网访问配置,参数值说明:false:未开启。true:已开启。
|
|
19679
19897
|
*/
|
|
19680
19898
|
apiServerPublicAccessEnabled: boolean;
|
|
19899
|
+
/**
|
|
19900
|
+
* 集群网络协议栈,参数值说明:Ipv4:Ipv4 单栈。Ipv6:【邀测·申请试用】Ipv6 单栈。DualStack:【邀测·申请试用】Ipv4 和 Ipv6 双栈。
|
|
19901
|
+
*/
|
|
19902
|
+
ipFamily: string;
|
|
19681
19903
|
/**
|
|
19682
19904
|
* 节点公网访问配置,参数值说明:false:未开启。true:已开启。
|
|
19683
19905
|
*/
|
|
@@ -19737,6 +19959,32 @@ export declare namespace vke {
|
|
|
19737
19959
|
*/
|
|
19738
19960
|
isp: string;
|
|
19739
19961
|
}
|
|
19962
|
+
interface GetClusterIrsaConfig {
|
|
19963
|
+
/**
|
|
19964
|
+
* 接受令牌的标识符。
|
|
19965
|
+
*/
|
|
19966
|
+
audience: string;
|
|
19967
|
+
/**
|
|
19968
|
+
* 是否开启 IRSA 功能,参数值说明:true:开启,false:不开启
|
|
19969
|
+
*/
|
|
19970
|
+
enabled: boolean;
|
|
19971
|
+
/**
|
|
19972
|
+
* OIDC(OpenID Connect)提供商 URL 地址,OIDC 提供商的唯一标识。
|
|
19973
|
+
*/
|
|
19974
|
+
issuer: string;
|
|
19975
|
+
/**
|
|
19976
|
+
* JWKS(JSON Web Key Set)的 URL。文件内的公钥被用来验证从 OIDC 提供者返回的任何 JWT(JSON Web Tokens)。
|
|
19977
|
+
*/
|
|
19978
|
+
jwksUrl: string;
|
|
19979
|
+
/**
|
|
19980
|
+
* OIDC 提供商 TRN。
|
|
19981
|
+
*/
|
|
19982
|
+
oidcTrn: string;
|
|
19983
|
+
/**
|
|
19984
|
+
* OIDC 提供商的 JSON 格式配置文档,包含了有关 OIDC 提供商的信息。
|
|
19985
|
+
*/
|
|
19986
|
+
openIdConfigUrl: string;
|
|
19987
|
+
}
|
|
19740
19988
|
interface GetClusterLoggingConfig {
|
|
19741
19989
|
/**
|
|
19742
19990
|
* 集群的日志项目(Log Project)ID。 如果为空,表示集群的日志项目未被创建。
|
|
@@ -19770,6 +20018,10 @@ export declare namespace vke {
|
|
|
19770
20018
|
* 监控组件的配置列表。
|
|
19771
20019
|
*/
|
|
19772
20020
|
componentConfigs: outputs.vke.GetClusterMonitoringConfigComponentConfig[];
|
|
20021
|
+
/**
|
|
20022
|
+
* 是否开启外部 Promtheus 采集集群控制面组件指标,参数值说明:true:开启。false:不开启。
|
|
20023
|
+
*/
|
|
20024
|
+
enableMetricsExternalCollection: boolean;
|
|
19773
20025
|
/**
|
|
19774
20026
|
* 监控数据所属的工作区 ID。
|
|
19775
20027
|
*/
|
|
@@ -19834,6 +20086,10 @@ export declare namespace vke {
|
|
|
19834
20086
|
* Flannel 容器网络的 Pod CIDR。
|
|
19835
20087
|
*/
|
|
19836
20088
|
podCidrs: string[];
|
|
20089
|
+
/**
|
|
20090
|
+
* Flannel 容器网络模型对应的 Pod 子网 ID 列表。
|
|
20091
|
+
*/
|
|
20092
|
+
subnetIds: string[];
|
|
19837
20093
|
}
|
|
19838
20094
|
interface GetClusterPodsConfigVpcCniConfig {
|
|
19839
20095
|
/**
|
|
@@ -23111,6 +23367,9 @@ export declare namespace waf {
|
|
|
23111
23367
|
* 负载均衡监听器 ID。
|
|
23112
23368
|
*/
|
|
23113
23369
|
listenerId: string;
|
|
23370
|
+
/**
|
|
23371
|
+
* 是否从 ALB 中丢失关联。
|
|
23372
|
+
*/
|
|
23114
23373
|
lostAssociationFromAlb: number;
|
|
23115
23374
|
/**
|
|
23116
23375
|
* 监听器转发规则的端口号。
|
|
@@ -23132,13 +23391,37 @@ export declare namespace waf {
|
|
|
23132
23391
|
https: number[];
|
|
23133
23392
|
}
|
|
23134
23393
|
interface DomainTcpListenerConfig {
|
|
23394
|
+
/**
|
|
23395
|
+
* 接入协议类型。
|
|
23396
|
+
*/
|
|
23135
23397
|
accessProtocol: string;
|
|
23398
|
+
/**
|
|
23399
|
+
* 防护模式。
|
|
23400
|
+
*/
|
|
23136
23401
|
defenceMode: number;
|
|
23402
|
+
/**
|
|
23403
|
+
* 实例 ID。
|
|
23404
|
+
*/
|
|
23137
23405
|
instanceId: string;
|
|
23406
|
+
/**
|
|
23407
|
+
* 实例名称。
|
|
23408
|
+
*/
|
|
23138
23409
|
instanceName: string;
|
|
23410
|
+
/**
|
|
23411
|
+
* 监听器 ID。
|
|
23412
|
+
*/
|
|
23139
23413
|
listenerId: string;
|
|
23414
|
+
/**
|
|
23415
|
+
* 是否从 ALB 中丢失关联。
|
|
23416
|
+
*/
|
|
23140
23417
|
lostAssociationFromAlb: number;
|
|
23418
|
+
/**
|
|
23419
|
+
* 监听器的端口号。
|
|
23420
|
+
*/
|
|
23141
23421
|
port: string;
|
|
23422
|
+
/**
|
|
23423
|
+
* 监听器协议类型。
|
|
23424
|
+
*/
|
|
23142
23425
|
protocol: string;
|
|
23143
23426
|
}
|
|
23144
23427
|
interface DomainTlsFieldsConfig {
|
|
@@ -23211,6 +23494,9 @@ export declare namespace waf {
|
|
|
23211
23494
|
* 负载均衡监听器 ID。
|
|
23212
23495
|
*/
|
|
23213
23496
|
listenerId: string;
|
|
23497
|
+
/**
|
|
23498
|
+
* 是否从 ALB 中丢失关联。
|
|
23499
|
+
*/
|
|
23214
23500
|
lostAssociationFromAlb: number;
|
|
23215
23501
|
/**
|
|
23216
23502
|
* 监听器转发规则的端口号。
|
|
@@ -23232,13 +23518,37 @@ export declare namespace waf {
|
|
|
23232
23518
|
https: number[];
|
|
23233
23519
|
}
|
|
23234
23520
|
interface GetDomainTcpListenerConfig {
|
|
23521
|
+
/**
|
|
23522
|
+
* 接入协议类型。
|
|
23523
|
+
*/
|
|
23235
23524
|
accessProtocol: string;
|
|
23525
|
+
/**
|
|
23526
|
+
* 防护模式。
|
|
23527
|
+
*/
|
|
23236
23528
|
defenceMode: number;
|
|
23529
|
+
/**
|
|
23530
|
+
* 实例 ID。
|
|
23531
|
+
*/
|
|
23237
23532
|
instanceId: string;
|
|
23533
|
+
/**
|
|
23534
|
+
* 实例名称。
|
|
23535
|
+
*/
|
|
23238
23536
|
instanceName: string;
|
|
23537
|
+
/**
|
|
23538
|
+
* 监听器 ID。
|
|
23539
|
+
*/
|
|
23239
23540
|
listenerId: string;
|
|
23541
|
+
/**
|
|
23542
|
+
* 是否从 ALB 中丢失关联。
|
|
23543
|
+
*/
|
|
23240
23544
|
lostAssociationFromAlb: number;
|
|
23545
|
+
/**
|
|
23546
|
+
* 监听器的端口号。
|
|
23547
|
+
*/
|
|
23241
23548
|
port: string;
|
|
23549
|
+
/**
|
|
23550
|
+
* 监听器协议类型。
|
|
23551
|
+
*/
|
|
23242
23552
|
protocol: string;
|
|
23243
23553
|
}
|
|
23244
23554
|
interface GetDomainTlsFieldsConfig {
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* vedbm访问白名单。
|
|
6
|
+
*
|
|
7
|
+
* ## Import
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import volcenginecc:vedbm/allowList:AllowList example "allow_list_id"
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class AllowList extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Get an existing AllowList resource's state with the given name, ID, and optional extra
|
|
16
|
+
* properties used to qualify the lookup.
|
|
17
|
+
*
|
|
18
|
+
* @param name The _unique_ name of the resulting resource.
|
|
19
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
20
|
+
* @param state Any extra arguments used during the lookup.
|
|
21
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
22
|
+
*/
|
|
23
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AllowListState, opts?: pulumi.CustomResourceOptions): AllowList;
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of AllowList. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj: any): obj is AllowList;
|
|
29
|
+
/**
|
|
30
|
+
* IP 白名单,多个 IP 地址请以英文逗号(,)隔开,不可重复。
|
|
31
|
+
*/
|
|
32
|
+
readonly allowList: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* 白名单描述。
|
|
35
|
+
*/
|
|
36
|
+
readonly allowListDesc: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* 白名单的id。
|
|
39
|
+
*/
|
|
40
|
+
readonly allowListId: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* 白名单内的 IP 地址(或地址段)总数。
|
|
43
|
+
*/
|
|
44
|
+
readonly allowListIpNum: pulumi.Output<number>;
|
|
45
|
+
/**
|
|
46
|
+
* 白名单名称。
|
|
47
|
+
*/
|
|
48
|
+
readonly allowListName: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* 白名单内的IP地址类型,当前仅支持IPv4。
|
|
51
|
+
*/
|
|
52
|
+
readonly allowListType: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* 白名单下绑定的实例总数
|
|
55
|
+
*/
|
|
56
|
+
readonly associatedInstanceNum: pulumi.Output<number>;
|
|
57
|
+
readonly associatedInstances: pulumi.Output<outputs.vedbm.AllowListAssociatedInstance[]>;
|
|
58
|
+
/**
|
|
59
|
+
* 修改白名单的方式,支持设置为:Cover(默认):使用 AllowList 参数中的值覆盖原白名单。Append:在原白名单中增加 AllowList 参数中输入的 IP 地址。Delete:在原白名单中删除 AllowList 参数中输入的 IP 地址。至少需要保留一个 IP 地址。
|
|
60
|
+
*/
|
|
61
|
+
readonly modifyMode: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 白名单所属的项目名称,当该参数留空时,新建的白名单默认加入 default 项目
|
|
64
|
+
*/
|
|
65
|
+
readonly projectName: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Create a AllowList resource with the given unique name, arguments, and options.
|
|
68
|
+
*
|
|
69
|
+
* @param name The _unique_ name of the resource.
|
|
70
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
71
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
72
|
+
*/
|
|
73
|
+
constructor(name: string, args: AllowListArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Input properties used for looking up and filtering AllowList resources.
|
|
77
|
+
*/
|
|
78
|
+
export interface AllowListState {
|
|
79
|
+
/**
|
|
80
|
+
* IP 白名单,多个 IP 地址请以英文逗号(,)隔开,不可重复。
|
|
81
|
+
*/
|
|
82
|
+
allowList?: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* 白名单描述。
|
|
85
|
+
*/
|
|
86
|
+
allowListDesc?: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* 白名单的id。
|
|
89
|
+
*/
|
|
90
|
+
allowListId?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* 白名单内的 IP 地址(或地址段)总数。
|
|
93
|
+
*/
|
|
94
|
+
allowListIpNum?: pulumi.Input<number>;
|
|
95
|
+
/**
|
|
96
|
+
* 白名单名称。
|
|
97
|
+
*/
|
|
98
|
+
allowListName?: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* 白名单内的IP地址类型,当前仅支持IPv4。
|
|
101
|
+
*/
|
|
102
|
+
allowListType?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* 白名单下绑定的实例总数
|
|
105
|
+
*/
|
|
106
|
+
associatedInstanceNum?: pulumi.Input<number>;
|
|
107
|
+
associatedInstances?: pulumi.Input<pulumi.Input<inputs.vedbm.AllowListAssociatedInstance>[]>;
|
|
108
|
+
/**
|
|
109
|
+
* 修改白名单的方式,支持设置为:Cover(默认):使用 AllowList 参数中的值覆盖原白名单。Append:在原白名单中增加 AllowList 参数中输入的 IP 地址。Delete:在原白名单中删除 AllowList 参数中输入的 IP 地址。至少需要保留一个 IP 地址。
|
|
110
|
+
*/
|
|
111
|
+
modifyMode?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* 白名单所属的项目名称,当该参数留空时,新建的白名单默认加入 default 项目
|
|
114
|
+
*/
|
|
115
|
+
projectName?: pulumi.Input<string>;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* The set of arguments for constructing a AllowList resource.
|
|
119
|
+
*/
|
|
120
|
+
export interface AllowListArgs {
|
|
121
|
+
/**
|
|
122
|
+
* IP 白名单,多个 IP 地址请以英文逗号(,)隔开,不可重复。
|
|
123
|
+
*/
|
|
124
|
+
allowList?: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* 白名单描述。
|
|
127
|
+
*/
|
|
128
|
+
allowListDesc?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* 白名单名称。
|
|
131
|
+
*/
|
|
132
|
+
allowListName: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* 白名单内的IP地址类型,当前仅支持IPv4。
|
|
135
|
+
*/
|
|
136
|
+
allowListType?: pulumi.Input<string>;
|
|
137
|
+
associatedInstances?: pulumi.Input<pulumi.Input<inputs.vedbm.AllowListAssociatedInstance>[]>;
|
|
138
|
+
/**
|
|
139
|
+
* 修改白名单的方式,支持设置为:Cover(默认):使用 AllowList 参数中的值覆盖原白名单。Append:在原白名单中增加 AllowList 参数中输入的 IP 地址。Delete:在原白名单中删除 AllowList 参数中输入的 IP 地址。至少需要保留一个 IP 地址。
|
|
140
|
+
*/
|
|
141
|
+
modifyMode?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* 白名单所属的项目名称,当该参数留空时,新建的白名单默认加入 default 项目
|
|
144
|
+
*/
|
|
145
|
+
projectName?: pulumi.Input<string>;
|
|
146
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.AllowList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* vedbm访问白名单。
|
|
10
|
+
*
|
|
11
|
+
* ## Import
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import volcenginecc:vedbm/allowList:AllowList example "allow_list_id"
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
class AllowList extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing AllowList resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name, id, state, opts) {
|
|
28
|
+
return new AllowList(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of AllowList. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj) {
|
|
35
|
+
if (obj === undefined || obj === null) {
|
|
36
|
+
return false;
|
|
37
|
+
}
|
|
38
|
+
return obj['__pulumiType'] === AllowList.__pulumiType;
|
|
39
|
+
}
|
|
40
|
+
constructor(name, argsOrState, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (opts.id) {
|
|
44
|
+
const state = argsOrState;
|
|
45
|
+
resourceInputs["allowList"] = state ? state.allowList : undefined;
|
|
46
|
+
resourceInputs["allowListDesc"] = state ? state.allowListDesc : undefined;
|
|
47
|
+
resourceInputs["allowListId"] = state ? state.allowListId : undefined;
|
|
48
|
+
resourceInputs["allowListIpNum"] = state ? state.allowListIpNum : undefined;
|
|
49
|
+
resourceInputs["allowListName"] = state ? state.allowListName : undefined;
|
|
50
|
+
resourceInputs["allowListType"] = state ? state.allowListType : undefined;
|
|
51
|
+
resourceInputs["associatedInstanceNum"] = state ? state.associatedInstanceNum : undefined;
|
|
52
|
+
resourceInputs["associatedInstances"] = state ? state.associatedInstances : undefined;
|
|
53
|
+
resourceInputs["modifyMode"] = state ? state.modifyMode : undefined;
|
|
54
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
const args = argsOrState;
|
|
58
|
+
if ((!args || args.allowListName === undefined) && !opts.urn) {
|
|
59
|
+
throw new Error("Missing required property 'allowListName'");
|
|
60
|
+
}
|
|
61
|
+
resourceInputs["allowList"] = args ? args.allowList : undefined;
|
|
62
|
+
resourceInputs["allowListDesc"] = args ? args.allowListDesc : undefined;
|
|
63
|
+
resourceInputs["allowListName"] = args ? args.allowListName : undefined;
|
|
64
|
+
resourceInputs["allowListType"] = args ? args.allowListType : undefined;
|
|
65
|
+
resourceInputs["associatedInstances"] = args ? args.associatedInstances : undefined;
|
|
66
|
+
resourceInputs["modifyMode"] = args ? args.modifyMode : undefined;
|
|
67
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
68
|
+
resourceInputs["allowListId"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["allowListIpNum"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["associatedInstanceNum"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(AllowList.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.AllowList = AllowList;
|
|
77
|
+
/** @internal */
|
|
78
|
+
AllowList.__pulumiType = 'volcenginecc:vedbm/allowList:AllowList';
|
|
79
|
+
//# sourceMappingURL=allowList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allowList.js","sourceRoot":"","sources":["../../vedbm/allowList.ts"],"names":[],"mappings":"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"}
|