@byteplus/pulumi-bytepluscc 0.0.32 → 0.0.34
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/getLoadBalancer.d.ts +8 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/loadBalancer.d.ts +24 -0
- package/alb/loadBalancer.js +4 -0
- package/alb/loadBalancer.js.map +1 -1
- package/clb/checkLogProject.d.ts +62 -0
- package/clb/checkLogProject.js +67 -0
- package/clb/checkLogProject.js.map +1 -0
- package/clb/checkLogTopic.d.ts +81 -0
- package/clb/checkLogTopic.js +78 -0
- package/clb/checkLogTopic.js.map +1 -0
- package/clb/clb.d.ts +0 -8
- package/clb/clb.js +2 -2
- package/clb/clb.js.map +1 -1
- package/clb/getCheckLogProject.d.ts +40 -0
- package/clb/getCheckLogProject.js +28 -0
- package/clb/getCheckLogProject.js.map +1 -0
- package/clb/getCheckLogProjects.d.ts +22 -0
- package/clb/getCheckLogProjects.js +24 -0
- package/clb/getCheckLogProjects.js.map +1 -0
- package/clb/getCheckLogTopic.d.ts +44 -0
- package/clb/getCheckLogTopic.js +28 -0
- package/clb/getCheckLogTopic.js.map +1 -0
- package/clb/getCheckLogTopics.d.ts +22 -0
- package/clb/getCheckLogTopics.js +24 -0
- package/clb/getCheckLogTopics.js.map +1 -0
- package/clb/index.d.ts +18 -0
- package/clb/index.js +24 -1
- package/clb/index.js.map +1 -1
- package/cloudmonitor/contactGroup.d.ts +15 -15
- package/cloudmonitor/contactGroup.js +1 -1
- package/cloudmonitor/getContactGroup.d.ts +7 -7
- package/directconnect/bgpPeer.d.ts +189 -0
- package/directconnect/bgpPeer.js +104 -0
- package/directconnect/bgpPeer.js.map +1 -0
- package/directconnect/getBgpPeer.d.ts +88 -0
- package/directconnect/getBgpPeer.js +28 -0
- package/directconnect/getBgpPeer.js.map +1 -0
- package/directconnect/getBgpPeers.d.ts +22 -0
- package/directconnect/getBgpPeers.js +24 -0
- package/directconnect/getBgpPeers.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/dns/getRecord.d.ts +104 -0
- package/dns/getRecord.js +28 -0
- package/dns/getRecord.js.map +1 -0
- package/dns/getRecords.d.ts +22 -0
- package/dns/getRecords.js +24 -0
- package/dns/getRecords.js.map +1 -0
- package/dns/index.d.ts +9 -0
- package/dns/index.js +12 -1
- package/dns/index.js.map +1 -1
- package/dns/record.d.ts +236 -0
- package/dns/record.js +121 -0
- package/dns/record.js.map +1 -0
- package/gtm/getGtm.d.ts +100 -0
- package/gtm/getGtm.js +28 -0
- package/gtm/getGtm.js.map +1 -0
- package/gtm/getGtms.d.ts +22 -0
- package/gtm/getGtms.js +24 -0
- package/gtm/getGtms.js.map +1 -0
- package/gtm/getRouting.d.ts +48 -0
- package/gtm/getRouting.js +28 -0
- package/gtm/getRouting.js.map +1 -0
- package/gtm/getRoutings.d.ts +22 -0
- package/gtm/getRoutings.js +24 -0
- package/gtm/getRoutings.js.map +1 -0
- package/gtm/getRule.d.ts +105 -0
- package/gtm/getRule.js +28 -0
- package/gtm/getRule.js.map +1 -0
- package/gtm/getRules.d.ts +22 -0
- package/gtm/getRules.js +24 -0
- package/gtm/getRules.js.map +1 -0
- package/gtm/gtm.d.ts +228 -0
- package/gtm/gtm.js +113 -0
- package/gtm/gtm.js.map +1 -0
- package/gtm/index.d.ts +27 -0
- package/gtm/index.js +34 -1
- package/gtm/index.js.map +1 -1
- package/gtm/routing.d.ts +89 -0
- package/gtm/routing.js +74 -0
- package/gtm/routing.js.map +1 -0
- package/gtm/rule.d.ts +226 -0
- package/gtm/rule.js +99 -0
- package/gtm/rule.js.map +1 -0
- package/kafka/getUser.d.ts +34 -0
- package/kafka/getUser.js +28 -0
- package/kafka/getUser.js.map +1 -0
- package/kafka/getUsers.d.ts +22 -0
- package/kafka/getUsers.js +24 -0
- package/kafka/getUsers.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/user.d.ts +155 -0
- package/kafka/user.js +97 -0
- package/kafka/user.js.map +1 -0
- package/mongodb/account.d.ts +146 -0
- package/mongodb/account.js +82 -0
- package/mongodb/account.js.map +1 -0
- package/mongodb/getAccount.d.ts +77 -0
- package/mongodb/getAccount.js +28 -0
- package/mongodb/getAccount.js.map +1 -0
- package/mongodb/getAccounts.d.ts +22 -0
- package/mongodb/getAccounts.js +24 -0
- package/mongodb/getAccounts.js.map +1 -0
- package/mongodb/index.d.ts +9 -0
- package/mongodb/index.js +12 -1
- package/mongodb/index.js.map +1 -1
- package/package.json +1 -1
- package/rdsmysql/endpointPublicAddress.d.ts +182 -0
- package/rdsmysql/endpointPublicAddress.js +104 -0
- package/rdsmysql/endpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
- package/rdsmysql/getEndpointPublicAddress.js +28 -0
- package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
- package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
- package/rdsmysql/getEndpointPublicAddresses.js +24 -0
- package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
- package/rdsmysql/index.d.ts +9 -0
- package/rdsmysql/index.js +12 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/getInstance.d.ts +8 -0
- package/rdspostgresql/getInstance.js.map +1 -1
- package/rdspostgresql/instance.d.ts +15 -0
- package/rdspostgresql/instance.js +4 -0
- package/rdspostgresql/instance.js.map +1 -1
- package/transitrouter/getRouteTablePropagation.d.ts +52 -0
- package/transitrouter/getRouteTablePropagation.js +28 -0
- package/transitrouter/getRouteTablePropagation.js.map +1 -0
- package/transitrouter/getRouteTablePropagations.d.ts +22 -0
- package/transitrouter/getRouteTablePropagations.js +24 -0
- package/transitrouter/getRouteTablePropagations.js.map +1 -0
- package/transitrouter/index.d.ts +9 -0
- package/transitrouter/index.js +12 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/routeTablePropagation.d.ts +97 -0
- package/transitrouter/routeTablePropagation.js +82 -0
- package/transitrouter/routeTablePropagation.js.map +1 -0
- package/types/input.d.ts +235 -5
- package/types/output.d.ts +493 -13
- package/vepfs/fileset.d.ts +202 -0
- package/vepfs/fileset.js +106 -0
- package/vepfs/fileset.js.map +1 -0
- package/vepfs/getFileset.d.ts +41 -0
- package/vepfs/getFileset.js +28 -0
- package/vepfs/getFileset.js.map +1 -0
- package/vepfs/getFilesets.d.ts +22 -0
- package/vepfs/getFilesets.js +24 -0
- package/vepfs/getFilesets.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +12 -1
- package/vepfs/index.js.map +1 -1
- package/vmp/getRuleFile.d.ts +37 -0
- package/vmp/getRuleFile.js +28 -0
- package/vmp/getRuleFile.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +22 -0
- package/vmp/getRuleFiles.js +24 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
- package/vmp/ruleFile.d.ts +172 -0
- package/vmp/ruleFile.js +104 -0
- package/vmp/ruleFile.js.map +1 -0
package/types/input.d.ts
CHANGED
|
@@ -185,6 +185,20 @@ export declare namespace alb {
|
|
|
185
185
|
*/
|
|
186
186
|
weight?: pulumi.Input<number>;
|
|
187
187
|
}
|
|
188
|
+
interface LoadBalancerHealthLog {
|
|
189
|
+
/**
|
|
190
|
+
* Whether to enable access log
|
|
191
|
+
*/
|
|
192
|
+
enabled?: pulumi.Input<boolean>;
|
|
193
|
+
/**
|
|
194
|
+
* TLS project ID bound to access log
|
|
195
|
+
*/
|
|
196
|
+
projectId?: pulumi.Input<string>;
|
|
197
|
+
/**
|
|
198
|
+
* TLS subject ID bound to access log
|
|
199
|
+
*/
|
|
200
|
+
topicId?: pulumi.Input<string>;
|
|
201
|
+
}
|
|
188
202
|
interface LoadBalancerIpv6EipBillingConfig {
|
|
189
203
|
/**
|
|
190
204
|
* Peak bandwidth of IPv6 EIP, in Mbps.
|
|
@@ -209,6 +223,20 @@ export declare namespace alb {
|
|
|
209
223
|
*/
|
|
210
224
|
value?: pulumi.Input<string>;
|
|
211
225
|
}
|
|
226
|
+
interface LoadBalancerTlsAccessLog {
|
|
227
|
+
/**
|
|
228
|
+
* Whether to enable access log
|
|
229
|
+
*/
|
|
230
|
+
enabled?: pulumi.Input<boolean>;
|
|
231
|
+
/**
|
|
232
|
+
* TLS project ID bound to access log
|
|
233
|
+
*/
|
|
234
|
+
projectId?: pulumi.Input<string>;
|
|
235
|
+
/**
|
|
236
|
+
* TLS subject ID bound to access log
|
|
237
|
+
*/
|
|
238
|
+
topicId?: pulumi.Input<string>;
|
|
239
|
+
}
|
|
212
240
|
interface LoadBalancerZoneMapping {
|
|
213
241
|
/**
|
|
214
242
|
* Subnet ID providing services within the availability zone.
|
|
@@ -3878,13 +3906,13 @@ export declare namespace clb {
|
|
|
3878
3906
|
*/
|
|
3879
3907
|
bucketName?: pulumi.Input<string>;
|
|
3880
3908
|
/**
|
|
3881
|
-
*
|
|
3909
|
+
* Enable access log TOS feature?
|
|
3882
3910
|
*/
|
|
3883
|
-
|
|
3911
|
+
enabled?: pulumi.Input<boolean>;
|
|
3884
3912
|
/**
|
|
3885
|
-
* Enable access log
|
|
3913
|
+
* Enable access log TLS feature?
|
|
3886
3914
|
*/
|
|
3887
|
-
|
|
3915
|
+
tlsEnabled?: pulumi.Input<boolean>;
|
|
3888
3916
|
/**
|
|
3889
3917
|
* Log project
|
|
3890
3918
|
*/
|
|
@@ -4392,7 +4420,7 @@ export declare namespace cloudidentity {
|
|
|
4392
4420
|
export declare namespace cloudmonitor {
|
|
4393
4421
|
interface ContactGroupContact {
|
|
4394
4422
|
/**
|
|
4395
|
-
*
|
|
4423
|
+
* Contact ID
|
|
4396
4424
|
*/
|
|
4397
4425
|
contactId?: pulumi.Input<string>;
|
|
4398
4426
|
}
|
|
@@ -6669,6 +6697,139 @@ export declare namespace gtm {
|
|
|
6669
6697
|
*/
|
|
6670
6698
|
weight?: pulumi.Input<number>;
|
|
6671
6699
|
}
|
|
6700
|
+
interface RulePoolSet {
|
|
6701
|
+
/**
|
|
6702
|
+
* Minimum number of available addresses required for the address pool collection to be considered available.
|
|
6703
|
+
*/
|
|
6704
|
+
activeAddrThr?: pulumi.Input<number>;
|
|
6705
|
+
/**
|
|
6706
|
+
* Address pool name.
|
|
6707
|
+
*/
|
|
6708
|
+
name?: pulumi.Input<string>;
|
|
6709
|
+
pools?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPool>[]>;
|
|
6710
|
+
}
|
|
6711
|
+
interface RulePoolSetPool {
|
|
6712
|
+
addresses?: pulumi.Input<pulumi.Input<inputs.gtm.RulePoolSetPoolAddress>[]>;
|
|
6713
|
+
/**
|
|
6714
|
+
* The number of unavailable addresses in the address pool.
|
|
6715
|
+
*/
|
|
6716
|
+
inactiveAddrCount?: pulumi.Input<number>;
|
|
6717
|
+
/**
|
|
6718
|
+
* Address pool name.
|
|
6719
|
+
*/
|
|
6720
|
+
name?: pulumi.Input<string>;
|
|
6721
|
+
/**
|
|
6722
|
+
* Address pool ID.
|
|
6723
|
+
*/
|
|
6724
|
+
poolId?: pulumi.Input<string>;
|
|
6725
|
+
/**
|
|
6726
|
+
* Address pool weight.
|
|
6727
|
+
*/
|
|
6728
|
+
weight?: pulumi.Input<number>;
|
|
6729
|
+
}
|
|
6730
|
+
interface RulePoolSetPoolAddress {
|
|
6731
|
+
/**
|
|
6732
|
+
* Whether the address is available. true: The address is available. false: The address is unavailable.
|
|
6733
|
+
*/
|
|
6734
|
+
active?: pulumi.Input<boolean>;
|
|
6735
|
+
/**
|
|
6736
|
+
* The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
|
|
6737
|
+
*/
|
|
6738
|
+
capacity?: pulumi.Input<number>;
|
|
6739
|
+
/**
|
|
6740
|
+
* This parameter has no practical significance. You can ignore this parameter.
|
|
6741
|
+
*/
|
|
6742
|
+
geo?: pulumi.Input<string>;
|
|
6743
|
+
/**
|
|
6744
|
+
* Latency (ms) for health check probe accessing the target address.
|
|
6745
|
+
*/
|
|
6746
|
+
latency?: pulumi.Input<number>;
|
|
6747
|
+
/**
|
|
6748
|
+
* The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
|
|
6749
|
+
*/
|
|
6750
|
+
mode?: pulumi.Input<string>;
|
|
6751
|
+
/**
|
|
6752
|
+
* The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
|
|
6753
|
+
*/
|
|
6754
|
+
rectifiedGeos?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6755
|
+
/**
|
|
6756
|
+
* Address.
|
|
6757
|
+
*/
|
|
6758
|
+
value?: pulumi.Input<string>;
|
|
6759
|
+
/**
|
|
6760
|
+
* Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
|
|
6761
|
+
*/
|
|
6762
|
+
weight?: pulumi.Input<number>;
|
|
6763
|
+
}
|
|
6764
|
+
interface RuleProbe {
|
|
6765
|
+
/**
|
|
6766
|
+
* Recommended number of health check probe points.
|
|
6767
|
+
*/
|
|
6768
|
+
advisedNodeCount?: pulumi.Input<number>;
|
|
6769
|
+
/**
|
|
6770
|
+
* Whether health checks are disabled. true: disabled. false: not disabled.
|
|
6771
|
+
*/
|
|
6772
|
+
disable?: pulumi.Input<boolean>;
|
|
6773
|
+
/**
|
|
6774
|
+
* The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
|
|
6775
|
+
*/
|
|
6776
|
+
failedCount?: pulumi.Input<number>;
|
|
6777
|
+
/**
|
|
6778
|
+
* Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6779
|
+
*/
|
|
6780
|
+
host?: pulumi.Input<string>;
|
|
6781
|
+
/**
|
|
6782
|
+
* HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6783
|
+
*/
|
|
6784
|
+
httpMethod?: pulumi.Input<string>;
|
|
6785
|
+
httpUsabilityCodes?: pulumi.Input<pulumi.Input<inputs.gtm.RuleProbeHttpUsabilityCode>[]>;
|
|
6786
|
+
/**
|
|
6787
|
+
* The interval between each health check, in seconds.
|
|
6788
|
+
*/
|
|
6789
|
+
interval?: pulumi.Input<number>;
|
|
6790
|
+
/**
|
|
6791
|
+
* Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
|
|
6792
|
+
*/
|
|
6793
|
+
isManualNodes?: pulumi.Input<boolean>;
|
|
6794
|
+
/**
|
|
6795
|
+
* Health check probe point.
|
|
6796
|
+
*/
|
|
6797
|
+
nodes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6798
|
+
/**
|
|
6799
|
+
* Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
|
|
6800
|
+
*/
|
|
6801
|
+
pingCount?: pulumi.Input<number>;
|
|
6802
|
+
/**
|
|
6803
|
+
* Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
|
|
6804
|
+
*/
|
|
6805
|
+
pingLossPercent?: pulumi.Input<number>;
|
|
6806
|
+
/**
|
|
6807
|
+
* Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6808
|
+
*/
|
|
6809
|
+
port?: pulumi.Input<number>;
|
|
6810
|
+
/**
|
|
6811
|
+
* Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
|
|
6812
|
+
*/
|
|
6813
|
+
protocol?: pulumi.Input<string>;
|
|
6814
|
+
/**
|
|
6815
|
+
* The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
|
|
6816
|
+
*/
|
|
6817
|
+
timeout?: pulumi.Input<number>;
|
|
6818
|
+
/**
|
|
6819
|
+
* Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
|
|
6820
|
+
*/
|
|
6821
|
+
url?: pulumi.Input<string>;
|
|
6822
|
+
}
|
|
6823
|
+
interface RuleProbeHttpUsabilityCode {
|
|
6824
|
+
/**
|
|
6825
|
+
* HTTP status code list.
|
|
6826
|
+
*/
|
|
6827
|
+
codes?: pulumi.Input<pulumi.Input<number>[]>;
|
|
6828
|
+
/**
|
|
6829
|
+
* Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
|
|
6830
|
+
*/
|
|
6831
|
+
operator?: pulumi.Input<string>;
|
|
6832
|
+
}
|
|
6672
6833
|
}
|
|
6673
6834
|
export declare namespace hbase {
|
|
6674
6835
|
interface InstanceEndpoint {
|
|
@@ -7366,6 +7527,16 @@ export declare namespace kms {
|
|
|
7366
7527
|
}
|
|
7367
7528
|
}
|
|
7368
7529
|
export declare namespace mongodb {
|
|
7530
|
+
interface AccountAccountPrivilege {
|
|
7531
|
+
/**
|
|
7532
|
+
* Databases for which the account has permissions.
|
|
7533
|
+
*/
|
|
7534
|
+
dbName?: pulumi.Input<string>;
|
|
7535
|
+
/**
|
|
7536
|
+
* Permissions the account has in the current database.
|
|
7537
|
+
*/
|
|
7538
|
+
roleName?: pulumi.Input<string>;
|
|
7539
|
+
}
|
|
7369
7540
|
interface AllowListAssociatedInstance {
|
|
7370
7541
|
/**
|
|
7371
7542
|
* Instance ID bound to the current allowlist.
|
|
@@ -9146,6 +9317,65 @@ export declare namespace rdspostgresql {
|
|
|
9146
9317
|
*/
|
|
9147
9318
|
zoneId: pulumi.Input<string>;
|
|
9148
9319
|
}
|
|
9320
|
+
interface InstanceReplicationSlot {
|
|
9321
|
+
/**
|
|
9322
|
+
* Database associated with the slot
|
|
9323
|
+
*/
|
|
9324
|
+
database?: pulumi.Input<string>;
|
|
9325
|
+
/**
|
|
9326
|
+
* Connected client IP address
|
|
9327
|
+
*/
|
|
9328
|
+
ipAddress?: pulumi.Input<string>;
|
|
9329
|
+
/**
|
|
9330
|
+
* Plugin used by the slot
|
|
9331
|
+
*/
|
|
9332
|
+
plugin?: pulumi.Input<string>;
|
|
9333
|
+
/**
|
|
9334
|
+
* Slot name
|
|
9335
|
+
*/
|
|
9336
|
+
slotName?: pulumi.Input<string>;
|
|
9337
|
+
/**
|
|
9338
|
+
* Slot status
|
|
9339
|
+
*/
|
|
9340
|
+
slotStatus?: pulumi.Input<string>;
|
|
9341
|
+
/**
|
|
9342
|
+
* Slot type
|
|
9343
|
+
*/
|
|
9344
|
+
slotType?: pulumi.Input<string>;
|
|
9345
|
+
/**
|
|
9346
|
+
* Whether it is a temporary slot
|
|
9347
|
+
*/
|
|
9348
|
+
temporary?: pulumi.Input<boolean>;
|
|
9349
|
+
/**
|
|
9350
|
+
* WAL delay size
|
|
9351
|
+
*/
|
|
9352
|
+
walDelay?: pulumi.Input<number>;
|
|
9353
|
+
}
|
|
9354
|
+
interface InstanceRestoreToExistedInstance {
|
|
9355
|
+
/**
|
|
9356
|
+
* Backup set ID
|
|
9357
|
+
*/
|
|
9358
|
+
backupId?: pulumi.Input<string>;
|
|
9359
|
+
databases?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.InstanceRestoreToExistedInstanceDatabase>[]>;
|
|
9360
|
+
/**
|
|
9361
|
+
* Source instance ID
|
|
9362
|
+
*/
|
|
9363
|
+
sourceDbInstanceId?: pulumi.Input<string>;
|
|
9364
|
+
/**
|
|
9365
|
+
* Database account for the target instance
|
|
9366
|
+
*/
|
|
9367
|
+
targetDbInstanceAccount?: pulumi.Input<string>;
|
|
9368
|
+
}
|
|
9369
|
+
interface InstanceRestoreToExistedInstanceDatabase {
|
|
9370
|
+
/**
|
|
9371
|
+
* Source database name
|
|
9372
|
+
*/
|
|
9373
|
+
dbName?: pulumi.Input<string>;
|
|
9374
|
+
/**
|
|
9375
|
+
* Name of the new database after restoration
|
|
9376
|
+
*/
|
|
9377
|
+
newDbName?: pulumi.Input<string>;
|
|
9378
|
+
}
|
|
9149
9379
|
interface InstanceTag {
|
|
9150
9380
|
/**
|
|
9151
9381
|
* Tag key
|