@volcengine/pulumi 0.0.17 → 0.0.20
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/autoscaling/scalingGroup.d.ts +1 -1
- package/bioos/cluster.d.ts +11 -11
- package/bioos/cluster.js +6 -6
- package/bioos/cluster.js.map +1 -1
- package/bioos/clusters.d.ts +3 -0
- package/bioos/clusters.js.map +1 -1
- package/bioos/workspace.d.ts +1 -1
- package/cen/grantInstance.d.ts +1 -1
- package/cen/grantInstance.js +1 -1
- package/clb/acl.d.ts +1 -1
- package/clb/certificate.d.ts +1 -1
- package/clb/clb.d.ts +68 -18
- package/clb/clb.js +38 -17
- package/clb/clb.js.map +1 -1
- package/clb/listener.d.ts +101 -0
- package/clb/listener.js +26 -0
- package/clb/listener.js.map +1 -1
- package/clb/serverGroup.d.ts +12 -0
- package/clb/serverGroup.js +2 -0
- package/clb/serverGroup.js.map +1 -1
- package/cr/registry.d.ts +1 -1
- package/cr/registry.js +1 -1
- package/direct_connect/bgpPeer.d.ts +175 -0
- package/direct_connect/bgpPeer.js +100 -0
- package/direct_connect/bgpPeer.js.map +1 -0
- package/direct_connect/bgpPeers.d.ts +129 -0
- package/direct_connect/bgpPeers.js +52 -0
- package/direct_connect/bgpPeers.js.map +1 -0
- package/direct_connect/connection.d.ts +217 -0
- package/direct_connect/connection.js +133 -0
- package/direct_connect/connection.js.map +1 -0
- package/direct_connect/connections.d.ts +154 -0
- package/direct_connect/connections.js +54 -0
- package/direct_connect/connections.js.map +1 -0
- package/direct_connect/gateway.d.ts +100 -0
- package/direct_connect/gateway.js +79 -0
- package/direct_connect/gateway.js.map +1 -0
- package/direct_connect/gatewayRoute.d.ts +143 -0
- package/direct_connect/gatewayRoute.js +97 -0
- package/direct_connect/gatewayRoute.js.map +1 -0
- package/direct_connect/gatewayRoutes.d.ts +141 -0
- package/direct_connect/gatewayRoutes.js +58 -0
- package/direct_connect/gatewayRoutes.js.map +1 -0
- package/direct_connect/gateways.d.ts +118 -0
- package/direct_connect/gateways.js +51 -0
- package/direct_connect/gateways.js.map +1 -0
- package/direct_connect/index.d.ts +30 -0
- package/direct_connect/index.js +57 -0
- package/direct_connect/index.js.map +1 -0
- package/direct_connect/virtualInterface.d.ts +263 -0
- package/direct_connect/virtualInterface.js +127 -0
- package/direct_connect/virtualInterface.js.map +1 -0
- package/direct_connect/virtualInterfaces.d.ts +178 -0
- package/direct_connect/virtualInterfaces.js +56 -0
- package/direct_connect/virtualInterfaces.js.map +1 -0
- package/ebs/volume.d.ts +1 -1
- package/ecs/availableResources.d.ts +114 -0
- package/ecs/availableResources.js +50 -0
- package/ecs/availableResources.js.map +1 -0
- package/ecs/command.d.ts +157 -0
- package/ecs/command.js +93 -0
- package/ecs/command.js.map +1 -0
- package/ecs/commands.d.ts +132 -0
- package/ecs/commands.js +52 -0
- package/ecs/commands.js.map +1 -0
- package/ecs/index.d.ts +21 -0
- package/ecs/index.js +26 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +25 -4
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/invocation.d.ts +223 -0
- package/ecs/invocation.js +118 -0
- package/ecs/invocation.js.map +1 -0
- package/ecs/invocationResults.d.ts +116 -0
- package/ecs/invocationResults.js +51 -0
- package/ecs/invocationResults.js.map +1 -0
- package/ecs/invocations.d.ts +161 -0
- package/ecs/invocations.js +56 -0
- package/ecs/invocations.js.map +1 -0
- package/ecs/regions.d.ts +75 -0
- package/ecs/regions.js +47 -0
- package/ecs/regions.js.map +1 -0
- package/eip/address.d.ts +1 -1
- package/escloud/instance.d.ts +26 -13
- package/escloud/instance.js +26 -13
- package/escloud/instance.js.map +1 -1
- package/escloud/instances.d.ts +100 -6
- package/escloud/instances.js +100 -6
- package/escloud/instances.js.map +1 -1
- package/iam/index.d.ts +15 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/userGroup.d.ts +95 -0
- package/iam/userGroup.js +79 -0
- package/iam/userGroup.js.map +1 -0
- package/iam/userGroupAttachment.d.ts +92 -0
- package/iam/userGroupAttachment.js +89 -0
- package/iam/userGroupAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachment.d.ts +105 -0
- package/iam/userGroupPolicyAttachment.js +95 -0
- package/iam/userGroupPolicyAttachment.js.map +1 -0
- package/iam/userGroupPolicyAttachments.d.ts +107 -0
- package/iam/userGroupPolicyAttachments.js +78 -0
- package/iam/userGroupPolicyAttachments.js.map +1 -0
- package/iam/userGroups.d.ts +87 -0
- package/iam/userGroups.js +59 -0
- package/iam/userGroups.js.map +1 -0
- package/index.d.ts +4 -1
- package/index.js +7 -1
- package/index.js.map +1 -1
- package/nas/fileSystem.d.ts +241 -0
- package/nas/fileSystem.js +123 -0
- package/nas/fileSystem.js.map +1 -0
- package/nas/fileSystems.d.ts +231 -0
- package/nas/fileSystems.js +90 -0
- package/nas/fileSystems.js.map +1 -0
- package/nas/index.d.ts +30 -0
- package/nas/index.js +55 -0
- package/nas/index.js.map +1 -0
- package/nas/mountPoint.d.ts +103 -0
- package/nas/mountPoint.js +80 -0
- package/nas/mountPoint.js.map +1 -0
- package/nas/mountPoints.d.ts +91 -0
- package/nas/mountPoints.js +29 -0
- package/nas/mountPoints.js.map +1 -0
- package/nas/permissionGroup.d.ts +116 -0
- package/nas/permissionGroup.js +92 -0
- package/nas/permissionGroup.js.map +1 -0
- package/nas/permissionGroups.d.ts +116 -0
- package/nas/permissionGroups.js +87 -0
- package/nas/permissionGroups.js.map +1 -0
- package/nas/regions.d.ts +62 -0
- package/nas/regions.js +42 -0
- package/nas/regions.js.map +1 -0
- package/nas/snapshot.d.ts +167 -0
- package/nas/snapshot.js +100 -0
- package/nas/snapshot.js.map +1 -0
- package/nas/snapshots.d.ts +131 -0
- package/nas/snapshots.js +59 -0
- package/nas/snapshots.js.map +1 -0
- package/nas/zones.d.ts +62 -0
- package/nas/zones.js +42 -0
- package/nas/zones.js.map +1 -0
- package/nat/gateway.d.ts +1 -1
- package/package.json +2 -2
- package/rds_mysql/account.d.ts +48 -4
- package/rds_mysql/account.js +48 -4
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accounts.d.ts +106 -6
- package/rds_mysql/accounts.js +106 -6
- package/rds_mysql/accounts.js.map +1 -1
- package/rds_mysql/allowlist.d.ts +7 -3
- package/rds_mysql/allowlist.js +7 -3
- package/rds_mysql/allowlist.js.map +1 -1
- package/rds_mysql/allowlistAssociate.d.ts +47 -3
- package/rds_mysql/allowlistAssociate.js +47 -3
- package/rds_mysql/allowlistAssociate.js.map +1 -1
- package/rds_mysql/allowlists.d.ts +102 -4
- package/rds_mysql/allowlists.js +102 -4
- package/rds_mysql/allowlists.js.map +1 -1
- package/rds_mysql/database.d.ts +38 -4
- package/rds_mysql/database.js +38 -4
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/databases.d.ts +84 -6
- package/rds_mysql/databases.js +84 -6
- package/rds_mysql/databases.js.map +1 -1
- package/rds_mysql/instance.d.ts +18 -15
- package/rds_mysql/instance.js +17 -14
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +38 -3
- package/rds_mysql/instanceReadonlyNode.js +38 -3
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +74 -4
- package/rds_mysql/instances.js +74 -4
- package/rds_mysql/instances.js.map +1 -1
- package/redis/account.d.ts +32 -5
- package/redis/account.js +32 -5
- package/redis/account.js.map +1 -1
- package/redis/accounts.d.ts +74 -4
- package/redis/accounts.js +74 -4
- package/redis/accounts.js.map +1 -1
- package/redis/allowList.d.ts +2 -2
- package/redis/allowList.js +2 -2
- package/redis/allowListAssociate.d.ts +34 -6
- package/redis/allowListAssociate.js +34 -6
- package/redis/allowListAssociate.js.map +1 -1
- package/redis/allowLists.d.ts +78 -2
- package/redis/allowLists.js +78 -2
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +29 -1
- package/redis/backup.js +29 -1
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +33 -3
- package/redis/backupRestore.js +33 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +68 -6
- package/redis/backups.js +68 -6
- package/redis/backups.js.map +1 -1
- package/redis/continuousBackup.d.ts +29 -1
- package/redis/continuousBackup.js +29 -1
- package/redis/continuousBackup.js.map +1 -1
- package/redis/endpoint.d.ts +37 -3
- package/redis/endpoint.js +37 -3
- package/redis/endpoint.js.map +1 -1
- package/redis/instance.d.ts +47 -35
- package/redis/instance.js +41 -32
- package/redis/instance.js.map +1 -1
- package/redis/instances.d.ts +60 -4
- package/redis/instances.js +60 -4
- package/redis/instances.js.map +1 -1
- package/tls/alarmNotifyGroup.d.ts +1 -1
- package/tls/index_.d.ts +33 -8
- package/tls/index_.js +23 -8
- package/tls/index_.js.map +1 -1
- package/tls/indexes.d.ts +2 -2
- package/tls/indexes.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +211 -0
- package/transit_router/bandwidthPackage.js +102 -0
- package/transit_router/bandwidthPackage.js.map +1 -0
- package/transit_router/bandwidthPackages.d.ts +115 -0
- package/transit_router/bandwidthPackages.js +65 -0
- package/transit_router/bandwidthPackages.js.map +1 -0
- package/transit_router/directConnectGatewayAttachment.d.ts +116 -0
- package/transit_router/directConnectGatewayAttachment.js +87 -0
- package/transit_router/directConnectGatewayAttachment.js.map +1 -0
- package/transit_router/directConnectGatewayAttachments.d.ts +99 -0
- package/transit_router/directConnectGatewayAttachments.js +48 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -0
- package/transit_router/grantRule.d.ts +95 -0
- package/transit_router/grantRule.js +82 -0
- package/transit_router/grantRule.js.map +1 -0
- package/transit_router/grantRules.d.ts +90 -0
- package/transit_router/grantRules.js +47 -0
- package/transit_router/grantRules.js.map +1 -0
- package/transit_router/index.d.ts +69 -0
- package/transit_router/index.js +110 -0
- package/transit_router/index.js.map +1 -0
- package/transit_router/peerAttachment.d.ts +179 -0
- package/transit_router/peerAttachment.js +105 -0
- package/transit_router/peerAttachment.js.map +1 -0
- package/transit_router/peerAttachments.d.ts +132 -0
- package/transit_router/peerAttachments.js +52 -0
- package/transit_router/peerAttachments.js.map +1 -0
- package/transit_router/routeEntries.d.ts +122 -0
- package/transit_router/routeEntries.js +52 -0
- package/transit_router/routeEntries.js.map +1 -0
- package/transit_router/routeEntry.d.ts +173 -0
- package/transit_router/routeEntry.js +103 -0
- package/transit_router/routeEntry.js.map +1 -0
- package/transit_router/routeTable.d.ts +135 -0
- package/transit_router/routeTable.js +89 -0
- package/transit_router/routeTable.js.map +1 -0
- package/transit_router/routeTableAssociation.d.ts +82 -0
- package/transit_router/routeTableAssociation.js +79 -0
- package/transit_router/routeTableAssociation.js.map +1 -0
- package/transit_router/routeTableAssociations.d.ts +92 -0
- package/transit_router/routeTableAssociations.js +49 -0
- package/transit_router/routeTableAssociations.js.map +1 -0
- package/transit_router/routeTablePropagation.d.ts +82 -0
- package/transit_router/routeTablePropagation.js +79 -0
- package/transit_router/routeTablePropagation.js.map +1 -0
- package/transit_router/routeTablePropagations.d.ts +92 -0
- package/transit_router/routeTablePropagations.js +49 -0
- package/transit_router/routeTablePropagations.js.map +1 -0
- package/transit_router/routeTables.d.ts +98 -0
- package/transit_router/routeTables.js +50 -0
- package/transit_router/routeTables.js.map +1 -0
- package/transit_router/sharedTransitRouterState.d.ts +82 -0
- package/transit_router/sharedTransitRouterState.js +79 -0
- package/transit_router/sharedTransitRouterState.js.map +1 -0
- package/transit_router/transitRouter.d.ts +148 -0
- package/transit_router/transitRouter.js +89 -0
- package/transit_router/transitRouter.js.map +1 -0
- package/transit_router/transitRouters.d.ts +89 -0
- package/transit_router/transitRouters.js +50 -0
- package/transit_router/transitRouters.js.map +1 -0
- package/transit_router/vpcAttachment.d.ts +164 -0
- package/transit_router/vpcAttachment.js +108 -0
- package/transit_router/vpcAttachment.js.map +1 -0
- package/transit_router/vpcAttachments.d.ts +101 -0
- package/transit_router/vpcAttachments.js +50 -0
- package/transit_router/vpcAttachments.js.map +1 -0
- package/transit_router/vpnAttachment.d.ts +153 -0
- package/transit_router/vpnAttachment.js +99 -0
- package/transit_router/vpnAttachment.js.map +1 -0
- package/transit_router/vpnAttachments.d.ts +101 -0
- package/transit_router/vpnAttachments.js +50 -0
- package/transit_router/vpnAttachments.js.map +1 -0
- package/types/input.d.ts +320 -2
- package/types/output.d.ts +5482 -3219
- package/vke/index.d.ts +3 -0
- package/vke/index.js +4 -1
- package/vke/index.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +80 -0
- package/vke/supportResourceTypes.js +44 -0
- package/vke/supportResourceTypes.js.map +1 -0
- package/vpc/haVip.d.ts +206 -0
- package/vpc/haVip.js +120 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/haVipAssociate.d.ts +131 -0
- package/vpc/haVipAssociate.js +118 -0
- package/vpc/haVipAssociate.js.map +1 -0
- package/vpc/haVips.d.ts +192 -0
- package/vpc/haVips.js +90 -0
- package/vpc/haVips.js.map +1 -0
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +22 -1
- package/vpc/index.js.map +1 -1
- package/vpc/networkAcl.d.ts +1 -1
- package/vpc/networkInterface.d.ts +31 -1
- package/vpc/networkInterface.js +4 -0
- package/vpc/networkInterface.js.map +1 -1
- package/vpc/prefixList.d.ts +166 -0
- package/vpc/prefixList.js +106 -0
- package/vpc/prefixList.js.map +1 -0
- package/vpc/prefixLists.d.ts +151 -0
- package/vpc/prefixLists.js +92 -0
- package/vpc/prefixLists.js.map +1 -0
- package/vpc/routeTable.d.ts +1 -1
- package/vpc/securityGroup.d.ts +2 -2
- package/vpc/securityGroup.js +1 -1
- package/vpc/vpc.d.ts +1 -1
- package/vpn/connection.d.ts +1 -1
- package/vpn/customerGateway.d.ts +1 -1
- package/vpn/gateway.d.ts +37 -1
- package/vpn/gateway.js +6 -0
- package/vpn/gateway.js.map +1 -1
- package/vpn/index.d.ts +12 -0
- package/vpn/index.js +17 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +201 -0
- package/vpn/sslVpnClientCert.js +131 -0
- package/vpn/sslVpnClientCert.js.map +1 -0
- package/vpn/sslVpnClientCerts.d.ts +192 -0
- package/vpn/sslVpnClientCerts.js +134 -0
- package/vpn/sslVpnClientCerts.js.map +1 -0
- package/vpn/sslVpnServer.d.ts +231 -0
- package/vpn/sslVpnServer.js +128 -0
- package/vpn/sslVpnServer.js.map +1 -0
- package/vpn/sslVpnServers.d.ts +167 -0
- package/vpn/sslVpnServers.js +117 -0
- package/vpn/sslVpnServers.js.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpnAttachment.js","sourceRoot":"","sources":["../../transit_router/vpnAttachment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of transit router vpn attachments
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const default = volcengine.transit_router.VpnAttachments({
|
|
12
|
+
* ids: ["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
|
|
13
|
+
* transitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function vpnAttachments(args: VpnAttachmentsArgs, opts?: pulumi.InvokeOptions): Promise<VpnAttachmentsResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking VpnAttachments.
|
|
20
|
+
*/
|
|
21
|
+
export interface VpnAttachmentsArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The ID list of the VPN attachment.
|
|
24
|
+
*/
|
|
25
|
+
ids?: string[];
|
|
26
|
+
/**
|
|
27
|
+
* File name where to save data source results.
|
|
28
|
+
*/
|
|
29
|
+
outputFile?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The id of the transit router.
|
|
32
|
+
*/
|
|
33
|
+
transitRouterId: string;
|
|
34
|
+
/**
|
|
35
|
+
* The ID of the IPSec connection.
|
|
36
|
+
*/
|
|
37
|
+
vpnConnectionId?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A collection of values returned by VpnAttachments.
|
|
41
|
+
*/
|
|
42
|
+
export interface VpnAttachmentsResult {
|
|
43
|
+
/**
|
|
44
|
+
* The collection of query.
|
|
45
|
+
*/
|
|
46
|
+
readonly attachments: outputs.transit_router.VpnAttachmentsAttachment[];
|
|
47
|
+
/**
|
|
48
|
+
* The provider-assigned unique ID for this managed resource.
|
|
49
|
+
*/
|
|
50
|
+
readonly id: string;
|
|
51
|
+
readonly ids?: string[];
|
|
52
|
+
readonly outputFile?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The total count of query.
|
|
55
|
+
*/
|
|
56
|
+
readonly totalCount: number;
|
|
57
|
+
/**
|
|
58
|
+
* The id of the transit router.
|
|
59
|
+
*/
|
|
60
|
+
readonly transitRouterId: string;
|
|
61
|
+
/**
|
|
62
|
+
* The ID of the IPSec connection.
|
|
63
|
+
*/
|
|
64
|
+
readonly vpnConnectionId?: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Use this data source to query detailed information of transit router vpn attachments
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
73
|
+
*
|
|
74
|
+
* const default = volcengine.transit_router.VpnAttachments({
|
|
75
|
+
* ids: ["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
|
|
76
|
+
* transitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
|
|
77
|
+
* });
|
|
78
|
+
* ```
|
|
79
|
+
*/
|
|
80
|
+
export declare function vpnAttachmentsOutput(args: VpnAttachmentsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<VpnAttachmentsResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking VpnAttachments.
|
|
83
|
+
*/
|
|
84
|
+
export interface VpnAttachmentsOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* The ID list of the VPN attachment.
|
|
87
|
+
*/
|
|
88
|
+
ids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
|
+
/**
|
|
90
|
+
* File name where to save data source results.
|
|
91
|
+
*/
|
|
92
|
+
outputFile?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The id of the transit router.
|
|
95
|
+
*/
|
|
96
|
+
transitRouterId: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The ID of the IPSec connection.
|
|
99
|
+
*/
|
|
100
|
+
vpnConnectionId?: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.vpnAttachmentsOutput = exports.vpnAttachments = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of transit router vpn attachments
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const default = volcengine.transit_router.VpnAttachments({
|
|
17
|
+
* ids: ["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
|
|
18
|
+
* transitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function vpnAttachments(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:transit_router/vpnAttachments:VpnAttachments", {
|
|
25
|
+
"ids": args.ids,
|
|
26
|
+
"outputFile": args.outputFile,
|
|
27
|
+
"transitRouterId": args.transitRouterId,
|
|
28
|
+
"vpnConnectionId": args.vpnConnectionId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.vpnAttachments = vpnAttachments;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of transit router vpn attachments
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const default = volcengine.transit_router.VpnAttachments({
|
|
41
|
+
* ids: ["tr-attach-3rf2xi7ae6y9s5zsk2hm6pibt"],
|
|
42
|
+
* transitRouterId: "tr-2d6fr7f39unsw58ozfe1ow21x",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function vpnAttachmentsOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => vpnAttachments(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.vpnAttachmentsOutput = vpnAttachmentsOutput;
|
|
50
|
+
//# sourceMappingURL=vpnAttachments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpnAttachments.js","sourceRoot":"","sources":["../../transit_router/vpnAttachments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AAmDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
package/types/input.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export declare namespace autoscaling {
|
|
|
54
54
|
export declare namespace bioos {
|
|
55
55
|
interface ClusterSharedConfig {
|
|
56
56
|
/**
|
|
57
|
-
* Whether to enable a shared cluster.
|
|
57
|
+
* Whether to enable a shared cluster. This value must be `true`.
|
|
58
58
|
*/
|
|
59
59
|
enable: pulumi.Input<boolean>;
|
|
60
60
|
}
|
|
@@ -377,6 +377,98 @@ export declare namespace cr {
|
|
|
377
377
|
vpcId?: pulumi.Input<string>;
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
+
export declare namespace direct_connect {
|
|
381
|
+
interface ConnectionTag {
|
|
382
|
+
/**
|
|
383
|
+
* The tag key.
|
|
384
|
+
*/
|
|
385
|
+
key?: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* The tag value.
|
|
388
|
+
*/
|
|
389
|
+
value?: pulumi.Input<string>;
|
|
390
|
+
}
|
|
391
|
+
interface ConnectionsTagFilter {
|
|
392
|
+
/**
|
|
393
|
+
* The tag key of cloud resource instance.
|
|
394
|
+
*/
|
|
395
|
+
key?: string;
|
|
396
|
+
/**
|
|
397
|
+
* The tag value of cloud resource instance.
|
|
398
|
+
*/
|
|
399
|
+
value?: string;
|
|
400
|
+
}
|
|
401
|
+
interface ConnectionsTagFilterArgs {
|
|
402
|
+
/**
|
|
403
|
+
* The tag key of cloud resource instance.
|
|
404
|
+
*/
|
|
405
|
+
key?: pulumi.Input<string>;
|
|
406
|
+
/**
|
|
407
|
+
* The tag value of cloud resource instance.
|
|
408
|
+
*/
|
|
409
|
+
value?: pulumi.Input<string>;
|
|
410
|
+
}
|
|
411
|
+
interface GatewayTag {
|
|
412
|
+
/**
|
|
413
|
+
* The tag key.
|
|
414
|
+
*/
|
|
415
|
+
key?: pulumi.Input<string>;
|
|
416
|
+
/**
|
|
417
|
+
* The tag value.
|
|
418
|
+
*/
|
|
419
|
+
value?: pulumi.Input<string>;
|
|
420
|
+
}
|
|
421
|
+
interface GatewaysTagFilter {
|
|
422
|
+
/**
|
|
423
|
+
* The tag key of cloud resource instance.
|
|
424
|
+
*/
|
|
425
|
+
key?: string;
|
|
426
|
+
/**
|
|
427
|
+
* The tag value of cloud resource instance.
|
|
428
|
+
*/
|
|
429
|
+
value?: string;
|
|
430
|
+
}
|
|
431
|
+
interface GatewaysTagFilterArgs {
|
|
432
|
+
/**
|
|
433
|
+
* The tag key of cloud resource instance.
|
|
434
|
+
*/
|
|
435
|
+
key?: pulumi.Input<string>;
|
|
436
|
+
/**
|
|
437
|
+
* The tag value of cloud resource instance.
|
|
438
|
+
*/
|
|
439
|
+
value?: pulumi.Input<string>;
|
|
440
|
+
}
|
|
441
|
+
interface VirtualInterfaceTag {
|
|
442
|
+
/**
|
|
443
|
+
* The tag key.
|
|
444
|
+
*/
|
|
445
|
+
key?: pulumi.Input<string>;
|
|
446
|
+
/**
|
|
447
|
+
* The tag value.
|
|
448
|
+
*/
|
|
449
|
+
value?: pulumi.Input<string>;
|
|
450
|
+
}
|
|
451
|
+
interface VirtualInterfacesTagFilter {
|
|
452
|
+
/**
|
|
453
|
+
* The tag key of cloud resource instance.
|
|
454
|
+
*/
|
|
455
|
+
key?: string;
|
|
456
|
+
/**
|
|
457
|
+
* The tag value of cloud resource instance.
|
|
458
|
+
*/
|
|
459
|
+
value?: string;
|
|
460
|
+
}
|
|
461
|
+
interface VirtualInterfacesTagFilterArgs {
|
|
462
|
+
/**
|
|
463
|
+
* The tag key of cloud resource instance.
|
|
464
|
+
*/
|
|
465
|
+
key?: pulumi.Input<string>;
|
|
466
|
+
/**
|
|
467
|
+
* The tag value of cloud resource instance.
|
|
468
|
+
*/
|
|
469
|
+
value?: pulumi.Input<string>;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
380
472
|
export declare namespace ebs {
|
|
381
473
|
}
|
|
382
474
|
export declare namespace ecs {
|
|
@@ -647,6 +739,78 @@ export declare namespace mongodb {
|
|
|
647
739
|
value: pulumi.Input<string>;
|
|
648
740
|
}
|
|
649
741
|
}
|
|
742
|
+
export declare namespace nas {
|
|
743
|
+
interface FileSystemTag {
|
|
744
|
+
/**
|
|
745
|
+
* The Key of Tags.
|
|
746
|
+
*/
|
|
747
|
+
key: pulumi.Input<string>;
|
|
748
|
+
/**
|
|
749
|
+
* The Value of Tags.
|
|
750
|
+
*/
|
|
751
|
+
value: pulumi.Input<string>;
|
|
752
|
+
}
|
|
753
|
+
interface FileSystemsTag {
|
|
754
|
+
/**
|
|
755
|
+
* The Key of Tags.
|
|
756
|
+
*/
|
|
757
|
+
key: string;
|
|
758
|
+
/**
|
|
759
|
+
* The Value of Tags.
|
|
760
|
+
*/
|
|
761
|
+
value: string;
|
|
762
|
+
}
|
|
763
|
+
interface FileSystemsTagArgs {
|
|
764
|
+
/**
|
|
765
|
+
* The Key of Tags.
|
|
766
|
+
*/
|
|
767
|
+
key: pulumi.Input<string>;
|
|
768
|
+
/**
|
|
769
|
+
* The Value of Tags.
|
|
770
|
+
*/
|
|
771
|
+
value: pulumi.Input<string>;
|
|
772
|
+
}
|
|
773
|
+
interface PermissionGroupPermissionRule {
|
|
774
|
+
/**
|
|
775
|
+
* Client IP addresses that are allowed access.
|
|
776
|
+
*/
|
|
777
|
+
cidrIp: pulumi.Input<string>;
|
|
778
|
+
/**
|
|
779
|
+
* Permission group read and write rules. The value description is as follows:
|
|
780
|
+
* `RW`: Allows reading and writing.
|
|
781
|
+
* `RO`: read-only mode.
|
|
782
|
+
*/
|
|
783
|
+
rwMode: pulumi.Input<string>;
|
|
784
|
+
/**
|
|
785
|
+
* Permission group user permissions. The value description is as follows:
|
|
786
|
+
* `All_squash`: All access users are mapped to anonymous users or user groups.
|
|
787
|
+
* `No_all_squash`: The access user is first matched with the local user, and then mapped to an anonymous user or user group after the match fails.
|
|
788
|
+
* `Root_squash`: Map the Root user as an anonymous user or user group.
|
|
789
|
+
* `No_root_squash`: The Root user maintains the Root account authority.
|
|
790
|
+
*/
|
|
791
|
+
useMode: pulumi.Input<string>;
|
|
792
|
+
}
|
|
793
|
+
interface PermissionGroupsFilter {
|
|
794
|
+
/**
|
|
795
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
796
|
+
*/
|
|
797
|
+
key: string;
|
|
798
|
+
/**
|
|
799
|
+
* The value of the filter item.
|
|
800
|
+
*/
|
|
801
|
+
value: string;
|
|
802
|
+
}
|
|
803
|
+
interface PermissionGroupsFilterArgs {
|
|
804
|
+
/**
|
|
805
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
806
|
+
*/
|
|
807
|
+
key: pulumi.Input<string>;
|
|
808
|
+
/**
|
|
809
|
+
* The value of the filter item.
|
|
810
|
+
*/
|
|
811
|
+
value: pulumi.Input<string>;
|
|
812
|
+
}
|
|
813
|
+
}
|
|
650
814
|
export declare namespace nat {
|
|
651
815
|
interface GatewayTag {
|
|
652
816
|
/**
|
|
@@ -1430,6 +1594,46 @@ export declare namespace tls {
|
|
|
1430
1594
|
*/
|
|
1431
1595
|
valueType: pulumi.Input<string>;
|
|
1432
1596
|
}
|
|
1597
|
+
interface IndexUserInnerKeyValue {
|
|
1598
|
+
/**
|
|
1599
|
+
* Whether the value is case sensitive.
|
|
1600
|
+
*/
|
|
1601
|
+
caseSensitive?: pulumi.Input<boolean>;
|
|
1602
|
+
/**
|
|
1603
|
+
* The delimiter of the value.
|
|
1604
|
+
*/
|
|
1605
|
+
delimiter?: pulumi.Input<string>;
|
|
1606
|
+
/**
|
|
1607
|
+
* Whether the value include chinese.
|
|
1608
|
+
*/
|
|
1609
|
+
includeChinese?: pulumi.Input<boolean>;
|
|
1610
|
+
/**
|
|
1611
|
+
* The JSON subfield key value index.
|
|
1612
|
+
*/
|
|
1613
|
+
jsonKeys?: pulumi.Input<pulumi.Input<inputs.tls.IndexUserInnerKeyValueJsonKey>[]>;
|
|
1614
|
+
/**
|
|
1615
|
+
* The key of the KeyValueInfo.
|
|
1616
|
+
*/
|
|
1617
|
+
key: pulumi.Input<string>;
|
|
1618
|
+
/**
|
|
1619
|
+
* Whether the filed is enabled for analysis.
|
|
1620
|
+
*/
|
|
1621
|
+
sqlFlag?: pulumi.Input<boolean>;
|
|
1622
|
+
/**
|
|
1623
|
+
* The type of value. Valid values: `long`, `double`, `text`, `json`.
|
|
1624
|
+
*/
|
|
1625
|
+
valueType: pulumi.Input<string>;
|
|
1626
|
+
}
|
|
1627
|
+
interface IndexUserInnerKeyValueJsonKey {
|
|
1628
|
+
/**
|
|
1629
|
+
* The key of the subfield key value index.
|
|
1630
|
+
*/
|
|
1631
|
+
key: pulumi.Input<string>;
|
|
1632
|
+
/**
|
|
1633
|
+
* The type of value. Valid values: `long`, `double`, `text`.
|
|
1634
|
+
*/
|
|
1635
|
+
valueType: pulumi.Input<string>;
|
|
1636
|
+
}
|
|
1433
1637
|
interface ProjectTag {
|
|
1434
1638
|
/**
|
|
1435
1639
|
* The Key of Tags.
|
|
@@ -1759,6 +1963,70 @@ export declare namespace tos {
|
|
|
1759
1963
|
permission: pulumi.Input<string>;
|
|
1760
1964
|
}
|
|
1761
1965
|
}
|
|
1966
|
+
export declare namespace transit_router {
|
|
1967
|
+
interface BandwidthPackageAllocation {
|
|
1968
|
+
/**
|
|
1969
|
+
* The delete time of the transit router bandwidth package.
|
|
1970
|
+
*/
|
|
1971
|
+
allocateTime?: pulumi.Input<string>;
|
|
1972
|
+
/**
|
|
1973
|
+
* The delete time of the transit router bandwidth package.
|
|
1974
|
+
*/
|
|
1975
|
+
deleteTime?: pulumi.Input<string>;
|
|
1976
|
+
/**
|
|
1977
|
+
* The local region id of the transit router.
|
|
1978
|
+
*/
|
|
1979
|
+
localRegionId?: pulumi.Input<string>;
|
|
1980
|
+
/**
|
|
1981
|
+
* The ID of the peer attachment.
|
|
1982
|
+
*/
|
|
1983
|
+
transitRouterPeerAttachmentId?: pulumi.Input<string>;
|
|
1984
|
+
}
|
|
1985
|
+
interface TransitRouterTransitRouterAttachment {
|
|
1986
|
+
/**
|
|
1987
|
+
* The create time.
|
|
1988
|
+
*/
|
|
1989
|
+
creationTime?: pulumi.Input<string>;
|
|
1990
|
+
/**
|
|
1991
|
+
* The id of resource.
|
|
1992
|
+
*/
|
|
1993
|
+
resourceId?: pulumi.Input<string>;
|
|
1994
|
+
/**
|
|
1995
|
+
* The type of resource.
|
|
1996
|
+
*/
|
|
1997
|
+
resourceType?: pulumi.Input<string>;
|
|
1998
|
+
/**
|
|
1999
|
+
* The status of the transit router.
|
|
2000
|
+
*/
|
|
2001
|
+
status?: pulumi.Input<string>;
|
|
2002
|
+
/**
|
|
2003
|
+
* The id of transit router attachment.
|
|
2004
|
+
*/
|
|
2005
|
+
transitRouterAttachmentId?: pulumi.Input<string>;
|
|
2006
|
+
/**
|
|
2007
|
+
* The name of transit router attachment.
|
|
2008
|
+
*/
|
|
2009
|
+
transitRouterAttachmentName?: pulumi.Input<string>;
|
|
2010
|
+
/**
|
|
2011
|
+
* The id of transit router route table.
|
|
2012
|
+
*/
|
|
2013
|
+
transitRouterRouteTableId?: pulumi.Input<string>;
|
|
2014
|
+
/**
|
|
2015
|
+
* The update time.
|
|
2016
|
+
*/
|
|
2017
|
+
updateTime?: pulumi.Input<string>;
|
|
2018
|
+
}
|
|
2019
|
+
interface VpcAttachmentAttachPoint {
|
|
2020
|
+
/**
|
|
2021
|
+
* The id of subnet.
|
|
2022
|
+
*/
|
|
2023
|
+
subnetId: pulumi.Input<string>;
|
|
2024
|
+
/**
|
|
2025
|
+
* The id of zone.
|
|
2026
|
+
*/
|
|
2027
|
+
zoneId: pulumi.Input<string>;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
1762
2030
|
export declare namespace veenedge {
|
|
1763
2031
|
interface CloudServerBillingConfig {
|
|
1764
2032
|
/**
|
|
@@ -2407,7 +2675,7 @@ export declare namespace vke {
|
|
|
2407
2675
|
*/
|
|
2408
2676
|
instanceChargeType?: pulumi.Input<string>;
|
|
2409
2677
|
/**
|
|
2410
|
-
* The InstanceTypeIds of NodeConfig.
|
|
2678
|
+
* The InstanceTypeIds of NodeConfig. The value can get from volcengine.vke.SupportResourceTypes datasource.
|
|
2411
2679
|
*/
|
|
2412
2680
|
instanceTypeIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
2413
2681
|
/**
|
|
@@ -2647,6 +2915,56 @@ export declare namespace vpc {
|
|
|
2647
2915
|
*/
|
|
2648
2916
|
value: pulumi.Input<string>;
|
|
2649
2917
|
}
|
|
2918
|
+
interface PrefixListPrefixListAssociation {
|
|
2919
|
+
/**
|
|
2920
|
+
* Associated resource ID.
|
|
2921
|
+
*/
|
|
2922
|
+
resourceId?: pulumi.Input<string>;
|
|
2923
|
+
/**
|
|
2924
|
+
* Related resource types.
|
|
2925
|
+
*/
|
|
2926
|
+
resourceType?: pulumi.Input<string>;
|
|
2927
|
+
}
|
|
2928
|
+
interface PrefixListPrefixListEntry {
|
|
2929
|
+
/**
|
|
2930
|
+
* CIDR of prefix list entries.
|
|
2931
|
+
*/
|
|
2932
|
+
cidr?: pulumi.Input<string>;
|
|
2933
|
+
/**
|
|
2934
|
+
* Description of prefix list entries.
|
|
2935
|
+
*/
|
|
2936
|
+
description?: pulumi.Input<string>;
|
|
2937
|
+
}
|
|
2938
|
+
interface PrefixListTag {
|
|
2939
|
+
/**
|
|
2940
|
+
* The Key of Tags.
|
|
2941
|
+
*/
|
|
2942
|
+
key: pulumi.Input<string>;
|
|
2943
|
+
/**
|
|
2944
|
+
* The Value of Tags.
|
|
2945
|
+
*/
|
|
2946
|
+
value: pulumi.Input<string>;
|
|
2947
|
+
}
|
|
2948
|
+
interface PrefixListsTagFilter {
|
|
2949
|
+
/**
|
|
2950
|
+
* The key of the tag.
|
|
2951
|
+
*/
|
|
2952
|
+
key?: string;
|
|
2953
|
+
/**
|
|
2954
|
+
* The values of the tag.
|
|
2955
|
+
*/
|
|
2956
|
+
values?: string[];
|
|
2957
|
+
}
|
|
2958
|
+
interface PrefixListsTagFilterArgs {
|
|
2959
|
+
/**
|
|
2960
|
+
* The key of the tag.
|
|
2961
|
+
*/
|
|
2962
|
+
key?: pulumi.Input<string>;
|
|
2963
|
+
/**
|
|
2964
|
+
* The values of the tag.
|
|
2965
|
+
*/
|
|
2966
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
2967
|
+
}
|
|
2650
2968
|
interface SecurityGroupTag {
|
|
2651
2969
|
/**
|
|
2652
2970
|
* The Key of Tags.
|