@volcengine/pulumi 0.0.23 → 0.0.24
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/bandwidth_package/attachment.d.ts +71 -10
- package/bandwidth_package/attachment.js +71 -10
- package/bandwidth_package/attachment.js.map +1 -1
- package/bandwidth_package/bandwidthPackage.d.ts +4 -4
- package/bandwidth_package/bandwidthPackage.js +4 -4
- package/bandwidth_package/bandwidthPackages.d.ts +38 -4
- package/bandwidth_package/bandwidthPackages.js +38 -4
- package/bandwidth_package/bandwidthPackages.js.map +1 -1
- package/cdn/cdnCertificate.d.ts +110 -0
- package/cdn/cdnCertificate.js +93 -0
- package/cdn/cdnCertificate.js.map +1 -0
- package/cdn/cdnDomain.d.ts +199 -0
- package/cdn/cdnDomain.js +141 -0
- package/cdn/cdnDomain.js.map +1 -0
- package/cdn/certificates.d.ts +113 -0
- package/cdn/certificates.js +62 -0
- package/cdn/certificates.js.map +1 -0
- package/cdn/configs.d.ts +178 -0
- package/cdn/configs.js +146 -0
- package/cdn/configs.js.map +1 -0
- package/cdn/domains.d.ts +274 -0
- package/cdn/domains.js +155 -0
- package/cdn/domains.js.map +1 -0
- package/cdn/index.d.ts +21 -0
- package/cdn/index.js +44 -0
- package/cdn/index.js.map +1 -0
- package/cdn/sharedConfig.d.ts +194 -0
- package/cdn/sharedConfig.js +129 -0
- package/cdn/sharedConfig.js.map +1 -0
- package/cdn/sharedConfigs.d.ts +115 -0
- package/cdn/sharedConfigs.js +54 -0
- package/cdn/sharedConfigs.js.map +1 -0
- package/cen/attachInstance.d.ts +15 -8
- package/cen/attachInstance.js +15 -8
- package/cen/attachInstance.js.map +1 -1
- package/cen/attachInstances.d.ts +44 -4
- package/cen/attachInstances.js +44 -4
- package/cen/attachInstances.js.map +1 -1
- package/cen/bandwidthPackage.d.ts +11 -10
- package/cen/bandwidthPackage.js +8 -4
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/bandwidthPackageAssociate.d.ts +27 -3
- package/cen/bandwidthPackageAssociate.js +27 -3
- package/cen/bandwidthPackageAssociate.js.map +1 -1
- package/cen/bandwidthPackages.d.ts +42 -6
- package/cen/bandwidthPackages.js +42 -6
- package/cen/bandwidthPackages.js.map +1 -1
- package/cen/cen.d.ts +6 -2
- package/cen/cen.js +6 -2
- package/cen/cen.js.map +1 -1
- package/cen/cens.d.ts +30 -4
- package/cen/cens.js +30 -4
- package/cen/cens.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +35 -5
- package/cen/interRegionBandwidth.js +35 -5
- package/cen/interRegionBandwidth.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +78 -4
- package/cen/interRegionBandwidths.js +78 -4
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/routeEntries.d.ts +0 -20
- package/cen/routeEntries.js +0 -20
- package/cen/routeEntries.js.map +1 -1
- package/cen/routeEntry.d.ts +0 -21
- package/cen/routeEntry.js +0 -21
- package/cen/routeEntry.js.map +1 -1
- package/cen/serviceRouteEntries.d.ts +98 -4
- package/cen/serviceRouteEntries.js +98 -4
- package/cen/serviceRouteEntries.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +31 -46
- package/cen/serviceRouteEntry.js +31 -46
- package/cen/serviceRouteEntry.js.map +1 -1
- package/cloud_identity/group.d.ts +126 -0
- package/cloud_identity/group.js +89 -0
- package/cloud_identity/group.js.map +1 -0
- package/cloud_identity/groups.d.ts +133 -0
- package/cloud_identity/groups.js +72 -0
- package/cloud_identity/groups.js.map +1 -0
- package/cloud_identity/index.d.ts +39 -0
- package/cloud_identity/index.js +70 -0
- package/cloud_identity/index.js.map +1 -0
- package/cloud_identity/permissionSet.d.ts +136 -0
- package/cloud_identity/permissionSet.js +95 -0
- package/cloud_identity/permissionSet.js.map +1 -0
- package/cloud_identity/permissionSetAssignment.d.ts +135 -0
- package/cloud_identity/permissionSetAssignment.js +118 -0
- package/cloud_identity/permissionSetAssignment.js.map +1 -0
- package/cloud_identity/permissionSetAssignments.d.ts +191 -0
- package/cloud_identity/permissionSetAssignments.js +119 -0
- package/cloud_identity/permissionSetAssignments.js.map +1 -0
- package/cloud_identity/permissionSetProvisioning.d.ts +133 -0
- package/cloud_identity/permissionSetProvisioning.js +120 -0
- package/cloud_identity/permissionSetProvisioning.js.map +1 -0
- package/cloud_identity/permissionSetProvisionings.d.ts +99 -0
- package/cloud_identity/permissionSetProvisionings.js +49 -0
- package/cloud_identity/permissionSetProvisionings.js.map +1 -0
- package/cloud_identity/permissionSets.d.ts +132 -0
- package/cloud_identity/permissionSets.js +96 -0
- package/cloud_identity/permissionSets.js.map +1 -0
- package/cloud_identity/user.d.ts +137 -0
- package/cloud_identity/user.js +91 -0
- package/cloud_identity/user.js.map +1 -0
- package/cloud_identity/userAttachment.d.ts +95 -0
- package/cloud_identity/userAttachment.js +92 -0
- package/cloud_identity/userAttachment.js.map +1 -0
- package/cloud_identity/userProvisioning.d.ts +171 -0
- package/cloud_identity/userProvisioning.js +98 -0
- package/cloud_identity/userProvisioning.js.map +1 -0
- package/cloud_identity/userProvisionings.d.ts +75 -0
- package/cloud_identity/userProvisionings.js +47 -0
- package/cloud_identity/userProvisionings.js.map +1 -0
- package/cloud_identity/users.d.ts +144 -0
- package/cloud_identity/users.js +75 -0
- package/cloud_identity/users.js.map +1 -0
- package/cloud_monitor/contact.d.ts +94 -0
- package/cloud_monitor/contact.js +78 -0
- package/cloud_monitor/contact.js.map +1 -0
- package/cloud_monitor/contactGroup.d.ts +97 -0
- package/cloud_monitor/contactGroup.js +78 -0
- package/cloud_monitor/contactGroup.js.map +1 -0
- package/cloud_monitor/contactGroups.d.ts +78 -0
- package/cloud_monitor/contactGroups.js +47 -0
- package/cloud_monitor/contactGroups.js.map +1 -0
- package/cloud_monitor/contacts.d.ts +81 -0
- package/cloud_monitor/contacts.js +52 -0
- package/cloud_monitor/contacts.js.map +1 -0
- package/cloud_monitor/eventRule.d.ts +250 -0
- package/cloud_monitor/eventRule.js +147 -0
- package/cloud_monitor/eventRule.js.map +1 -0
- package/cloud_monitor/eventRules.d.ts +90 -0
- package/cloud_monitor/eventRules.js +48 -0
- package/cloud_monitor/eventRules.js.map +1 -0
- package/cloud_monitor/index.d.ts +24 -0
- package/cloud_monitor/index.js +49 -0
- package/cloud_monitor/index.js.map +1 -0
- package/cloud_monitor/rule.d.ts +361 -0
- package/cloud_monitor/rule.js +201 -0
- package/cloud_monitor/rule.js.map +1 -0
- package/cloud_monitor/rules.d.ts +144 -0
- package/cloud_monitor/rules.js +53 -0
- package/cloud_monitor/rules.js.map +1 -0
- package/config/vars.d.ts +6 -0
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/ebs/volume.d.ts +22 -0
- package/ebs/volume.js +10 -0
- package/ebs/volume.js.map +1 -1
- package/ebs/volumes.d.ts +13 -0
- package/ebs/volumes.js +1 -0
- package/ebs/volumes.js.map +1 -1
- package/ecs/instance.d.ts +15 -0
- package/ecs/instance.js +2 -0
- package/ecs/instance.js.map +1 -1
- package/ecs/state.d.ts +4 -4
- package/eip/address.d.ts +3 -3
- package/financial_relation/financialRelation.d.ts +111 -0
- package/financial_relation/financialRelation.js +73 -0
- package/financial_relation/financialRelation.js.map +1 -0
- package/financial_relation/financialRelations.d.ts +103 -0
- package/financial_relation/financialRelations.js +53 -0
- package/financial_relation/financialRelations.js.map +1 -0
- package/financial_relation/index.d.ts +6 -0
- package/financial_relation/index.js +25 -0
- package/financial_relation/index.js.map +1 -0
- package/iam/accessKeys.d.ts +83 -0
- package/iam/accessKeys.js +44 -0
- package/iam/accessKeys.js.map +1 -0
- package/iam/index.d.ts +9 -0
- package/iam/index.js +12 -1
- package/iam/index.js.map +1 -1
- package/iam/samlProvider.d.ts +144 -0
- package/iam/samlProvider.js +96 -0
- package/iam/samlProvider.js.map +1 -0
- package/iam/samlProviders.d.ts +62 -0
- package/iam/samlProviders.js +42 -0
- package/iam/samlProviders.js.map +1 -0
- package/index.d.ts +9 -1
- package/index.js +17 -1
- package/index.js.map +1 -1
- package/kafka/consumedPartitions.d.ts +235 -0
- package/kafka/consumedPartitions.js +190 -0
- package/kafka/consumedPartitions.js.map +1 -0
- package/kafka/consumedTopics.d.ts +238 -0
- package/kafka/consumedTopics.js +190 -0
- package/kafka/consumedTopics.js.map +1 -0
- package/kafka/group.d.ts +142 -0
- package/kafka/group.js +123 -0
- package/kafka/group.js.map +1 -0
- package/kafka/groups.d.ts +184 -0
- package/kafka/groups.js +136 -0
- package/kafka/groups.js.map +1 -0
- package/kafka/index.d.ts +42 -0
- package/kafka/index.js +69 -0
- package/kafka/index.js.map +1 -0
- package/kafka/instance.d.ts +322 -0
- package/kafka/instance.js +171 -0
- package/kafka/instance.js.map +1 -0
- package/kafka/instances.d.ts +205 -0
- package/kafka/instances.js +129 -0
- package/kafka/instances.js.map +1 -0
- package/kafka/publicAddress.d.ts +152 -0
- package/kafka/publicAddress.js +131 -0
- package/kafka/publicAddress.js.map +1 -0
- package/kafka/regions.d.ts +62 -0
- package/kafka/regions.js +42 -0
- package/kafka/regions.js.map +1 -0
- package/kafka/saslUser.d.ts +173 -0
- package/kafka/saslUser.js +135 -0
- package/kafka/saslUser.js.map +1 -0
- package/kafka/saslUsers.d.ts +183 -0
- package/kafka/saslUsers.js +143 -0
- package/kafka/saslUsers.js.map +1 -0
- package/kafka/topic.d.ts +216 -0
- package/kafka/topic.js +154 -0
- package/kafka/topic.js.map +1 -0
- package/kafka/topicPartitions.d.ts +240 -0
- package/kafka/topicPartitions.js +187 -0
- package/kafka/topicPartitions.js.map +1 -0
- package/kafka/topics.d.ts +260 -0
- package/kafka/topics.js +179 -0
- package/kafka/topics.js.map +1 -0
- package/kafka/zones.d.ts +75 -0
- package/kafka/zones.js +46 -0
- package/kafka/zones.js.map +1 -0
- package/nat/gateway.d.ts +4 -4
- package/organization/account.d.ts +183 -0
- package/organization/account.js +108 -0
- package/organization/account.js.map +1 -0
- package/organization/accounts.d.ts +105 -0
- package/organization/accounts.js +50 -0
- package/organization/accounts.js.map +1 -0
- package/organization/index.d.ts +30 -0
- package/organization/index.js +59 -0
- package/organization/index.js.map +1 -0
- package/organization/organization.d.ts +151 -0
- package/organization/organization.js +90 -0
- package/organization/organization.js.map +1 -0
- package/organization/organizations.d.ts +71 -0
- package/organization/organizations.js +43 -0
- package/organization/organizations.js.map +1 -0
- package/organization/serviceControlPolicies.d.ts +89 -0
- package/organization/serviceControlPolicies.js +50 -0
- package/organization/serviceControlPolicies.js.map +1 -0
- package/organization/serviceControlPolicy.d.ts +123 -0
- package/organization/serviceControlPolicy.js +92 -0
- package/organization/serviceControlPolicy.js.map +1 -0
- package/organization/serviceControlPolicyAttachment.d.ts +105 -0
- package/organization/serviceControlPolicyAttachment.js +95 -0
- package/organization/serviceControlPolicyAttachment.js.map +1 -0
- package/organization/serviceControlPolicyEnabler.d.ts +55 -0
- package/organization/serviceControlPolicyEnabler.js +66 -0
- package/organization/serviceControlPolicyEnabler.js.map +1 -0
- package/organization/unit.d.ts +129 -0
- package/organization/unit.js +89 -0
- package/organization/unit.js.map +1 -0
- package/organization/units.d.ts +62 -0
- package/organization/units.js +42 -0
- package/organization/units.js.map +1 -0
- package/package.json +2 -2
- package/privatelink/securityGroup.d.ts +60 -6
- package/privatelink/securityGroup.js +54 -3
- package/privatelink/securityGroup.js.map +1 -1
- package/privatelink/vpcEndpoint.d.ts +51 -12
- package/privatelink/vpcEndpoint.js +45 -9
- package/privatelink/vpcEndpoint.js.map +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +60 -3
- package/privatelink/vpcEndpointConnection.js +60 -3
- package/privatelink/vpcEndpointConnection.js.map +1 -1
- package/privatelink/vpcEndpointConnections.d.ts +120 -6
- package/privatelink/vpcEndpointConnections.js +120 -6
- package/privatelink/vpcEndpointConnections.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +33 -4
- package/privatelink/vpcEndpointService.js +33 -4
- package/privatelink/vpcEndpointService.js.map +1 -1
- package/privatelink/vpcEndpointServicePermission.d.ts +39 -6
- package/privatelink/vpcEndpointServicePermission.js +39 -6
- package/privatelink/vpcEndpointServicePermission.js.map +1 -1
- package/privatelink/vpcEndpointServicePermissions.d.ts +88 -4
- package/privatelink/vpcEndpointServicePermissions.js +88 -4
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
- package/privatelink/vpcEndpointServiceResource.d.ts +55 -9
- package/privatelink/vpcEndpointServiceResource.js +55 -9
- package/privatelink/vpcEndpointServiceResource.js.map +1 -1
- package/privatelink/vpcEndpointServices.d.ts +84 -10
- package/privatelink/vpcEndpointServices.js +84 -10
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpointZone.d.ts +50 -3
- package/privatelink/vpcEndpointZone.js +50 -3
- package/privatelink/vpcEndpointZone.js.map +1 -1
- package/privatelink/vpcEndpointZones.d.ts +108 -4
- package/privatelink/vpcEndpointZones.js +108 -4
- package/privatelink/vpcEndpointZones.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +104 -4
- package/privatelink/vpcEndpoints.js +104 -4
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/provider.d.ts +6 -0
- package/provider.js +1 -0
- package/provider.js.map +1 -1
- package/rds_mssql/backup.d.ts +101 -0
- package/rds_mssql/backup.js +77 -0
- package/rds_mssql/backup.js.map +1 -0
- package/rds_mssql/backups.d.ts +123 -0
- package/rds_mssql/backups.js +50 -0
- package/rds_mssql/backups.js.map +1 -0
- package/rds_mssql/index.d.ts +18 -0
- package/rds_mssql/index.js +39 -0
- package/rds_mssql/index.js.map +1 -0
- package/rds_mssql/instance.d.ts +256 -0
- package/rds_mssql/instance.js +149 -0
- package/rds_mssql/instance.js.map +1 -0
- package/rds_mssql/instances.d.ts +190 -0
- package/rds_mssql/instances.js +57 -0
- package/rds_mssql/instances.js.map +1 -0
- package/rds_mssql/regions.d.ts +62 -0
- package/rds_mssql/regions.js +42 -0
- package/rds_mssql/regions.js.map +1 -0
- package/rds_mssql/zones.d.ts +71 -0
- package/rds_mssql/zones.js +43 -0
- package/rds_mssql/zones.js.map +1 -0
- package/rds_postgresql/account.d.ts +141 -0
- package/rds_postgresql/account.js +104 -0
- package/rds_postgresql/account.js.map +1 -0
- package/rds_postgresql/accounts.d.ts +87 -0
- package/rds_postgresql/accounts.js +47 -0
- package/rds_postgresql/accounts.js.map +1 -0
- package/rds_postgresql/database.d.ts +140 -0
- package/rds_postgresql/database.js +91 -0
- package/rds_postgresql/database.js.map +1 -0
- package/rds_postgresql/databases.d.ts +89 -0
- package/rds_postgresql/databases.js +49 -0
- package/rds_postgresql/databases.js.map +1 -0
- package/rds_postgresql/index.d.ts +27 -0
- package/rds_postgresql/index.js +54 -0
- package/rds_postgresql/index.js.map +1 -0
- package/rds_postgresql/instance.d.ts +371 -0
- package/rds_postgresql/instance.js +180 -0
- package/rds_postgresql/instance.js.map +1 -0
- package/rds_postgresql/instanceReadonlyNode.d.ts +142 -0
- package/rds_postgresql/instanceReadonlyNode.js +126 -0
- package/rds_postgresql/instanceReadonlyNode.js.map +1 -0
- package/rds_postgresql/instances.d.ts +258 -0
- package/rds_postgresql/instances.js +134 -0
- package/rds_postgresql/instances.js.map +1 -0
- package/rds_postgresql/schema.d.ts +167 -0
- package/rds_postgresql/schema.js +150 -0
- package/rds_postgresql/schema.js.map +1 -0
- package/rds_postgresql/schemas.d.ts +219 -0
- package/rds_postgresql/schemas.js +179 -0
- package/rds_postgresql/schemas.js.map +1 -0
- package/redis/instance.d.ts +3 -3
- package/tls/index_.d.ts +3 -2
- package/tls/index_.js +3 -2
- package/tls/index_.js.map +1 -1
- package/tos/bucket.d.ts +30 -1
- package/tos/bucket.js +10 -1
- package/tos/bucket.js.map +1 -1
- package/tos/bucketObject.d.ts +29 -9
- package/tos/bucketObject.js +9 -6
- package/tos/bucketObject.js.map +1 -1
- package/tos/bucketPolicy.d.ts +2 -2
- package/tos/bucketPolicy.js +2 -2
- package/transit_router/bandwidthPackage.d.ts +29 -0
- package/transit_router/bandwidthPackage.js +9 -0
- package/transit_router/bandwidthPackage.js.map +1 -1
- package/transit_router/bandwidthPackages.d.ts +25 -0
- package/transit_router/bandwidthPackages.js +2 -0
- package/transit_router/bandwidthPackages.js.map +1 -1
- package/transit_router/directConnectGatewayAttachment.d.ts +35 -5
- package/transit_router/directConnectGatewayAttachment.js +23 -5
- package/transit_router/directConnectGatewayAttachment.js.map +1 -1
- package/transit_router/directConnectGatewayAttachments.d.ts +13 -0
- package/transit_router/directConnectGatewayAttachments.js +1 -0
- package/transit_router/directConnectGatewayAttachments.js.map +1 -1
- package/transit_router/grantRule.d.ts +8 -4
- package/transit_router/grantRule.js +8 -4
- package/transit_router/grantRule.js.map +1 -1
- package/transit_router/peerAttachment.d.ts +37 -6
- package/transit_router/peerAttachment.js +25 -6
- package/transit_router/peerAttachment.js.map +1 -1
- package/transit_router/peerAttachments.d.ts +13 -0
- package/transit_router/peerAttachments.js +1 -0
- package/transit_router/peerAttachments.js.map +1 -1
- package/transit_router/routeEntry.d.ts +72 -5
- package/transit_router/routeEntry.js +72 -5
- package/transit_router/routeEntry.js.map +1 -1
- package/transit_router/routeTable.d.ts +26 -4
- package/transit_router/routeTable.js +14 -4
- package/transit_router/routeTable.js.map +1 -1
- package/transit_router/routeTableAssociation.d.ts +69 -3
- package/transit_router/routeTableAssociation.js +69 -3
- package/transit_router/routeTableAssociation.js.map +1 -1
- package/transit_router/routeTablePropagation.d.ts +46 -3
- package/transit_router/routeTablePropagation.js +46 -3
- package/transit_router/routeTablePropagation.js.map +1 -1
- package/transit_router/routeTables.d.ts +39 -6
- package/transit_router/routeTables.js +27 -6
- package/transit_router/routeTables.js.map +1 -1
- package/transit_router/sharedTransitRouterState.d.ts +6 -2
- package/transit_router/sharedTransitRouterState.js +6 -2
- package/transit_router/sharedTransitRouterState.js.map +1 -1
- package/transit_router/transitRouter.d.ts +29 -0
- package/transit_router/transitRouter.js +9 -0
- package/transit_router/transitRouter.js.map +1 -1
- package/transit_router/transitRouters.d.ts +41 -6
- package/transit_router/transitRouters.js +18 -6
- package/transit_router/transitRouters.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +46 -8
- package/transit_router/vpcAttachment.js +36 -8
- package/transit_router/vpcAttachment.js.map +1 -1
- package/transit_router/vpcAttachments.d.ts +13 -0
- package/transit_router/vpcAttachments.js +1 -0
- package/transit_router/vpcAttachments.js.map +1 -1
- package/transit_router/vpnAttachment.d.ts +77 -5
- package/transit_router/vpnAttachment.js +65 -5
- package/transit_router/vpnAttachment.js.map +1 -1
- package/transit_router/vpnAttachments.d.ts +13 -0
- package/transit_router/vpnAttachments.js +1 -0
- package/transit_router/vpnAttachments.js.map +1 -1
- package/types/input.d.ts +998 -36
- package/types/output.d.ts +6092 -2672
- package/vke/cluster.d.ts +3 -14
- package/vke/cluster.js +0 -11
- package/vke/cluster.js.map +1 -1
- package/vke/clusters.d.ts +0 -22
- package/vke/clusters.js +0 -22
- package/vke/clusters.js.map +1 -1
- package/vke/kubeconfigs.d.ts +9 -0
- package/vke/kubeconfigs.js +1 -0
- package/vke/kubeconfigs.js.map +1 -1
- package/vpc/subnet.d.ts +14 -0
- package/vpc/subnet.js +2 -0
- package/vpc/subnet.js.map +1 -1
- package/vpc/subnets.d.ts +13 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
|
@@ -7,9 +7,59 @@ import * as outputs from "../types/output";
|
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
10
11
|
*
|
|
11
|
-
* const
|
|
12
|
-
*
|
|
12
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
13
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
14
|
+
* vpcName: "acc-test-vpc",
|
|
15
|
+
* cidrBlock: "172.16.0.0/16",
|
|
16
|
+
* });
|
|
17
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
18
|
+
* subnetName: "acc-test-subnet",
|
|
19
|
+
* cidrBlock: "172.16.0.0/24",
|
|
20
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
21
|
+
* vpcId: fooVpc.id,
|
|
22
|
+
* });
|
|
23
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
24
|
+
* securityGroupName: "acc-test-security-group",
|
|
25
|
+
* vpcId: fooVpc.id,
|
|
26
|
+
* });
|
|
27
|
+
* const fooClb = new volcengine.clb.Clb("fooClb", {
|
|
28
|
+
* type: "public",
|
|
29
|
+
* subnetId: fooSubnet.id,
|
|
30
|
+
* loadBalancerSpec: "small_1",
|
|
31
|
+
* description: "acc-test-demo",
|
|
32
|
+
* loadBalancerName: "acc-test-clb",
|
|
33
|
+
* loadBalancerBillingType: "PostPaid",
|
|
34
|
+
* eipBillingConfig: {
|
|
35
|
+
* isp: "BGP",
|
|
36
|
+
* eipBillingType: "PostPaidByBandwidth",
|
|
37
|
+
* bandwidth: 1,
|
|
38
|
+
* },
|
|
39
|
+
* tags: [{
|
|
40
|
+
* key: "k1",
|
|
41
|
+
* value: "v1",
|
|
42
|
+
* }],
|
|
43
|
+
* });
|
|
44
|
+
* const fooVpcEndpointService = new volcengine.privatelink.VpcEndpointService("fooVpcEndpointService", {
|
|
45
|
+
* resources: [{
|
|
46
|
+
* resourceId: fooClb.id,
|
|
47
|
+
* resourceType: "CLB",
|
|
48
|
+
* }],
|
|
49
|
+
* description: "acc-test",
|
|
50
|
+
* autoAcceptEnabled: true,
|
|
51
|
+
* });
|
|
52
|
+
* const fooVpcEndpoint: volcengine.privatelink.VpcEndpoint[] = [];
|
|
53
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
54
|
+
* fooVpcEndpoint.push(new volcengine.privatelink.VpcEndpoint(`fooVpcEndpoint-${range.value}`, {
|
|
55
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
56
|
+
* serviceId: fooVpcEndpointService.id,
|
|
57
|
+
* endpointName: "acc-test-ep",
|
|
58
|
+
* description: "acc-test",
|
|
59
|
+
* }));
|
|
60
|
+
* }
|
|
61
|
+
* const fooVpcEndpoints = volcengine.privatelink.VpcEndpointsOutput({
|
|
62
|
+
* ids: fooVpcEndpoint.map(__item => __item.id),
|
|
13
63
|
* });
|
|
14
64
|
* ```
|
|
15
65
|
*/
|
|
@@ -90,9 +140,59 @@ export interface VpcEndpointsResult {
|
|
|
90
140
|
* ```typescript
|
|
91
141
|
* import * as pulumi from "@pulumi/pulumi";
|
|
92
142
|
* import * as volcengine from "@pulumi/volcengine";
|
|
143
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
93
144
|
*
|
|
94
|
-
* const
|
|
95
|
-
*
|
|
145
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
146
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
147
|
+
* vpcName: "acc-test-vpc",
|
|
148
|
+
* cidrBlock: "172.16.0.0/16",
|
|
149
|
+
* });
|
|
150
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
151
|
+
* subnetName: "acc-test-subnet",
|
|
152
|
+
* cidrBlock: "172.16.0.0/24",
|
|
153
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
154
|
+
* vpcId: fooVpc.id,
|
|
155
|
+
* });
|
|
156
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
157
|
+
* securityGroupName: "acc-test-security-group",
|
|
158
|
+
* vpcId: fooVpc.id,
|
|
159
|
+
* });
|
|
160
|
+
* const fooClb = new volcengine.clb.Clb("fooClb", {
|
|
161
|
+
* type: "public",
|
|
162
|
+
* subnetId: fooSubnet.id,
|
|
163
|
+
* loadBalancerSpec: "small_1",
|
|
164
|
+
* description: "acc-test-demo",
|
|
165
|
+
* loadBalancerName: "acc-test-clb",
|
|
166
|
+
* loadBalancerBillingType: "PostPaid",
|
|
167
|
+
* eipBillingConfig: {
|
|
168
|
+
* isp: "BGP",
|
|
169
|
+
* eipBillingType: "PostPaidByBandwidth",
|
|
170
|
+
* bandwidth: 1,
|
|
171
|
+
* },
|
|
172
|
+
* tags: [{
|
|
173
|
+
* key: "k1",
|
|
174
|
+
* value: "v1",
|
|
175
|
+
* }],
|
|
176
|
+
* });
|
|
177
|
+
* const fooVpcEndpointService = new volcengine.privatelink.VpcEndpointService("fooVpcEndpointService", {
|
|
178
|
+
* resources: [{
|
|
179
|
+
* resourceId: fooClb.id,
|
|
180
|
+
* resourceType: "CLB",
|
|
181
|
+
* }],
|
|
182
|
+
* description: "acc-test",
|
|
183
|
+
* autoAcceptEnabled: true,
|
|
184
|
+
* });
|
|
185
|
+
* const fooVpcEndpoint: volcengine.privatelink.VpcEndpoint[] = [];
|
|
186
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
187
|
+
* fooVpcEndpoint.push(new volcengine.privatelink.VpcEndpoint(`fooVpcEndpoint-${range.value}`, {
|
|
188
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
189
|
+
* serviceId: fooVpcEndpointService.id,
|
|
190
|
+
* endpointName: "acc-test-ep",
|
|
191
|
+
* description: "acc-test",
|
|
192
|
+
* }));
|
|
193
|
+
* }
|
|
194
|
+
* const fooVpcEndpoints = volcengine.privatelink.VpcEndpointsOutput({
|
|
195
|
+
* ids: fooVpcEndpoint.map(__item => __item.id),
|
|
96
196
|
* });
|
|
97
197
|
* ```
|
|
98
198
|
*/
|
|
@@ -12,9 +12,59 @@ const utilities = require("../utilities");
|
|
|
12
12
|
* ```typescript
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
16
|
*
|
|
16
|
-
* const
|
|
17
|
-
*
|
|
17
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
18
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
19
|
+
* vpcName: "acc-test-vpc",
|
|
20
|
+
* cidrBlock: "172.16.0.0/16",
|
|
21
|
+
* });
|
|
22
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
23
|
+
* subnetName: "acc-test-subnet",
|
|
24
|
+
* cidrBlock: "172.16.0.0/24",
|
|
25
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
26
|
+
* vpcId: fooVpc.id,
|
|
27
|
+
* });
|
|
28
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
29
|
+
* securityGroupName: "acc-test-security-group",
|
|
30
|
+
* vpcId: fooVpc.id,
|
|
31
|
+
* });
|
|
32
|
+
* const fooClb = new volcengine.clb.Clb("fooClb", {
|
|
33
|
+
* type: "public",
|
|
34
|
+
* subnetId: fooSubnet.id,
|
|
35
|
+
* loadBalancerSpec: "small_1",
|
|
36
|
+
* description: "acc-test-demo",
|
|
37
|
+
* loadBalancerName: "acc-test-clb",
|
|
38
|
+
* loadBalancerBillingType: "PostPaid",
|
|
39
|
+
* eipBillingConfig: {
|
|
40
|
+
* isp: "BGP",
|
|
41
|
+
* eipBillingType: "PostPaidByBandwidth",
|
|
42
|
+
* bandwidth: 1,
|
|
43
|
+
* },
|
|
44
|
+
* tags: [{
|
|
45
|
+
* key: "k1",
|
|
46
|
+
* value: "v1",
|
|
47
|
+
* }],
|
|
48
|
+
* });
|
|
49
|
+
* const fooVpcEndpointService = new volcengine.privatelink.VpcEndpointService("fooVpcEndpointService", {
|
|
50
|
+
* resources: [{
|
|
51
|
+
* resourceId: fooClb.id,
|
|
52
|
+
* resourceType: "CLB",
|
|
53
|
+
* }],
|
|
54
|
+
* description: "acc-test",
|
|
55
|
+
* autoAcceptEnabled: true,
|
|
56
|
+
* });
|
|
57
|
+
* const fooVpcEndpoint: volcengine.privatelink.VpcEndpoint[] = [];
|
|
58
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
59
|
+
* fooVpcEndpoint.push(new volcengine.privatelink.VpcEndpoint(`fooVpcEndpoint-${range.value}`, {
|
|
60
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
61
|
+
* serviceId: fooVpcEndpointService.id,
|
|
62
|
+
* endpointName: "acc-test-ep",
|
|
63
|
+
* description: "acc-test",
|
|
64
|
+
* }));
|
|
65
|
+
* }
|
|
66
|
+
* const fooVpcEndpoints = volcengine.privatelink.VpcEndpointsOutput({
|
|
67
|
+
* ids: fooVpcEndpoint.map(__item => __item.id),
|
|
18
68
|
* });
|
|
19
69
|
* ```
|
|
20
70
|
*/
|
|
@@ -39,9 +89,59 @@ exports.vpcEndpoints = vpcEndpoints;
|
|
|
39
89
|
* ```typescript
|
|
40
90
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
91
|
* import * as volcengine from "@pulumi/volcengine";
|
|
92
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
42
93
|
*
|
|
43
|
-
* const
|
|
44
|
-
*
|
|
94
|
+
* const fooZones = volcengine.ecs.Zones({});
|
|
95
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
96
|
+
* vpcName: "acc-test-vpc",
|
|
97
|
+
* cidrBlock: "172.16.0.0/16",
|
|
98
|
+
* });
|
|
99
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
100
|
+
* subnetName: "acc-test-subnet",
|
|
101
|
+
* cidrBlock: "172.16.0.0/24",
|
|
102
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
103
|
+
* vpcId: fooVpc.id,
|
|
104
|
+
* });
|
|
105
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
106
|
+
* securityGroupName: "acc-test-security-group",
|
|
107
|
+
* vpcId: fooVpc.id,
|
|
108
|
+
* });
|
|
109
|
+
* const fooClb = new volcengine.clb.Clb("fooClb", {
|
|
110
|
+
* type: "public",
|
|
111
|
+
* subnetId: fooSubnet.id,
|
|
112
|
+
* loadBalancerSpec: "small_1",
|
|
113
|
+
* description: "acc-test-demo",
|
|
114
|
+
* loadBalancerName: "acc-test-clb",
|
|
115
|
+
* loadBalancerBillingType: "PostPaid",
|
|
116
|
+
* eipBillingConfig: {
|
|
117
|
+
* isp: "BGP",
|
|
118
|
+
* eipBillingType: "PostPaidByBandwidth",
|
|
119
|
+
* bandwidth: 1,
|
|
120
|
+
* },
|
|
121
|
+
* tags: [{
|
|
122
|
+
* key: "k1",
|
|
123
|
+
* value: "v1",
|
|
124
|
+
* }],
|
|
125
|
+
* });
|
|
126
|
+
* const fooVpcEndpointService = new volcengine.privatelink.VpcEndpointService("fooVpcEndpointService", {
|
|
127
|
+
* resources: [{
|
|
128
|
+
* resourceId: fooClb.id,
|
|
129
|
+
* resourceType: "CLB",
|
|
130
|
+
* }],
|
|
131
|
+
* description: "acc-test",
|
|
132
|
+
* autoAcceptEnabled: true,
|
|
133
|
+
* });
|
|
134
|
+
* const fooVpcEndpoint: volcengine.privatelink.VpcEndpoint[] = [];
|
|
135
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
136
|
+
* fooVpcEndpoint.push(new volcengine.privatelink.VpcEndpoint(`fooVpcEndpoint-${range.value}`, {
|
|
137
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
138
|
+
* serviceId: fooVpcEndpointService.id,
|
|
139
|
+
* endpointName: "acc-test-ep",
|
|
140
|
+
* description: "acc-test",
|
|
141
|
+
* }));
|
|
142
|
+
* }
|
|
143
|
+
* const fooVpcEndpoints = volcengine.privatelink.VpcEndpointsOutput({
|
|
144
|
+
* ids: fooVpcEndpoint.map(__item => __item.id),
|
|
45
145
|
* });
|
|
46
146
|
* ```
|
|
47
147
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vpcEndpoints.js","sourceRoot":"","sources":["../../privatelink/vpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"vpcEndpoints.js","sourceRoot":"","sources":["../../privatelink/vpcEndpoints.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oCAaC;AAwED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
|
package/provider.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
/**
|
|
3
4
|
* The provider type for the volcengine package. By default, resources use package-wide configuration
|
|
4
5
|
* settings, however an explicit `Provider` instance may be created and passed during resource
|
|
@@ -60,6 +61,11 @@ export interface ProviderArgs {
|
|
|
60
61
|
* The Access Key for Volcengine Provider
|
|
61
62
|
*/
|
|
62
63
|
accessKey?: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The ASSUME ROLE block for Volcengine Provider. If provided, terraform will attempt to assume this role using the
|
|
66
|
+
* supplied credentials.
|
|
67
|
+
*/
|
|
68
|
+
assumeRole?: pulumi.Input<inputs.ProviderAssumeRole>;
|
|
63
69
|
/**
|
|
64
70
|
* CUSTOMER ENDPOINTS for Volcengine Provider
|
|
65
71
|
*/
|
package/provider.js
CHANGED
|
@@ -35,6 +35,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
35
35
|
opts = opts || {};
|
|
36
36
|
{
|
|
37
37
|
resourceInputs["accessKey"] = (_a = (args ? args.accessKey : undefined)) !== null && _a !== void 0 ? _a : utilities.getEnv("VOLCENGINE_ACCESS_KEY");
|
|
38
|
+
resourceInputs["assumeRole"] = pulumi.output(args ? args.assumeRole : undefined).apply(JSON.stringify);
|
|
38
39
|
resourceInputs["customerEndpoints"] = args ? args.customerEndpoints : undefined;
|
|
39
40
|
resourceInputs["customerHeaders"] = args ? args.customerHeaders : undefined;
|
|
40
41
|
resourceInputs["disableSsl"] = pulumi.output(args ? args.disableSsl : undefined).apply(JSON.stringify);
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,WAAW,CAAC,GAAG,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;YAC/G,cAAc,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvG,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACvG,cAAc,CAAC,UAAU,CAAC,GAAG,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;YAC3G,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;YACrG,cAAc,CAAC,WAAW,CAAC,GAAG,MAAA,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAC,MAAM,CAAC,uBAAuB,CAAC,CAAC;YAC/G,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAxEL,4BAyEC;AAxEG,gBAAgB;AACO,qBAAY,GAAG,YAAY,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage rds mssql backup
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
11
|
+
*
|
|
12
|
+
* const foo = new volcengine.rds_mssql.Backup("foo", {instanceId: "mssql-40914121fd22"});
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* ## Import
|
|
16
|
+
*
|
|
17
|
+
* Rds Mssql Backup can be imported using the id, e.g.
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import volcengine:rds_mssql/backup:Backup default instanceId:backupId
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare class Backup extends pulumi.CustomResource {
|
|
24
|
+
/**
|
|
25
|
+
* Get an existing Backup resource's state with the given name, ID, and optional extra
|
|
26
|
+
* properties used to qualify the lookup.
|
|
27
|
+
*
|
|
28
|
+
* @param name The _unique_ name of the resulting resource.
|
|
29
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
30
|
+
* @param state Any extra arguments used during the lookup.
|
|
31
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
|
+
*/
|
|
33
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BackupState, opts?: pulumi.CustomResourceOptions): Backup;
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of Backup. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj: any): obj is Backup;
|
|
39
|
+
/**
|
|
40
|
+
* The ID of the backup.
|
|
41
|
+
*/
|
|
42
|
+
readonly backupId: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* Backup repository information. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
45
|
+
*/
|
|
46
|
+
readonly backupMetas: pulumi.Output<outputs.rds_mssql.BackupBackupMeta[] | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Backup type. Currently only supports full backup, with a value of Full (default).
|
|
49
|
+
*/
|
|
50
|
+
readonly backupType: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The id of the instance.
|
|
53
|
+
*/
|
|
54
|
+
readonly instanceId: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Create a Backup resource with the given unique name, arguments, and options.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resource.
|
|
59
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
60
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
61
|
+
*/
|
|
62
|
+
constructor(name: string, args: BackupArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Input properties used for looking up and filtering Backup resources.
|
|
66
|
+
*/
|
|
67
|
+
export interface BackupState {
|
|
68
|
+
/**
|
|
69
|
+
* The ID of the backup.
|
|
70
|
+
*/
|
|
71
|
+
backupId?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Backup repository information. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
74
|
+
*/
|
|
75
|
+
backupMetas?: pulumi.Input<pulumi.Input<inputs.rds_mssql.BackupBackupMeta>[]>;
|
|
76
|
+
/**
|
|
77
|
+
* Backup type. Currently only supports full backup, with a value of Full (default).
|
|
78
|
+
*/
|
|
79
|
+
backupType?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The id of the instance.
|
|
82
|
+
*/
|
|
83
|
+
instanceId?: pulumi.Input<string>;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* The set of arguments for constructing a Backup resource.
|
|
87
|
+
*/
|
|
88
|
+
export interface BackupArgs {
|
|
89
|
+
/**
|
|
90
|
+
* Backup repository information. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
91
|
+
*/
|
|
92
|
+
backupMetas?: pulumi.Input<pulumi.Input<inputs.rds_mssql.BackupBackupMeta>[]>;
|
|
93
|
+
/**
|
|
94
|
+
* Backup type. Currently only supports full backup, with a value of Full (default).
|
|
95
|
+
*/
|
|
96
|
+
backupType?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The id of the instance.
|
|
99
|
+
*/
|
|
100
|
+
instanceId: pulumi.Input<string>;
|
|
101
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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.Backup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a resource to manage rds mssql backup
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.rds_mssql.Backup("foo", {instanceId: "mssql-40914121fd22"});
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* Rds Mssql Backup can be imported using the id, e.g.
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcengine:rds_mssql/backup:Backup default instanceId:backupId
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
class Backup extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing Backup resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name, id, state, opts) {
|
|
38
|
+
return new Backup(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of Backup. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj) {
|
|
45
|
+
if (obj === undefined || obj === null) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
return obj['__pulumiType'] === Backup.__pulumiType;
|
|
49
|
+
}
|
|
50
|
+
constructor(name, argsOrState, opts) {
|
|
51
|
+
let resourceInputs = {};
|
|
52
|
+
opts = opts || {};
|
|
53
|
+
if (opts.id) {
|
|
54
|
+
const state = argsOrState;
|
|
55
|
+
resourceInputs["backupId"] = state ? state.backupId : undefined;
|
|
56
|
+
resourceInputs["backupMetas"] = state ? state.backupMetas : undefined;
|
|
57
|
+
resourceInputs["backupType"] = state ? state.backupType : undefined;
|
|
58
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
const args = argsOrState;
|
|
62
|
+
if ((!args || args.instanceId === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'instanceId'");
|
|
64
|
+
}
|
|
65
|
+
resourceInputs["backupMetas"] = args ? args.backupMetas : undefined;
|
|
66
|
+
resourceInputs["backupType"] = args ? args.backupType : undefined;
|
|
67
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
68
|
+
resourceInputs["backupId"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
super(Backup.__pulumiType, name, resourceInputs, opts);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.Backup = Backup;
|
|
75
|
+
/** @internal */
|
|
76
|
+
Backup.__pulumiType = 'volcengine:rds_mssql/backup:Backup';
|
|
77
|
+
//# sourceMappingURL=backup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backup.js","sourceRoot":"","sources":["../../rds_mssql/backup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA1EL,wBA2EC;AA7DG,gBAAgB;AACO,mBAAY,GAAG,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,123 @@
|
|
|
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 rds mssql backups
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.rds_mssql.Backups({
|
|
12
|
+
* instanceId: "mssql-40914121fd22",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function backups(args: BackupsArgs, opts?: pulumi.InvokeOptions): Promise<BackupsResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking Backups.
|
|
19
|
+
*/
|
|
20
|
+
export interface BackupsArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The end time of the backup.
|
|
23
|
+
*/
|
|
24
|
+
backupEndTime?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The id of the backup.
|
|
27
|
+
*/
|
|
28
|
+
backupId?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The start time of the backup.
|
|
31
|
+
*/
|
|
32
|
+
backupStartTime?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The type of the backup.
|
|
35
|
+
*/
|
|
36
|
+
backupType?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The id of the instance.
|
|
39
|
+
*/
|
|
40
|
+
instanceId: string;
|
|
41
|
+
/**
|
|
42
|
+
* File name where to save data source results.
|
|
43
|
+
*/
|
|
44
|
+
outputFile?: string;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* A collection of values returned by Backups.
|
|
48
|
+
*/
|
|
49
|
+
export interface BackupsResult {
|
|
50
|
+
/**
|
|
51
|
+
* The end time of the backup.
|
|
52
|
+
*/
|
|
53
|
+
readonly backupEndTime?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The id of the backup.
|
|
56
|
+
*/
|
|
57
|
+
readonly backupId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The start time of the backup.
|
|
60
|
+
*/
|
|
61
|
+
readonly backupStartTime?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The type of the backup.
|
|
64
|
+
*/
|
|
65
|
+
readonly backupType?: string;
|
|
66
|
+
/**
|
|
67
|
+
* The collection of query.
|
|
68
|
+
*/
|
|
69
|
+
readonly backups: outputs.rds_mssql.BackupsBackup[];
|
|
70
|
+
/**
|
|
71
|
+
* The provider-assigned unique ID for this managed resource.
|
|
72
|
+
*/
|
|
73
|
+
readonly id: string;
|
|
74
|
+
readonly instanceId: string;
|
|
75
|
+
readonly outputFile?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The total count of query.
|
|
78
|
+
*/
|
|
79
|
+
readonly totalCount: number;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Use this data source to query detailed information of rds mssql backups
|
|
83
|
+
* ## Example Usage
|
|
84
|
+
*
|
|
85
|
+
* ```typescript
|
|
86
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
87
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
88
|
+
*
|
|
89
|
+
* const foo = volcengine.rds_mssql.Backups({
|
|
90
|
+
* instanceId: "mssql-40914121fd22",
|
|
91
|
+
* });
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
export declare function backupsOutput(args: BackupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<BackupsResult>;
|
|
95
|
+
/**
|
|
96
|
+
* A collection of arguments for invoking Backups.
|
|
97
|
+
*/
|
|
98
|
+
export interface BackupsOutputArgs {
|
|
99
|
+
/**
|
|
100
|
+
* The end time of the backup.
|
|
101
|
+
*/
|
|
102
|
+
backupEndTime?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The id of the backup.
|
|
105
|
+
*/
|
|
106
|
+
backupId?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The start time of the backup.
|
|
109
|
+
*/
|
|
110
|
+
backupStartTime?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The type of the backup.
|
|
113
|
+
*/
|
|
114
|
+
backupType?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The id of the instance.
|
|
117
|
+
*/
|
|
118
|
+
instanceId: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* File name where to save data source results.
|
|
121
|
+
*/
|
|
122
|
+
outputFile?: pulumi.Input<string>;
|
|
123
|
+
}
|
|
@@ -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.backupsOutput = exports.backups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of rds mssql backups
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.rds_mssql.Backups({
|
|
17
|
+
* instanceId: "mssql-40914121fd22",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
function backups(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invoke("volcengine:rds_mssql/backups:Backups", {
|
|
24
|
+
"backupEndTime": args.backupEndTime,
|
|
25
|
+
"backupId": args.backupId,
|
|
26
|
+
"backupStartTime": args.backupStartTime,
|
|
27
|
+
"backupType": args.backupType,
|
|
28
|
+
"instanceId": args.instanceId,
|
|
29
|
+
"outputFile": args.outputFile,
|
|
30
|
+
}, opts);
|
|
31
|
+
}
|
|
32
|
+
exports.backups = backups;
|
|
33
|
+
/**
|
|
34
|
+
* Use this data source to query detailed information of rds mssql backups
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
40
|
+
*
|
|
41
|
+
* const foo = volcengine.rds_mssql.Backups({
|
|
42
|
+
* instanceId: "mssql-40914121fd22",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function backupsOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => backups(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.backupsOutput = backupsOutput;
|
|
50
|
+
//# sourceMappingURL=backups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backups.js","sourceRoot":"","sources":["../../rds_mssql/backups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAmED;;;;;;;;;;;;GAYG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { BackupArgs, BackupState } from "./backup";
|
|
2
|
+
export type Backup = import("./backup").Backup;
|
|
3
|
+
export declare const Backup: typeof import("./backup").Backup;
|
|
4
|
+
export { BackupsArgs, BackupsResult, BackupsOutputArgs } from "./backups";
|
|
5
|
+
export declare const backups: typeof import("./backups").backups;
|
|
6
|
+
export declare const backupsOutput: typeof import("./backups").backupsOutput;
|
|
7
|
+
export { InstanceArgs, InstanceState } from "./instance";
|
|
8
|
+
export type Instance = import("./instance").Instance;
|
|
9
|
+
export declare const Instance: typeof import("./instance").Instance;
|
|
10
|
+
export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
|
|
11
|
+
export declare const instances: typeof import("./instances").instances;
|
|
12
|
+
export declare const instancesOutput: typeof import("./instances").instancesOutput;
|
|
13
|
+
export { RegionsArgs, RegionsResult, RegionsOutputArgs } from "./regions";
|
|
14
|
+
export declare const regions: typeof import("./regions").regions;
|
|
15
|
+
export declare const regionsOutput: typeof import("./regions").regionsOutput;
|
|
16
|
+
export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
|
|
17
|
+
export declare const zones: typeof import("./zones").zones;
|
|
18
|
+
export declare const zonesOutput: typeof import("./zones").zonesOutput;
|