@volcengine/pulumi 0.0.12
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/LICENSE +202 -0
- package/README.md +68 -0
- package/autoscaling/index.d.ts +13 -0
- package/autoscaling/index.js +73 -0
- package/autoscaling/index.js.map +1 -0
- package/autoscaling/scalingActivities.d.ts +104 -0
- package/autoscaling/scalingActivities.js +40 -0
- package/autoscaling/scalingActivities.js.map +1 -0
- package/autoscaling/scalingConfiguration.d.ts +368 -0
- package/autoscaling/scalingConfiguration.js +175 -0
- package/autoscaling/scalingConfiguration.js.map +1 -0
- package/autoscaling/scalingConfigurationAttachment.d.ts +69 -0
- package/autoscaling/scalingConfigurationAttachment.js +73 -0
- package/autoscaling/scalingConfigurationAttachment.js.map +1 -0
- package/autoscaling/scalingConfigurations.d.ts +92 -0
- package/autoscaling/scalingConfigurations.js +40 -0
- package/autoscaling/scalingConfigurations.js.map +1 -0
- package/autoscaling/scalingGroup.d.ts +290 -0
- package/autoscaling/scalingGroup.js +134 -0
- package/autoscaling/scalingGroup.js.map +1 -0
- package/autoscaling/scalingGroupEnabler.d.ts +116 -0
- package/autoscaling/scalingGroupEnabler.js +120 -0
- package/autoscaling/scalingGroupEnabler.js.map +1 -0
- package/autoscaling/scalingGroups.d.ts +80 -0
- package/autoscaling/scalingGroups.js +39 -0
- package/autoscaling/scalingGroups.js.map +1 -0
- package/autoscaling/scalingInstanceAttachment.d.ts +121 -0
- package/autoscaling/scalingInstanceAttachment.js +88 -0
- package/autoscaling/scalingInstanceAttachment.js.map +1 -0
- package/autoscaling/scalingInstances.d.ts +117 -0
- package/autoscaling/scalingInstances.js +47 -0
- package/autoscaling/scalingInstances.js.map +1 -0
- package/autoscaling/scalingLifecycleHook.d.ts +129 -0
- package/autoscaling/scalingLifecycleHook.js +99 -0
- package/autoscaling/scalingLifecycleHook.js.map +1 -0
- package/autoscaling/scalingLifecycleHooks.d.ts +92 -0
- package/autoscaling/scalingLifecycleHooks.js +39 -0
- package/autoscaling/scalingLifecycleHooks.js.map +1 -0
- package/autoscaling/scalingPolicies.d.ts +105 -0
- package/autoscaling/scalingPolicies.js +41 -0
- package/autoscaling/scalingPolicies.js.map +1 -0
- package/autoscaling/scalingPolicy.d.ts +306 -0
- package/autoscaling/scalingPolicy.js +135 -0
- package/autoscaling/scalingPolicy.js.map +1 -0
- package/bioos/cluster.d.ts +121 -0
- package/bioos/cluster.js +85 -0
- package/bioos/cluster.js.map +1 -0
- package/bioos/clusterBind.d.ts +95 -0
- package/bioos/clusterBind.js +85 -0
- package/bioos/clusterBind.js.map +1 -0
- package/bioos/clusters.d.ts +90 -0
- package/bioos/clusters.js +38 -0
- package/bioos/clusters.js.map +1 -0
- package/bioos/index.d.ts +5 -0
- package/bioos/index.js +49 -0
- package/bioos/index.js.map +1 -0
- package/bioos/workspace.d.ts +110 -0
- package/bioos/workspace.js +82 -0
- package/bioos/workspace.js.map +1 -0
- package/bioos/workspaces.d.ts +87 -0
- package/bioos/workspaces.js +38 -0
- package/bioos/workspaces.js.map +1 -0
- package/cen/attachInstance.d.ts +142 -0
- package/cen/attachInstance.js +103 -0
- package/cen/attachInstance.js.map +1 -0
- package/cen/attachInstances.d.ts +101 -0
- package/cen/attachInstances.js +40 -0
- package/cen/attachInstances.js.map +1 -0
- package/cen/bandwidthPackage.d.ts +268 -0
- package/cen/bandwidthPackage.js +115 -0
- package/cen/bandwidthPackage.js.map +1 -0
- package/cen/bandwidthPackageAssociate.d.ts +82 -0
- package/cen/bandwidthPackageAssociate.js +79 -0
- package/cen/bandwidthPackageAssociate.js.map +1 -0
- package/cen/bandwidthPackages.d.ts +126 -0
- package/cen/bandwidthPackages.js +44 -0
- package/cen/bandwidthPackages.js.map +1 -0
- package/cen/cen.d.ts +156 -0
- package/cen/cen.js +90 -0
- package/cen/cen.js.map +1 -0
- package/cen/cens.d.ts +92 -0
- package/cen/cens.js +40 -0
- package/cen/cens.js.map +1 -0
- package/cen/grantInstance.d.ts +121 -0
- package/cen/grantInstance.js +97 -0
- package/cen/grantInstance.js.map +1 -0
- package/cen/index.d.ts +14 -0
- package/cen/index.js +78 -0
- package/cen/index.js.map +1 -0
- package/cen/interRegionBandwidth.d.ts +140 -0
- package/cen/interRegionBandwidth.js +99 -0
- package/cen/interRegionBandwidth.js.map +1 -0
- package/cen/interRegionBandwidths.d.ts +62 -0
- package/cen/interRegionBandwidths.js +37 -0
- package/cen/interRegionBandwidths.js.map +1 -0
- package/cen/routeEntries.d.ts +113 -0
- package/cen/routeEntries.js +40 -0
- package/cen/routeEntries.js.map +1 -0
- package/cen/routeEntry.d.ts +152 -0
- package/cen/routeEntry.js +107 -0
- package/cen/routeEntry.js.map +1 -0
- package/cen/serviceRouteEntries.d.ts +101 -0
- package/cen/serviceRouteEntries.js +40 -0
- package/cen/serviceRouteEntries.js.map +1 -0
- package/cen/serviceRouteEntry.d.ts +215 -0
- package/cen/serviceRouteEntry.js +155 -0
- package/cen/serviceRouteEntry.js.map +1 -0
- package/clb/acl.d.ts +125 -0
- package/clb/acl.js +89 -0
- package/clb/acl.js.map +1 -0
- package/clb/aclEntry.d.ts +99 -0
- package/clb/aclEntry.js +86 -0
- package/clb/aclEntry.js.map +1 -0
- package/clb/acls.d.ts +95 -0
- package/clb/acls.js +40 -0
- package/clb/acls.js.map +1 -0
- package/clb/certificate.d.ts +166 -0
- package/clb/certificate.js +122 -0
- package/clb/certificate.js.map +1 -0
- package/clb/certificates.d.ts +150 -0
- package/clb/certificates.js +84 -0
- package/clb/certificates.js.map +1 -0
- package/clb/clb.d.ts +348 -0
- package/clb/clb.js +179 -0
- package/clb/clb.js.map +1 -0
- package/clb/clbs.d.ts +163 -0
- package/clb/clbs.js +75 -0
- package/clb/clbs.js.map +1 -0
- package/clb/index.d.ts +16 -0
- package/clb/index.js +80 -0
- package/clb/index.js.map +1 -0
- package/clb/listener.d.ts +279 -0
- package/clb/listener.js +155 -0
- package/clb/listener.js.map +1 -0
- package/clb/listeners.d.ts +140 -0
- package/clb/listeners.js +88 -0
- package/clb/listeners.js.map +1 -0
- package/clb/rule.d.ts +168 -0
- package/clb/rule.js +135 -0
- package/clb/rule.js.map +1 -0
- package/clb/rules.d.ts +122 -0
- package/clb/rules.js +92 -0
- package/clb/rules.js.map +1 -0
- package/clb/serverGroup.d.ts +131 -0
- package/clb/serverGroup.js +105 -0
- package/clb/serverGroup.js.map +1 -0
- package/clb/serverGroupServer.d.ts +198 -0
- package/clb/serverGroupServer.js +145 -0
- package/clb/serverGroupServer.js.map +1 -0
- package/clb/serverGroupServers.d.ts +133 -0
- package/clb/serverGroupServers.js +91 -0
- package/clb/serverGroupServers.js.map +1 -0
- package/clb/serverGroups.d.ts +121 -0
- package/clb/serverGroups.js +69 -0
- package/clb/serverGroups.js.map +1 -0
- package/clb/zones.d.ts +51 -0
- package/clb/zones.js +34 -0
- package/clb/zones.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +36 -0
- package/config/vars.js +66 -0
- package/config/vars.js.map +1 -0
- package/cr/authorizationTokens.d.ts +62 -0
- package/cr/authorizationTokens.js +36 -0
- package/cr/authorizationTokens.js.map +1 -0
- package/cr/endpoint.d.ts +90 -0
- package/cr/endpoint.js +78 -0
- package/cr/endpoint.js.map +1 -0
- package/cr/endpoints.d.ts +65 -0
- package/cr/endpoints.js +36 -0
- package/cr/endpoints.js.map +1 -0
- package/cr/index.d.ts +14 -0
- package/cr/index.js +74 -0
- package/cr/index.js.map +1 -0
- package/cr/namespace.d.ts +92 -0
- package/cr/namespace.js +80 -0
- package/cr/namespace.js.map +1 -0
- package/cr/namespaces.d.ts +72 -0
- package/cr/namespaces.js +38 -0
- package/cr/namespaces.js.map +1 -0
- package/cr/registries.d.ts +85 -0
- package/cr/registries.js +44 -0
- package/cr/registries.js.map +1 -0
- package/cr/registry.d.ts +151 -0
- package/cr/registry.js +89 -0
- package/cr/registry.js.map +1 -0
- package/cr/repositories.d.ts +92 -0
- package/cr/repositories.js +42 -0
- package/cr/repositories.js.map +1 -0
- package/cr/repository.d.ts +136 -0
- package/cr/repository.js +91 -0
- package/cr/repository.js.map +1 -0
- package/cr/state.d.ts +90 -0
- package/cr/state.js +77 -0
- package/cr/state.js.map +1 -0
- package/cr/tag.d.ts +157 -0
- package/cr/tag.js +100 -0
- package/cr/tag.js.map +1 -0
- package/cr/tags.d.ts +101 -0
- package/cr/tags.js +43 -0
- package/cr/tags.js.map +1 -0
- package/cr/vpcEndpoint.d.ts +92 -0
- package/cr/vpcEndpoint.js +88 -0
- package/cr/vpcEndpoint.js.map +1 -0
- package/cr/vpcEndpoints.d.ts +80 -0
- package/cr/vpcEndpoints.js +43 -0
- package/cr/vpcEndpoints.js.map +1 -0
- package/ebs/index.d.ts +3 -0
- package/ebs/index.js +43 -0
- package/ebs/index.js.map +1 -0
- package/ebs/volume.d.ts +219 -0
- package/ebs/volume.js +127 -0
- package/ebs/volume.js.map +1 -0
- package/ebs/volumeAttach.d.ts +118 -0
- package/ebs/volumeAttach.js +87 -0
- package/ebs/volumeAttach.js.map +1 -0
- package/ebs/volumes.d.ts +125 -0
- package/ebs/volumes.js +44 -0
- package/ebs/volumes.js.map +1 -0
- package/ecs/deploymentSet.d.ts +116 -0
- package/ecs/deploymentSet.js +84 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/deploymentSetAssociate.d.ts +127 -0
- package/ecs/deploymentSetAssociate.js +124 -0
- package/ecs/deploymentSetAssociate.js.map +1 -0
- package/ecs/deploymentSets.d.ts +94 -0
- package/ecs/deploymentSets.js +50 -0
- package/ecs/deploymentSets.js.map +1 -0
- package/ecs/images.d.ts +130 -0
- package/ecs/images.js +45 -0
- package/ecs/images.js.map +1 -0
- package/ecs/index.d.ts +13 -0
- package/ecs/index.js +73 -0
- package/ecs/index.js.map +1 -0
- package/ecs/instance.d.ts +595 -0
- package/ecs/instance.js +218 -0
- package/ecs/instance.js.map +1 -0
- package/ecs/instances.d.ts +232 -0
- package/ecs/instances.js +95 -0
- package/ecs/instances.js.map +1 -0
- package/ecs/keyPair.d.ts +122 -0
- package/ecs/keyPair.js +84 -0
- package/ecs/keyPair.js.map +1 -0
- package/ecs/keyPairAssociate.d.ts +118 -0
- package/ecs/keyPairAssociate.js +115 -0
- package/ecs/keyPairAssociate.js.map +1 -0
- package/ecs/keyPairs.d.ts +109 -0
- package/ecs/keyPairs.js +46 -0
- package/ecs/keyPairs.js.map +1 -0
- package/ecs/launchTemplate.d.ts +328 -0
- package/ecs/launchTemplate.js +125 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplates.d.ts +95 -0
- package/ecs/launchTemplates.js +54 -0
- package/ecs/launchTemplates.js.map +1 -0
- package/ecs/state.d.ts +135 -0
- package/ecs/state.js +116 -0
- package/ecs/state.js.map +1 -0
- package/ecs/zones.d.ts +62 -0
- package/ecs/zones.js +37 -0
- package/ecs/zones.js.map +1 -0
- package/eip/address.d.ts +197 -0
- package/eip/address.js +100 -0
- package/eip/address.js.map +1 -0
- package/eip/addresses.d.ts +151 -0
- package/eip/addresses.js +47 -0
- package/eip/addresses.js.map +1 -0
- package/eip/associate.d.ts +140 -0
- package/eip/associate.js +120 -0
- package/eip/associate.js.map +1 -0
- package/eip/index.d.ts +3 -0
- package/eip/index.js +43 -0
- package/eip/index.js.map +1 -0
- package/escloud/index.d.ts +4 -0
- package/escloud/index.js +40 -0
- package/escloud/index.js.map +1 -0
- package/escloud/instance.d.ts +104 -0
- package/escloud/instance.js +107 -0
- package/escloud/instance.js.map +1 -0
- package/escloud/instances.d.ts +108 -0
- package/escloud/instances.js +43 -0
- package/escloud/instances.js.map +1 -0
- package/escloud/regions.d.ts +51 -0
- package/escloud/regions.js +34 -0
- package/escloud/regions.js.map +1 -0
- package/escloud/zones.d.ts +62 -0
- package/escloud/zones.js +36 -0
- package/escloud/zones.js.map +1 -0
- package/iam/accessKey.d.ts +135 -0
- package/iam/accessKey.js +82 -0
- package/iam/accessKey.js.map +1 -0
- package/iam/index.d.ts +10 -0
- package/iam/index.js +70 -0
- package/iam/index.js.map +1 -0
- package/iam/loginProfile.d.ts +108 -0
- package/iam/loginProfile.js +85 -0
- package/iam/loginProfile.js.map +1 -0
- package/iam/policies.d.ts +113 -0
- package/iam/policies.js +42 -0
- package/iam/policies.js.map +1 -0
- package/iam/policy.d.ts +127 -0
- package/iam/policy.js +90 -0
- package/iam/policy.js.map +1 -0
- package/iam/role.d.ts +129 -0
- package/iam/role.js +93 -0
- package/iam/role.js.map +1 -0
- package/iam/rolePolicyAttachment.d.ts +107 -0
- package/iam/rolePolicyAttachment.js +97 -0
- package/iam/rolePolicyAttachment.js.map +1 -0
- package/iam/roles.d.ts +81 -0
- package/iam/roles.js +37 -0
- package/iam/roles.js.map +1 -0
- package/iam/user.d.ts +151 -0
- package/iam/user.js +91 -0
- package/iam/user.js.map +1 -0
- package/iam/userPolicyAttachment.d.ts +104 -0
- package/iam/userPolicyAttachment.js +94 -0
- package/iam/userPolicyAttachment.js.map +1 -0
- package/iam/users.d.ts +69 -0
- package/iam/users.js +36 -0
- package/iam/users.js.map +1 -0
- package/index.d.ts +27 -0
- package/index.js +85 -0
- package/index.js.map +1 -0
- package/mongodb/accounts.d.ts +74 -0
- package/mongodb/accounts.js +37 -0
- package/mongodb/accounts.js.map +1 -0
- package/mongodb/endpoint.d.ts +128 -0
- package/mongodb/endpoint.js +86 -0
- package/mongodb/endpoint.js.map +1 -0
- package/mongodb/endpoints.d.ts +62 -0
- package/mongodb/endpoints.js +37 -0
- package/mongodb/endpoints.js.map +1 -0
- package/mongodb/index.d.ts +16 -0
- package/mongodb/index.js +72 -0
- package/mongodb/index.js.map +1 -0
- package/mongodb/instance.d.ts +289 -0
- package/mongodb/instance.js +128 -0
- package/mongodb/instance.js.map +1 -0
- package/mongodb/instanceParameter.d.ts +113 -0
- package/mongodb/instanceParameter.js +96 -0
- package/mongodb/instanceParameter.js.map +1 -0
- package/mongodb/instanceParameterLogs.d.ts +82 -0
- package/mongodb/instanceParameterLogs.js +40 -0
- package/mongodb/instanceParameterLogs.js.map +1 -0
- package/mongodb/instanceParameters.d.ts +88 -0
- package/mongodb/instanceParameters.js +40 -0
- package/mongodb/instanceParameters.js.map +1 -0
- package/mongodb/instances.d.ts +206 -0
- package/mongodb/instances.js +50 -0
- package/mongodb/instances.js.map +1 -0
- package/mongodb/mongoAllowList.d.ts +120 -0
- package/mongodb/mongoAllowList.js +87 -0
- package/mongodb/mongoAllowList.js.map +1 -0
- package/mongodb/mongoAllowListAssociate.d.ts +82 -0
- package/mongodb/mongoAllowListAssociate.js +79 -0
- package/mongodb/mongoAllowListAssociate.js.map +1 -0
- package/mongodb/mongoAllowLists.d.ts +84 -0
- package/mongodb/mongoAllowLists.js +39 -0
- package/mongodb/mongoAllowLists.js.map +1 -0
- package/mongodb/regions.d.ts +51 -0
- package/mongodb/regions.js +34 -0
- package/mongodb/regions.js.map +1 -0
- package/mongodb/specs.d.ts +60 -0
- package/mongodb/specs.js +35 -0
- package/mongodb/specs.js.map +1 -0
- package/mongodb/sslState.d.ts +111 -0
- package/mongodb/sslState.js +84 -0
- package/mongodb/sslState.js.map +1 -0
- package/mongodb/sslStates.d.ts +65 -0
- package/mongodb/sslStates.js +36 -0
- package/mongodb/sslStates.js.map +1 -0
- package/mongodb/zones.d.ts +62 -0
- package/mongodb/zones.js +36 -0
- package/mongodb/zones.js.map +1 -0
- package/nat/dnatEntries.d.ts +144 -0
- package/nat/dnatEntries.js +42 -0
- package/nat/dnatEntries.js.map +1 -0
- package/nat/dnatEntry.d.ts +155 -0
- package/nat/dnatEntry.js +108 -0
- package/nat/dnatEntry.js.map +1 -0
- package/nat/gateway.d.ts +171 -0
- package/nat/gateway.js +97 -0
- package/nat/gateway.js.map +1 -0
- package/nat/gateways.d.ts +146 -0
- package/nat/gateways.js +47 -0
- package/nat/gateways.js.map +1 -0
- package/nat/index.d.ts +6 -0
- package/nat/index.js +50 -0
- package/nat/index.js.map +1 -0
- package/nat/snatEntries.d.ts +122 -0
- package/nat/snatEntries.js +42 -0
- package/nat/snatEntries.js.map +1 -0
- package/nat/snatEntry.d.ts +128 -0
- package/nat/snatEntry.js +89 -0
- package/nat/snatEntry.js.map +1 -0
- package/package.json +29 -0
- package/package.json.bak +29 -0
- package/privatelink/index.d.ts +12 -0
- package/privatelink/index.js +72 -0
- package/privatelink/index.js.map +1 -0
- package/privatelink/securityGroup.d.ts +82 -0
- package/privatelink/securityGroup.js +79 -0
- package/privatelink/securityGroup.js.map +1 -0
- package/privatelink/vpcEndpoint.d.ts +197 -0
- package/privatelink/vpcEndpoint.js +110 -0
- package/privatelink/vpcEndpoint.js.map +1 -0
- package/privatelink/vpcEndpointConnection.d.ts +131 -0
- package/privatelink/vpcEndpointConnection.js +91 -0
- package/privatelink/vpcEndpointConnection.js.map +1 -0
- package/privatelink/vpcEndpointConnections.d.ts +90 -0
- package/privatelink/vpcEndpointConnections.js +39 -0
- package/privatelink/vpcEndpointConnections.js.map +1 -0
- package/privatelink/vpcEndpointService.d.ts +171 -0
- package/privatelink/vpcEndpointService.js +100 -0
- package/privatelink/vpcEndpointService.js.map +1 -0
- package/privatelink/vpcEndpointServicePermission.d.ts +86 -0
- package/privatelink/vpcEndpointServicePermission.js +83 -0
- package/privatelink/vpcEndpointServicePermission.js.map +1 -0
- package/privatelink/vpcEndpointServicePermissions.d.ts +74 -0
- package/privatelink/vpcEndpointServicePermissions.js +37 -0
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -0
- package/privatelink/vpcEndpointServiceResource.d.ts +90 -0
- package/privatelink/vpcEndpointServiceResource.js +87 -0
- package/privatelink/vpcEndpointServiceResource.js.map +1 -0
- package/privatelink/vpcEndpointServices.d.ts +86 -0
- package/privatelink/vpcEndpointServices.js +42 -0
- package/privatelink/vpcEndpointServices.js.map +1 -0
- package/privatelink/vpcEndpointZone.d.ts +127 -0
- package/privatelink/vpcEndpointZone.js +90 -0
- package/privatelink/vpcEndpointZone.js.map +1 -0
- package/privatelink/vpcEndpointZones.d.ts +62 -0
- package/privatelink/vpcEndpointZones.js +37 -0
- package/privatelink/vpcEndpointZones.js.map +1 -0
- package/privatelink/vpcEndpoints.d.ts +119 -0
- package/privatelink/vpcEndpoints.js +42 -0
- package/privatelink/vpcEndpoints.js.map +1 -0
- package/provider.d.ts +95 -0
- package/provider.js +54 -0
- package/provider.js.map +1 -0
- package/rds/account.d.ts +144 -0
- package/rds/account.js +91 -0
- package/rds/account.js.map +1 -0
- package/rds/accountPrivilege.d.ts +131 -0
- package/rds/accountPrivilege.js +105 -0
- package/rds/accountPrivilege.js.map +1 -0
- package/rds/accounts.d.ts +83 -0
- package/rds/accounts.js +38 -0
- package/rds/accounts.js.map +1 -0
- package/rds/database.d.ts +113 -0
- package/rds/database.js +85 -0
- package/rds/database.js.map +1 -0
- package/rds/databases.d.ts +83 -0
- package/rds/databases.js +38 -0
- package/rds/databases.js.map +1 -0
- package/rds/index.d.ts +11 -0
- package/rds/index.js +67 -0
- package/rds/index.js.map +1 -0
- package/rds/instance.d.ts +403 -0
- package/rds/instance.js +145 -0
- package/rds/instance.js.map +1 -0
- package/rds/instances.d.ts +140 -0
- package/rds/instances.js +44 -0
- package/rds/instances.js.map +1 -0
- package/rds/ipList.d.ts +98 -0
- package/rds/ipList.js +88 -0
- package/rds/ipList.js.map +1 -0
- package/rds/ipLists.d.ts +71 -0
- package/rds/ipLists.js +37 -0
- package/rds/ipLists.js.map +1 -0
- package/rds/parameterTemplate.d.ts +144 -0
- package/rds/parameterTemplate.js +101 -0
- package/rds/parameterTemplate.js.map +1 -0
- package/rds/parameterTemplates.d.ts +117 -0
- package/rds/parameterTemplates.js +39 -0
- package/rds/parameterTemplates.js.map +1 -0
- package/rds_mysql/account.d.ts +157 -0
- package/rds_mysql/account.js +93 -0
- package/rds_mysql/account.js.map +1 -0
- package/rds_mysql/accounts.d.ts +84 -0
- package/rds_mysql/accounts.js +39 -0
- package/rds_mysql/accounts.js.map +1 -0
- package/rds_mysql/allowlist.d.ts +115 -0
- package/rds_mysql/allowlist.js +86 -0
- package/rds_mysql/allowlist.js.map +1 -0
- package/rds_mysql/allowlistAssociate.d.ts +82 -0
- package/rds_mysql/allowlistAssociate.js +79 -0
- package/rds_mysql/allowlistAssociate.js.map +1 -0
- package/rds_mysql/allowlists.d.ts +74 -0
- package/rds_mysql/allowlists.js +37 -0
- package/rds_mysql/allowlists.js.map +1 -0
- package/rds_mysql/database.d.ts +113 -0
- package/rds_mysql/database.js +82 -0
- package/rds_mysql/database.js.map +1 -0
- package/rds_mysql/databases.d.ts +84 -0
- package/rds_mysql/databases.js +39 -0
- package/rds_mysql/databases.js.map +1 -0
- package/rds_mysql/index.d.ts +10 -0
- package/rds_mysql/index.js +66 -0
- package/rds_mysql/index.js.map +1 -0
- package/rds_mysql/instance.d.ts +412 -0
- package/rds_mysql/instance.js +179 -0
- package/rds_mysql/instance.js.map +1 -0
- package/rds_mysql/instanceReadonlyNode.d.ts +103 -0
- package/rds_mysql/instanceReadonlyNode.js +87 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -0
- package/rds_mysql/instances.d.ts +154 -0
- package/rds_mysql/instances.js +45 -0
- package/rds_mysql/instances.js.map +1 -0
- package/rds_v2/index.d.ts +2 -0
- package/rds_v2/index.js +38 -0
- package/rds_v2/index.js.map +1 -0
- package/rds_v2/rdsInstanceV2.d.ts +289 -0
- package/rds_v2/rdsInstanceV2.js +145 -0
- package/rds_v2/rdsInstanceV2.js.map +1 -0
- package/rds_v2/rdsInstancesV2.d.ts +234 -0
- package/rds_v2/rdsInstancesV2.js +44 -0
- package/rds_v2/rdsInstancesV2.js.map +1 -0
- package/redis/account.d.ts +121 -0
- package/redis/account.js +94 -0
- package/redis/account.js.map +1 -0
- package/redis/accounts.d.ts +77 -0
- package/redis/accounts.js +37 -0
- package/redis/accounts.js.map +1 -0
- package/redis/allowList.d.ts +141 -0
- package/redis/allowList.js +97 -0
- package/redis/allowList.js.map +1 -0
- package/redis/allowListAssociate.d.ts +86 -0
- package/redis/allowListAssociate.js +83 -0
- package/redis/allowListAssociate.js.map +1 -0
- package/redis/allowLists.d.ts +83 -0
- package/redis/allowLists.js +38 -0
- package/redis/allowLists.js.map +1 -0
- package/redis/backup.d.ts +134 -0
- package/redis/backup.js +89 -0
- package/redis/backup.js.map +1 -0
- package/redis/backupRestore.d.ts +94 -0
- package/redis/backupRestore.js +81 -0
- package/redis/backupRestore.js.map +1 -0
- package/redis/backups.d.ts +99 -0
- package/redis/backups.js +40 -0
- package/redis/backups.js.map +1 -0
- package/redis/continuousBackup.d.ts +69 -0
- package/redis/continuousBackup.js +73 -0
- package/redis/continuousBackup.js.map +1 -0
- package/redis/endpoint.d.ts +82 -0
- package/redis/endpoint.js +79 -0
- package/redis/endpoint.js.map +1 -0
- package/redis/index.d.ts +16 -0
- package/redis/index.js +84 -0
- package/redis/index.js.map +1 -0
- package/redis/instance.d.ts +392 -0
- package/redis/instance.js +181 -0
- package/redis/instance.js.map +1 -0
- package/redis/instances.d.ts +179 -0
- package/redis/instances.js +47 -0
- package/redis/instances.js.map +1 -0
- package/redis/pitrTimeWindows.d.ts +31 -0
- package/redis/pitrTimeWindows.js +23 -0
- package/redis/pitrTimeWindows.js.map +1 -0
- package/redis/regions.d.ts +65 -0
- package/redis/regions.js +37 -0
- package/redis/regions.js.map +1 -0
- package/redis/state.d.ts +82 -0
- package/redis/state.js +79 -0
- package/redis/state.js.map +1 -0
- package/redis/zones.d.ts +62 -0
- package/redis/zones.js +36 -0
- package/redis/zones.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +26 -0
- package/tls/alarm.d.ts +222 -0
- package/tls/alarm.js +134 -0
- package/tls/alarm.js.map +1 -0
- package/tls/alarmNotifyGroup.d.ts +126 -0
- package/tls/alarmNotifyGroup.js +99 -0
- package/tls/alarmNotifyGroup.js.map +1 -0
- package/tls/alarmNotifyGroups.d.ts +96 -0
- package/tls/alarmNotifyGroups.js +38 -0
- package/tls/alarmNotifyGroups.js.map +1 -0
- package/tls/alarms.d.ts +125 -0
- package/tls/alarms.js +41 -0
- package/tls/alarms.js.map +1 -0
- package/tls/host.d.ts +82 -0
- package/tls/host.js +79 -0
- package/tls/host.js.map +1 -0
- package/tls/hostGroup.d.ts +225 -0
- package/tls/hostGroup.js +110 -0
- package/tls/hostGroup.js.map +1 -0
- package/tls/hostGroups.d.ts +126 -0
- package/tls/hostGroups.js +43 -0
- package/tls/hostGroups.js.map +1 -0
- package/tls/hosts.d.ts +89 -0
- package/tls/hosts.js +38 -0
- package/tls/hosts.js.map +1 -0
- package/tls/index.d.ts +21 -0
- package/tls/index.js +93 -0
- package/tls/index.js.map +1 -0
- package/tls/index_.d.ts +143 -0
- package/tls/index_.js +114 -0
- package/tls/index_.js.map +1 -0
- package/tls/indexes.d.ts +62 -0
- package/tls/indexes.js +36 -0
- package/tls/indexes.js.map +1 -0
- package/tls/kafkaConsumer.d.ts +85 -0
- package/tls/kafkaConsumer.js +77 -0
- package/tls/kafkaConsumer.js.map +1 -0
- package/tls/kafkaConsumers.d.ts +66 -0
- package/tls/kafkaConsumers.js +41 -0
- package/tls/kafkaConsumers.js.map +1 -0
- package/tls/project.d.ts +136 -0
- package/tls/project.js +91 -0
- package/tls/project.js.map +1 -0
- package/tls/projects.d.ts +119 -0
- package/tls/projects.js +42 -0
- package/tls/projects.js.map +1 -0
- package/tls/rule.d.ts +284 -0
- package/tls/rule.js +194 -0
- package/tls/rule.js.map +1 -0
- package/tls/ruleApplier.d.ts +82 -0
- package/tls/ruleApplier.js +79 -0
- package/tls/ruleApplier.js.map +1 -0
- package/tls/ruleAppliers.d.ts +62 -0
- package/tls/ruleAppliers.js +36 -0
- package/tls/ruleAppliers.js.map +1 -0
- package/tls/rules.d.ts +110 -0
- package/tls/rules.js +40 -0
- package/tls/rules.js.map +1 -0
- package/tls/shards.d.ts +65 -0
- package/tls/shards.js +36 -0
- package/tls/shards.js.map +1 -0
- package/tls/topic.d.ts +219 -0
- package/tls/topic.js +119 -0
- package/tls/topic.js.map +1 -0
- package/tls/topics.d.ts +120 -0
- package/tls/topics.js +42 -0
- package/tls/topics.js.map +1 -0
- package/tos/bucket.d.ts +163 -0
- package/tos/bucket.js +102 -0
- package/tos/bucket.js.map +1 -0
- package/tos/bucketObject.d.ts +198 -0
- package/tos/bucketObject.js +115 -0
- package/tos/bucketObject.js.map +1 -0
- package/tos/bucketObjects.d.ts +80 -0
- package/tos/bucketObjects.js +38 -0
- package/tos/bucketObjects.js.map +1 -0
- package/tos/bucketPolicy.d.ts +93 -0
- package/tos/bucketPolicy.js +87 -0
- package/tos/bucketPolicy.js.map +1 -0
- package/tos/buckets.d.ts +71 -0
- package/tos/buckets.js +38 -0
- package/tos/buckets.js.map +1 -0
- package/tos/index.d.ts +5 -0
- package/tos/index.js +49 -0
- package/tos/index.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +2754 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +11698 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +57 -0
- package/utilities.js.map +1 -0
- package/veenedge/availableResources.d.ts +82 -0
- package/veenedge/availableResources.js +40 -0
- package/veenedge/availableResources.js.map +1 -0
- package/veenedge/cloudServer.d.ts +267 -0
- package/veenedge/cloudServer.js +161 -0
- package/veenedge/cloudServer.js.map +1 -0
- package/veenedge/cloudServers.d.ts +69 -0
- package/veenedge/cloudServers.js +36 -0
- package/veenedge/cloudServers.js.map +1 -0
- package/veenedge/index.d.ts +8 -0
- package/veenedge/index.js +52 -0
- package/veenedge/index.js.map +1 -0
- package/veenedge/instance.d.ts +170 -0
- package/veenedge/instance.js +91 -0
- package/veenedge/instance.js.map +1 -0
- package/veenedge/instanceTypes.d.ts +51 -0
- package/veenedge/instanceTypes.js +34 -0
- package/veenedge/instanceTypes.js.map +1 -0
- package/veenedge/instances.d.ts +92 -0
- package/veenedge/instances.js +43 -0
- package/veenedge/instances.js.map +1 -0
- package/veenedge/vpc.d.ts +108 -0
- package/veenedge/vpc.js +88 -0
- package/veenedge/vpc.js.map +1 -0
- package/veenedge/vpcs.d.ts +69 -0
- package/veenedge/vpcs.js +36 -0
- package/veenedge/vpcs.js.map +1 -0
- package/vke/addon.d.ts +135 -0
- package/vke/addon.js +89 -0
- package/vke/addon.js.map +1 -0
- package/vke/addons.d.ts +125 -0
- package/vke/addons.js +44 -0
- package/vke/addons.js.map +1 -0
- package/vke/cluster.d.ts +243 -0
- package/vke/cluster.js +144 -0
- package/vke/cluster.js.map +1 -0
- package/vke/clusters.d.ts +165 -0
- package/vke/clusters.js +51 -0
- package/vke/clusters.js.map +1 -0
- package/vke/defaultNodePool.d.ts +185 -0
- package/vke/defaultNodePool.js +148 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/defaultNodePoolBatchAttach.d.ts +248 -0
- package/vke/defaultNodePoolBatchAttach.js +206 -0
- package/vke/defaultNodePoolBatchAttach.js.map +1 -0
- package/vke/index.d.ts +13 -0
- package/vke/index.js +73 -0
- package/vke/index.js.map +1 -0
- package/vke/kubeconfig.d.ts +94 -0
- package/vke/kubeconfig.js +81 -0
- package/vke/kubeconfig.js.map +1 -0
- package/vke/kubeconfigs.d.ts +111 -0
- package/vke/kubeconfigs.js +46 -0
- package/vke/kubeconfigs.js.map +1 -0
- package/vke/node.d.ts +294 -0
- package/vke/node.js +210 -0
- package/vke/node.js.map +1 -0
- package/vke/nodePool.d.ts +187 -0
- package/vke/nodePool.js +133 -0
- package/vke/nodePool.js.map +1 -0
- package/vke/nodePools.d.ts +159 -0
- package/vke/nodePools.js +47 -0
- package/vke/nodePools.js.map +1 -0
- package/vke/nodes.d.ts +145 -0
- package/vke/nodes.js +58 -0
- package/vke/nodes.js.map +1 -0
- package/vke/supportAddons.d.ts +126 -0
- package/vke/supportAddons.js +44 -0
- package/vke/supportAddons.js.map +1 -0
- package/vpc/index.d.ts +24 -0
- package/vpc/index.js +108 -0
- package/vpc/index.js.map +1 -0
- package/vpc/ipv6AddressBandwidth.d.ts +197 -0
- package/vpc/ipv6AddressBandwidth.js +112 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6AddressBandwidths.d.ts +122 -0
- package/vpc/ipv6AddressBandwidths.js +43 -0
- package/vpc/ipv6AddressBandwidths.js.map +1 -0
- package/vpc/ipv6Addresses.d.ts +62 -0
- package/vpc/ipv6Addresses.js +37 -0
- package/vpc/ipv6Addresses.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +126 -0
- package/vpc/ipv6Gateway.js +86 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/ipv6Gateways.d.ts +92 -0
- package/vpc/ipv6Gateways.js +40 -0
- package/vpc/ipv6Gateways.js.map +1 -0
- package/vpc/networkAcl.d.ts +153 -0
- package/vpc/networkAcl.js +106 -0
- package/vpc/networkAcl.js.map +1 -0
- package/vpc/networkAclAssociate.d.ts +86 -0
- package/vpc/networkAclAssociate.js +83 -0
- package/vpc/networkAclAssociate.js.map +1 -0
- package/vpc/networkAcls.d.ts +107 -0
- package/vpc/networkAcls.js +44 -0
- package/vpc/networkAcls.js.map +1 -0
- package/vpc/networkInterface.d.ts +193 -0
- package/vpc/networkInterface.js +103 -0
- package/vpc/networkInterface.js.map +1 -0
- package/vpc/networkInterfaceAttach.d.ts +82 -0
- package/vpc/networkInterfaceAttach.js +79 -0
- package/vpc/networkInterfaceAttach.js.map +1 -0
- package/vpc/networkInterfaces.d.ts +203 -0
- package/vpc/networkInterfaces.js +50 -0
- package/vpc/networkInterfaces.js.map +1 -0
- package/vpc/routeEntries.d.ts +132 -0
- package/vpc/routeEntries.js +43 -0
- package/vpc/routeEntries.js.map +1 -0
- package/vpc/routeEntry.d.ts +150 -0
- package/vpc/routeEntry.js +101 -0
- package/vpc/routeEntry.js.map +1 -0
- package/vpc/routeTable.d.ts +108 -0
- package/vpc/routeTable.js +82 -0
- package/vpc/routeTable.js.map +1 -0
- package/vpc/routeTableAssociate.d.ts +82 -0
- package/vpc/routeTableAssociate.js +79 -0
- package/vpc/routeTableAssociate.js.map +1 -0
- package/vpc/routeTables.d.ts +102 -0
- package/vpc/routeTables.js +44 -0
- package/vpc/routeTables.js.map +1 -0
- package/vpc/securityGroup.d.ts +135 -0
- package/vpc/securityGroup.js +86 -0
- package/vpc/securityGroup.js.map +1 -0
- package/vpc/securityGroupRule.d.ts +230 -0
- package/vpc/securityGroupRule.js +150 -0
- package/vpc/securityGroupRule.js.map +1 -0
- package/vpc/securityGroupRules.d.ts +109 -0
- package/vpc/securityGroupRules.js +40 -0
- package/vpc/securityGroupRules.js.map +1 -0
- package/vpc/securityGroups.d.ts +116 -0
- package/vpc/securityGroups.js +42 -0
- package/vpc/securityGroups.js.map +1 -0
- package/vpc/subnet.d.ts +160 -0
- package/vpc/subnet.js +98 -0
- package/vpc/subnet.js.map +1 -0
- package/vpc/subnets.d.ts +119 -0
- package/vpc/subnets.js +42 -0
- package/vpc/subnets.js.map +1 -0
- package/vpc/vpc.d.ts +248 -0
- package/vpc/vpc.js +115 -0
- package/vpc/vpc.js.map +1 -0
- package/vpc/vpcs.d.ts +107 -0
- package/vpc/vpcs.js +41 -0
- package/vpc/vpcs.js.map +1 -0
- package/vpn/connection.d.ts +482 -0
- package/vpn/connection.js +177 -0
- package/vpn/connection.js.map +1 -0
- package/vpn/connections.d.ts +104 -0
- package/vpn/connections.js +41 -0
- package/vpn/connections.js.map +1 -0
- package/vpn/customerGateway.d.ts +156 -0
- package/vpn/customerGateway.js +94 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/customerGateways.d.ts +92 -0
- package/vpn/customerGateways.js +40 -0
- package/vpn/customerGateways.js.map +1 -0
- package/vpn/gateway.d.ts +281 -0
- package/vpn/gateway.js +126 -0
- package/vpn/gateway.js.map +1 -0
- package/vpn/gatewayRoute.d.ts +127 -0
- package/vpn/gatewayRoute.js +93 -0
- package/vpn/gatewayRoute.js.map +1 -0
- package/vpn/gatewayRoutes.d.ts +98 -0
- package/vpn/gatewayRoutes.js +40 -0
- package/vpn/gatewayRoutes.js.map +1 -0
- package/vpn/gateways.d.ts +125 -0
- package/vpn/gateways.js +43 -0
- package/vpn/gateways.js.map +1 -0
- package/vpn/index.d.ts +8 -0
- package/vpn/index.js +56 -0
- package/vpn/index.js.map +1 -0
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* (Deprecated! Recommend use volcengine_rds_mysql_*** replace) Provides a resource to manage rds instance v2
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = new volcengine.rds_v2.RdsInstanceV2("foo", {
|
|
12
|
+
* chargeInfo: {
|
|
13
|
+
* chargeType: "PostPaid",
|
|
14
|
+
* },
|
|
15
|
+
* dbEngineVersion: "MySQL_5_7",
|
|
16
|
+
* instanceName: "tf-test-v2",
|
|
17
|
+
* instanceType: "HA",
|
|
18
|
+
* lowerCaseTableNames: "1",
|
|
19
|
+
* nodeInfos: [
|
|
20
|
+
* {
|
|
21
|
+
* nodeSpec: "rds.mysql.2c4g",
|
|
22
|
+
* nodeType: "Primary",
|
|
23
|
+
* zoneId: "cn-beijing-a",
|
|
24
|
+
* },
|
|
25
|
+
* {
|
|
26
|
+
* nodeSpec: "rds.mysql.2c4g",
|
|
27
|
+
* nodeType: "Secondary",
|
|
28
|
+
* zoneId: "cn-beijing-a",
|
|
29
|
+
* },
|
|
30
|
+
* {
|
|
31
|
+
* nodeSpec: "rds.mysql.1c2g",
|
|
32
|
+
* nodeType: "ReadOnly",
|
|
33
|
+
* zoneId: "cn-beijing-a",
|
|
34
|
+
* },
|
|
35
|
+
* ],
|
|
36
|
+
* projectName: "yyy",
|
|
37
|
+
* storageSpace: 100,
|
|
38
|
+
* storageType: "LocalSSD",
|
|
39
|
+
* subnetId: "subnet-mj92ij84m5fk5smt1arvwrtw",
|
|
40
|
+
* vpcId: "vpc-13fawddpwi41s3n6nu4g2y8bt",
|
|
41
|
+
* });
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* ## Import
|
|
45
|
+
*
|
|
46
|
+
* RDS Instance can be imported using the id, e.g.
|
|
47
|
+
*
|
|
48
|
+
* ```sh
|
|
49
|
+
* $ pulumi import volcengine:rds_v2/rdsInstanceV2:RdsInstanceV2 default mysql-42b38c769c4b
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export declare class RdsInstanceV2 extends pulumi.CustomResource {
|
|
53
|
+
/**
|
|
54
|
+
* Get an existing RdsInstanceV2 resource's state with the given name, ID, and optional extra
|
|
55
|
+
* properties used to qualify the lookup.
|
|
56
|
+
*
|
|
57
|
+
* @param name The _unique_ name of the resulting resource.
|
|
58
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
59
|
+
* @param state Any extra arguments used during the lookup.
|
|
60
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
61
|
+
*/
|
|
62
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RdsInstanceV2State, opts?: pulumi.CustomResourceOptions): RdsInstanceV2;
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of RdsInstanceV2. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj: any): obj is RdsInstanceV2;
|
|
68
|
+
/**
|
|
69
|
+
* Payment methods.
|
|
70
|
+
*/
|
|
71
|
+
readonly chargeInfo: pulumi.Output<outputs.rds_v2.RdsInstanceV2ChargeInfo>;
|
|
72
|
+
/**
|
|
73
|
+
* The connection info ot the RDS instance.
|
|
74
|
+
*/
|
|
75
|
+
readonly connectionInfos: pulumi.Output<outputs.rds_v2.RdsInstanceV2ConnectionInfo[]>;
|
|
76
|
+
/**
|
|
77
|
+
* Instance type. Value:
|
|
78
|
+
* MySQL_5_7
|
|
79
|
+
* MySQL_8_0.
|
|
80
|
+
*/
|
|
81
|
+
readonly dbEngineVersion: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Parameter template ID. It only takes effect when the database type is MySQL/PostgreSQL/SQL_Server. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
84
|
+
*/
|
|
85
|
+
readonly dbParamGroupId: pulumi.Output<string | undefined>;
|
|
86
|
+
/**
|
|
87
|
+
* Time zone. Support UTC -12:00 ~ +13:00. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
88
|
+
*/
|
|
89
|
+
readonly dbTimeZone: pulumi.Output<string | undefined>;
|
|
90
|
+
/**
|
|
91
|
+
* Instance name. Cannot start with a number or a dash
|
|
92
|
+
* Can only contain Chinese characters, letters, numbers, underscores and dashes
|
|
93
|
+
* The length is limited between 1 ~ 128.
|
|
94
|
+
*/
|
|
95
|
+
readonly instanceName: pulumi.Output<string | undefined>;
|
|
96
|
+
/**
|
|
97
|
+
* Instance type. Value:
|
|
98
|
+
* HA: High availability version.
|
|
99
|
+
*/
|
|
100
|
+
readonly instanceType: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Whether the table name is case sensitive, the default value is 1.
|
|
103
|
+
* Ranges:
|
|
104
|
+
* 0: Table names are stored as fixed and table names are case-sensitive.
|
|
105
|
+
* 1: Table names will be stored in lowercase and table names are not case sensitive.
|
|
106
|
+
*/
|
|
107
|
+
readonly lowerCaseTableNames: pulumi.Output<string | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* Instance specification configuration. This parameter is required for RDS for MySQL, RDS for PostgreSQL and MySQL Sharding. There is one and only one Primary node, one and only one Secondary node, and 0-10 Read-Only nodes.
|
|
110
|
+
*/
|
|
111
|
+
readonly nodeInfos: pulumi.Output<outputs.rds_v2.RdsInstanceV2NodeInfo[]>;
|
|
112
|
+
/**
|
|
113
|
+
* Subordinate to the project.
|
|
114
|
+
*/
|
|
115
|
+
readonly projectName: pulumi.Output<string | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* Instance storage space.
|
|
118
|
+
* When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, value range: [20, 3000], unit: GB, increments every 100GB.
|
|
119
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, this parameter does not need to be passed.
|
|
120
|
+
*/
|
|
121
|
+
readonly storageSpace: pulumi.Output<number | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is:
|
|
124
|
+
* LocalSSD - local SSD disk
|
|
125
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, the value is:
|
|
126
|
+
* DistributedStorage - Distributed Storage.
|
|
127
|
+
*/
|
|
128
|
+
readonly storageType: pulumi.Output<string>;
|
|
129
|
+
/**
|
|
130
|
+
* Subnet ID.
|
|
131
|
+
*/
|
|
132
|
+
readonly subnetId: pulumi.Output<string>;
|
|
133
|
+
/**
|
|
134
|
+
* Private network (VPC) ID. You can call the DescribeVpcs query and use this parameter to specify the VPC where the instance is to be created.
|
|
135
|
+
*/
|
|
136
|
+
readonly vpcId: pulumi.Output<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Create a RdsInstanceV2 resource with the given unique name, arguments, and options.
|
|
139
|
+
*
|
|
140
|
+
* @param name The _unique_ name of the resource.
|
|
141
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
142
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
143
|
+
*/
|
|
144
|
+
constructor(name: string, args: RdsInstanceV2Args, opts?: pulumi.CustomResourceOptions);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Input properties used for looking up and filtering RdsInstanceV2 resources.
|
|
148
|
+
*/
|
|
149
|
+
export interface RdsInstanceV2State {
|
|
150
|
+
/**
|
|
151
|
+
* Payment methods.
|
|
152
|
+
*/
|
|
153
|
+
chargeInfo?: pulumi.Input<inputs.rds_v2.RdsInstanceV2ChargeInfo>;
|
|
154
|
+
/**
|
|
155
|
+
* The connection info ot the RDS instance.
|
|
156
|
+
*/
|
|
157
|
+
connectionInfos?: pulumi.Input<pulumi.Input<inputs.rds_v2.RdsInstanceV2ConnectionInfo>[]>;
|
|
158
|
+
/**
|
|
159
|
+
* Instance type. Value:
|
|
160
|
+
* MySQL_5_7
|
|
161
|
+
* MySQL_8_0.
|
|
162
|
+
*/
|
|
163
|
+
dbEngineVersion?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Parameter template ID. It only takes effect when the database type is MySQL/PostgreSQL/SQL_Server. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
166
|
+
*/
|
|
167
|
+
dbParamGroupId?: pulumi.Input<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Time zone. Support UTC -12:00 ~ +13:00. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
170
|
+
*/
|
|
171
|
+
dbTimeZone?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Instance name. Cannot start with a number or a dash
|
|
174
|
+
* Can only contain Chinese characters, letters, numbers, underscores and dashes
|
|
175
|
+
* The length is limited between 1 ~ 128.
|
|
176
|
+
*/
|
|
177
|
+
instanceName?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* Instance type. Value:
|
|
180
|
+
* HA: High availability version.
|
|
181
|
+
*/
|
|
182
|
+
instanceType?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Whether the table name is case sensitive, the default value is 1.
|
|
185
|
+
* Ranges:
|
|
186
|
+
* 0: Table names are stored as fixed and table names are case-sensitive.
|
|
187
|
+
* 1: Table names will be stored in lowercase and table names are not case sensitive.
|
|
188
|
+
*/
|
|
189
|
+
lowerCaseTableNames?: pulumi.Input<string>;
|
|
190
|
+
/**
|
|
191
|
+
* Instance specification configuration. This parameter is required for RDS for MySQL, RDS for PostgreSQL and MySQL Sharding. There is one and only one Primary node, one and only one Secondary node, and 0-10 Read-Only nodes.
|
|
192
|
+
*/
|
|
193
|
+
nodeInfos?: pulumi.Input<pulumi.Input<inputs.rds_v2.RdsInstanceV2NodeInfo>[]>;
|
|
194
|
+
/**
|
|
195
|
+
* Subordinate to the project.
|
|
196
|
+
*/
|
|
197
|
+
projectName?: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* Instance storage space.
|
|
200
|
+
* When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, value range: [20, 3000], unit: GB, increments every 100GB.
|
|
201
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, this parameter does not need to be passed.
|
|
202
|
+
*/
|
|
203
|
+
storageSpace?: pulumi.Input<number>;
|
|
204
|
+
/**
|
|
205
|
+
* Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is:
|
|
206
|
+
* LocalSSD - local SSD disk
|
|
207
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, the value is:
|
|
208
|
+
* DistributedStorage - Distributed Storage.
|
|
209
|
+
*/
|
|
210
|
+
storageType?: pulumi.Input<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Subnet ID.
|
|
213
|
+
*/
|
|
214
|
+
subnetId?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Private network (VPC) ID. You can call the DescribeVpcs query and use this parameter to specify the VPC where the instance is to be created.
|
|
217
|
+
*/
|
|
218
|
+
vpcId?: pulumi.Input<string>;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* The set of arguments for constructing a RdsInstanceV2 resource.
|
|
222
|
+
*/
|
|
223
|
+
export interface RdsInstanceV2Args {
|
|
224
|
+
/**
|
|
225
|
+
* Payment methods.
|
|
226
|
+
*/
|
|
227
|
+
chargeInfo: pulumi.Input<inputs.rds_v2.RdsInstanceV2ChargeInfo>;
|
|
228
|
+
/**
|
|
229
|
+
* Instance type. Value:
|
|
230
|
+
* MySQL_5_7
|
|
231
|
+
* MySQL_8_0.
|
|
232
|
+
*/
|
|
233
|
+
dbEngineVersion: pulumi.Input<string>;
|
|
234
|
+
/**
|
|
235
|
+
* Parameter template ID. It only takes effect when the database type is MySQL/PostgreSQL/SQL_Server. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
236
|
+
*/
|
|
237
|
+
dbParamGroupId?: pulumi.Input<string>;
|
|
238
|
+
/**
|
|
239
|
+
* Time zone. Support UTC -12:00 ~ +13:00. When importing resources, this attribute will not be imported. If this attribute is set, please use lifecycle and ignoreChanges ignore changes in fields.
|
|
240
|
+
*/
|
|
241
|
+
dbTimeZone?: pulumi.Input<string>;
|
|
242
|
+
/**
|
|
243
|
+
* Instance name. Cannot start with a number or a dash
|
|
244
|
+
* Can only contain Chinese characters, letters, numbers, underscores and dashes
|
|
245
|
+
* The length is limited between 1 ~ 128.
|
|
246
|
+
*/
|
|
247
|
+
instanceName?: pulumi.Input<string>;
|
|
248
|
+
/**
|
|
249
|
+
* Instance type. Value:
|
|
250
|
+
* HA: High availability version.
|
|
251
|
+
*/
|
|
252
|
+
instanceType: pulumi.Input<string>;
|
|
253
|
+
/**
|
|
254
|
+
* Whether the table name is case sensitive, the default value is 1.
|
|
255
|
+
* Ranges:
|
|
256
|
+
* 0: Table names are stored as fixed and table names are case-sensitive.
|
|
257
|
+
* 1: Table names will be stored in lowercase and table names are not case sensitive.
|
|
258
|
+
*/
|
|
259
|
+
lowerCaseTableNames?: pulumi.Input<string>;
|
|
260
|
+
/**
|
|
261
|
+
* Instance specification configuration. This parameter is required for RDS for MySQL, RDS for PostgreSQL and MySQL Sharding. There is one and only one Primary node, one and only one Secondary node, and 0-10 Read-Only nodes.
|
|
262
|
+
*/
|
|
263
|
+
nodeInfos: pulumi.Input<pulumi.Input<inputs.rds_v2.RdsInstanceV2NodeInfo>[]>;
|
|
264
|
+
/**
|
|
265
|
+
* Subordinate to the project.
|
|
266
|
+
*/
|
|
267
|
+
projectName?: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* Instance storage space.
|
|
270
|
+
* When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, value range: [20, 3000], unit: GB, increments every 100GB.
|
|
271
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, this parameter does not need to be passed.
|
|
272
|
+
*/
|
|
273
|
+
storageSpace?: pulumi.Input<number>;
|
|
274
|
+
/**
|
|
275
|
+
* Instance storage type. When the database type is MySQL/PostgreSQL/SQL_Server/MySQL Sharding, the value is:
|
|
276
|
+
* LocalSSD - local SSD disk
|
|
277
|
+
* When the database type is veDB_MySQL/veDB_PostgreSQL, the value is:
|
|
278
|
+
* DistributedStorage - Distributed Storage.
|
|
279
|
+
*/
|
|
280
|
+
storageType: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* Subnet ID.
|
|
283
|
+
*/
|
|
284
|
+
subnetId: pulumi.Input<string>;
|
|
285
|
+
/**
|
|
286
|
+
* Private network (VPC) ID. You can call the DescribeVpcs query and use this parameter to specify the VPC where the instance is to be created.
|
|
287
|
+
*/
|
|
288
|
+
vpcId: pulumi.Input<string>;
|
|
289
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
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.RdsInstanceV2 = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* (Deprecated! Recommend use volcengine_rds_mysql_*** replace) Provides a resource to manage rds instance v2
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = new volcengine.rds_v2.RdsInstanceV2("foo", {
|
|
17
|
+
* chargeInfo: {
|
|
18
|
+
* chargeType: "PostPaid",
|
|
19
|
+
* },
|
|
20
|
+
* dbEngineVersion: "MySQL_5_7",
|
|
21
|
+
* instanceName: "tf-test-v2",
|
|
22
|
+
* instanceType: "HA",
|
|
23
|
+
* lowerCaseTableNames: "1",
|
|
24
|
+
* nodeInfos: [
|
|
25
|
+
* {
|
|
26
|
+
* nodeSpec: "rds.mysql.2c4g",
|
|
27
|
+
* nodeType: "Primary",
|
|
28
|
+
* zoneId: "cn-beijing-a",
|
|
29
|
+
* },
|
|
30
|
+
* {
|
|
31
|
+
* nodeSpec: "rds.mysql.2c4g",
|
|
32
|
+
* nodeType: "Secondary",
|
|
33
|
+
* zoneId: "cn-beijing-a",
|
|
34
|
+
* },
|
|
35
|
+
* {
|
|
36
|
+
* nodeSpec: "rds.mysql.1c2g",
|
|
37
|
+
* nodeType: "ReadOnly",
|
|
38
|
+
* zoneId: "cn-beijing-a",
|
|
39
|
+
* },
|
|
40
|
+
* ],
|
|
41
|
+
* projectName: "yyy",
|
|
42
|
+
* storageSpace: 100,
|
|
43
|
+
* storageType: "LocalSSD",
|
|
44
|
+
* subnetId: "subnet-mj92ij84m5fk5smt1arvwrtw",
|
|
45
|
+
* vpcId: "vpc-13fawddpwi41s3n6nu4g2y8bt",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* ## Import
|
|
50
|
+
*
|
|
51
|
+
* RDS Instance can be imported using the id, e.g.
|
|
52
|
+
*
|
|
53
|
+
* ```sh
|
|
54
|
+
* $ pulumi import volcengine:rds_v2/rdsInstanceV2:RdsInstanceV2 default mysql-42b38c769c4b
|
|
55
|
+
* ```
|
|
56
|
+
*/
|
|
57
|
+
class RdsInstanceV2 extends pulumi.CustomResource {
|
|
58
|
+
/**
|
|
59
|
+
* Get an existing RdsInstanceV2 resource's state with the given name, ID, and optional extra
|
|
60
|
+
* properties used to qualify the lookup.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resulting resource.
|
|
63
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
64
|
+
* @param state Any extra arguments used during the lookup.
|
|
65
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
66
|
+
*/
|
|
67
|
+
static get(name, id, state, opts) {
|
|
68
|
+
return new RdsInstanceV2(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Returns true if the given object is an instance of RdsInstanceV2. This is designed to work even
|
|
72
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
73
|
+
*/
|
|
74
|
+
static isInstance(obj) {
|
|
75
|
+
if (obj === undefined || obj === null) {
|
|
76
|
+
return false;
|
|
77
|
+
}
|
|
78
|
+
return obj['__pulumiType'] === RdsInstanceV2.__pulumiType;
|
|
79
|
+
}
|
|
80
|
+
constructor(name, argsOrState, opts) {
|
|
81
|
+
let resourceInputs = {};
|
|
82
|
+
opts = opts || {};
|
|
83
|
+
if (opts.id) {
|
|
84
|
+
const state = argsOrState;
|
|
85
|
+
resourceInputs["chargeInfo"] = state ? state.chargeInfo : undefined;
|
|
86
|
+
resourceInputs["connectionInfos"] = state ? state.connectionInfos : undefined;
|
|
87
|
+
resourceInputs["dbEngineVersion"] = state ? state.dbEngineVersion : undefined;
|
|
88
|
+
resourceInputs["dbParamGroupId"] = state ? state.dbParamGroupId : undefined;
|
|
89
|
+
resourceInputs["dbTimeZone"] = state ? state.dbTimeZone : undefined;
|
|
90
|
+
resourceInputs["instanceName"] = state ? state.instanceName : undefined;
|
|
91
|
+
resourceInputs["instanceType"] = state ? state.instanceType : undefined;
|
|
92
|
+
resourceInputs["lowerCaseTableNames"] = state ? state.lowerCaseTableNames : undefined;
|
|
93
|
+
resourceInputs["nodeInfos"] = state ? state.nodeInfos : undefined;
|
|
94
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
95
|
+
resourceInputs["storageSpace"] = state ? state.storageSpace : undefined;
|
|
96
|
+
resourceInputs["storageType"] = state ? state.storageType : undefined;
|
|
97
|
+
resourceInputs["subnetId"] = state ? state.subnetId : undefined;
|
|
98
|
+
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
99
|
+
}
|
|
100
|
+
else {
|
|
101
|
+
const args = argsOrState;
|
|
102
|
+
if ((!args || args.chargeInfo === undefined) && !opts.urn) {
|
|
103
|
+
throw new Error("Missing required property 'chargeInfo'");
|
|
104
|
+
}
|
|
105
|
+
if ((!args || args.dbEngineVersion === undefined) && !opts.urn) {
|
|
106
|
+
throw new Error("Missing required property 'dbEngineVersion'");
|
|
107
|
+
}
|
|
108
|
+
if ((!args || args.instanceType === undefined) && !opts.urn) {
|
|
109
|
+
throw new Error("Missing required property 'instanceType'");
|
|
110
|
+
}
|
|
111
|
+
if ((!args || args.nodeInfos === undefined) && !opts.urn) {
|
|
112
|
+
throw new Error("Missing required property 'nodeInfos'");
|
|
113
|
+
}
|
|
114
|
+
if ((!args || args.storageType === undefined) && !opts.urn) {
|
|
115
|
+
throw new Error("Missing required property 'storageType'");
|
|
116
|
+
}
|
|
117
|
+
if ((!args || args.subnetId === undefined) && !opts.urn) {
|
|
118
|
+
throw new Error("Missing required property 'subnetId'");
|
|
119
|
+
}
|
|
120
|
+
if ((!args || args.vpcId === undefined) && !opts.urn) {
|
|
121
|
+
throw new Error("Missing required property 'vpcId'");
|
|
122
|
+
}
|
|
123
|
+
resourceInputs["chargeInfo"] = args ? args.chargeInfo : undefined;
|
|
124
|
+
resourceInputs["dbEngineVersion"] = args ? args.dbEngineVersion : undefined;
|
|
125
|
+
resourceInputs["dbParamGroupId"] = args ? args.dbParamGroupId : undefined;
|
|
126
|
+
resourceInputs["dbTimeZone"] = args ? args.dbTimeZone : undefined;
|
|
127
|
+
resourceInputs["instanceName"] = args ? args.instanceName : undefined;
|
|
128
|
+
resourceInputs["instanceType"] = args ? args.instanceType : undefined;
|
|
129
|
+
resourceInputs["lowerCaseTableNames"] = args ? args.lowerCaseTableNames : undefined;
|
|
130
|
+
resourceInputs["nodeInfos"] = args ? args.nodeInfos : undefined;
|
|
131
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
132
|
+
resourceInputs["storageSpace"] = args ? args.storageSpace : undefined;
|
|
133
|
+
resourceInputs["storageType"] = args ? args.storageType : undefined;
|
|
134
|
+
resourceInputs["subnetId"] = args ? args.subnetId : undefined;
|
|
135
|
+
resourceInputs["vpcId"] = args ? args.vpcId : undefined;
|
|
136
|
+
resourceInputs["connectionInfos"] = undefined /*out*/;
|
|
137
|
+
}
|
|
138
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
139
|
+
super(RdsInstanceV2.__pulumiType, name, resourceInputs, opts);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
exports.RdsInstanceV2 = RdsInstanceV2;
|
|
143
|
+
/** @internal */
|
|
144
|
+
RdsInstanceV2.__pulumiType = 'volcengine:rds_v2/rdsInstanceV2:RdsInstanceV2';
|
|
145
|
+
//# sourceMappingURL=rdsInstanceV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rdsInstanceV2.js","sourceRoot":"","sources":["../../rds_v2/rdsInstanceV2.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0B,EAAE,IAAmC;QACxH,OAAO,IAAI,aAAa,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAgFD,YAAY,IAAY,EAAE,WAAoD,EAAE,IAAmC;QAC/G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6C,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAA4C,CAAC;YAC1D,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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AArKL,sCAsKC;AAxJG,gBAAgB;AACO,0BAAY,GAAG,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* (Deprecated! Recommend use volcengine_rds_mysql_*** replace) Use this data source to query detailed information of rds instances v2
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const defaultRdsInstancesV2 = pulumi.output(volcengine.rds_v2.RdsInstancesV2());
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare function rdsInstancesV2(args?: RdsInstancesV2Args, opts?: pulumi.InvokeOptions): Promise<RdsInstancesV2Result>;
|
|
15
|
+
/**
|
|
16
|
+
* A collection of arguments for invoking RdsInstancesV2.
|
|
17
|
+
*/
|
|
18
|
+
export interface RdsInstancesV2Args {
|
|
19
|
+
/**
|
|
20
|
+
* The charge type of the RDS instance.
|
|
21
|
+
*/
|
|
22
|
+
chargeType?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The end time of creating RDS instance.
|
|
25
|
+
*/
|
|
26
|
+
createTimeEnd?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The start time of creating RDS instance.
|
|
29
|
+
*/
|
|
30
|
+
createTimeStart?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The version of the RDS instance, Value:
|
|
33
|
+
* MySQL Community:
|
|
34
|
+
* MySQL_5.7 - MySQL 5.7
|
|
35
|
+
* MySQL_8_0 - MySQL 8.0
|
|
36
|
+
* PostgreSQL Community:
|
|
37
|
+
* PostgreSQL_11 - PostgreSQL 11
|
|
38
|
+
* PostgreSQL_12 - PostgreSQL 12
|
|
39
|
+
* Microsoft SQL Server: Not available at this time
|
|
40
|
+
* SQLServer_2019 - SQL Server 2019
|
|
41
|
+
* veDB for MySQL:
|
|
42
|
+
* MySQL_8_0 - MySQL 8.0
|
|
43
|
+
* veDB for PostgreSQL:
|
|
44
|
+
* PostgreSQL_13 - PostgreSQL 13.
|
|
45
|
+
*/
|
|
46
|
+
dbEngineVersion?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The id of the RDS instance.
|
|
49
|
+
*/
|
|
50
|
+
instanceId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the RDS instance.
|
|
53
|
+
*/
|
|
54
|
+
instanceName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* The status of the RDS instance, Value:
|
|
57
|
+
* Running - running
|
|
58
|
+
* Creating - Creating
|
|
59
|
+
* Deleting - Deleting
|
|
60
|
+
* Restarting - Restarting
|
|
61
|
+
* Restoring - Restoring
|
|
62
|
+
* Updating - changing
|
|
63
|
+
* Upgrading - Upgrading
|
|
64
|
+
* Error - the error.
|
|
65
|
+
*/
|
|
66
|
+
instanceStatus?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The type of the RDS instance, Value:
|
|
69
|
+
* Value:
|
|
70
|
+
* RDS for MySQL:
|
|
71
|
+
* HA - high availability version;
|
|
72
|
+
* RDS for PostgreSQL:
|
|
73
|
+
* HA - high availability version;
|
|
74
|
+
* Microsoft SQL Server: Not available at this time
|
|
75
|
+
* Enterprise - Enterprise Edition
|
|
76
|
+
* Standard - Standard Edition
|
|
77
|
+
* Web - Web version
|
|
78
|
+
* veDB for MySQL:
|
|
79
|
+
* Cluster - Cluster Edition
|
|
80
|
+
* veDB for PostgreSQL:
|
|
81
|
+
* Cluster - Cluster Edition
|
|
82
|
+
* MySQL Sharding:
|
|
83
|
+
* HA - high availability version;.
|
|
84
|
+
*/
|
|
85
|
+
instanceType?: string;
|
|
86
|
+
/**
|
|
87
|
+
* A Name Regex of RDS instance.
|
|
88
|
+
*/
|
|
89
|
+
nameRegex?: string;
|
|
90
|
+
/**
|
|
91
|
+
* File name where to save data source results.
|
|
92
|
+
*/
|
|
93
|
+
outputFile?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The available zone of the RDS instance.
|
|
96
|
+
*/
|
|
97
|
+
zoneId?: string;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* A collection of values returned by RdsInstancesV2.
|
|
101
|
+
*/
|
|
102
|
+
export interface RdsInstancesV2Result {
|
|
103
|
+
/**
|
|
104
|
+
* Payment type. Value:
|
|
105
|
+
* PostPaid - Pay-As-You-Go
|
|
106
|
+
* PrePaid - Yearly and monthly (default).
|
|
107
|
+
*/
|
|
108
|
+
readonly chargeType?: string;
|
|
109
|
+
readonly createTimeEnd?: string;
|
|
110
|
+
readonly createTimeStart?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The engine version of the RDS instance.
|
|
113
|
+
*/
|
|
114
|
+
readonly dbEngineVersion?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The provider-assigned unique ID for this managed resource.
|
|
117
|
+
*/
|
|
118
|
+
readonly id: string;
|
|
119
|
+
/**
|
|
120
|
+
* Instance ID.
|
|
121
|
+
*/
|
|
122
|
+
readonly instanceId?: string;
|
|
123
|
+
/**
|
|
124
|
+
* The name of the RDS instance.
|
|
125
|
+
*/
|
|
126
|
+
readonly instanceName?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The status of the RDS instance.
|
|
129
|
+
*/
|
|
130
|
+
readonly instanceStatus?: string;
|
|
131
|
+
/**
|
|
132
|
+
* The type of the RDS instance.
|
|
133
|
+
*/
|
|
134
|
+
readonly instanceType?: string;
|
|
135
|
+
readonly nameRegex?: string;
|
|
136
|
+
readonly outputFile?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The collection of RDS instance query.
|
|
139
|
+
*/
|
|
140
|
+
readonly rdsInstances: outputs.rds_v2.RdsInstancesV2RdsInstance[];
|
|
141
|
+
/**
|
|
142
|
+
* The total count of RDS instance query.
|
|
143
|
+
*/
|
|
144
|
+
readonly totalCount: number;
|
|
145
|
+
/**
|
|
146
|
+
* The available zone of the RDS instance.
|
|
147
|
+
*/
|
|
148
|
+
readonly zoneId?: string;
|
|
149
|
+
}
|
|
150
|
+
export declare function rdsInstancesV2Output(args?: RdsInstancesV2OutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<RdsInstancesV2Result>;
|
|
151
|
+
/**
|
|
152
|
+
* A collection of arguments for invoking RdsInstancesV2.
|
|
153
|
+
*/
|
|
154
|
+
export interface RdsInstancesV2OutputArgs {
|
|
155
|
+
/**
|
|
156
|
+
* The charge type of the RDS instance.
|
|
157
|
+
*/
|
|
158
|
+
chargeType?: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* The end time of creating RDS instance.
|
|
161
|
+
*/
|
|
162
|
+
createTimeEnd?: pulumi.Input<string>;
|
|
163
|
+
/**
|
|
164
|
+
* The start time of creating RDS instance.
|
|
165
|
+
*/
|
|
166
|
+
createTimeStart?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* The version of the RDS instance, Value:
|
|
169
|
+
* MySQL Community:
|
|
170
|
+
* MySQL_5.7 - MySQL 5.7
|
|
171
|
+
* MySQL_8_0 - MySQL 8.0
|
|
172
|
+
* PostgreSQL Community:
|
|
173
|
+
* PostgreSQL_11 - PostgreSQL 11
|
|
174
|
+
* PostgreSQL_12 - PostgreSQL 12
|
|
175
|
+
* Microsoft SQL Server: Not available at this time
|
|
176
|
+
* SQLServer_2019 - SQL Server 2019
|
|
177
|
+
* veDB for MySQL:
|
|
178
|
+
* MySQL_8_0 - MySQL 8.0
|
|
179
|
+
* veDB for PostgreSQL:
|
|
180
|
+
* PostgreSQL_13 - PostgreSQL 13.
|
|
181
|
+
*/
|
|
182
|
+
dbEngineVersion?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* The id of the RDS instance.
|
|
185
|
+
*/
|
|
186
|
+
instanceId?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The name of the RDS instance.
|
|
189
|
+
*/
|
|
190
|
+
instanceName?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The status of the RDS instance, Value:
|
|
193
|
+
* Running - running
|
|
194
|
+
* Creating - Creating
|
|
195
|
+
* Deleting - Deleting
|
|
196
|
+
* Restarting - Restarting
|
|
197
|
+
* Restoring - Restoring
|
|
198
|
+
* Updating - changing
|
|
199
|
+
* Upgrading - Upgrading
|
|
200
|
+
* Error - the error.
|
|
201
|
+
*/
|
|
202
|
+
instanceStatus?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* The type of the RDS instance, Value:
|
|
205
|
+
* Value:
|
|
206
|
+
* RDS for MySQL:
|
|
207
|
+
* HA - high availability version;
|
|
208
|
+
* RDS for PostgreSQL:
|
|
209
|
+
* HA - high availability version;
|
|
210
|
+
* Microsoft SQL Server: Not available at this time
|
|
211
|
+
* Enterprise - Enterprise Edition
|
|
212
|
+
* Standard - Standard Edition
|
|
213
|
+
* Web - Web version
|
|
214
|
+
* veDB for MySQL:
|
|
215
|
+
* Cluster - Cluster Edition
|
|
216
|
+
* veDB for PostgreSQL:
|
|
217
|
+
* Cluster - Cluster Edition
|
|
218
|
+
* MySQL Sharding:
|
|
219
|
+
* HA - high availability version;.
|
|
220
|
+
*/
|
|
221
|
+
instanceType?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* A Name Regex of RDS instance.
|
|
224
|
+
*/
|
|
225
|
+
nameRegex?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* File name where to save data source results.
|
|
228
|
+
*/
|
|
229
|
+
outputFile?: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* The available zone of the RDS instance.
|
|
232
|
+
*/
|
|
233
|
+
zoneId?: pulumi.Input<string>;
|
|
234
|
+
}
|