@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alb/customizedCfg.d.ts +163 -0
- package/alb/customizedCfg.js +113 -0
- package/alb/customizedCfg.js.map +1 -0
- package/alb/getCustomizedCfg.d.ts +77 -0
- package/alb/getCustomizedCfg.js +28 -0
- package/alb/getCustomizedCfg.js.map +1 -0
- package/alb/getCustomizedCfgs.d.ts +22 -0
- package/alb/getCustomizedCfgs.js +24 -0
- package/alb/getCustomizedCfgs.js.map +1 -0
- package/alb/getHealthCheckTemplate.d.ts +109 -0
- package/alb/getHealthCheckTemplate.js +28 -0
- package/alb/getHealthCheckTemplate.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +22 -0
- package/alb/getHealthCheckTemplates.js +24 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/healthCheckTemplate.d.ts +270 -0
- package/alb/healthCheckTemplate.js +123 -0
- package/alb/healthCheckTemplate.js.map +1 -0
- package/alb/index.d.ts +18 -0
- package/alb/index.js +23 -1
- package/alb/index.js.map +1 -1
- package/clb/clb.d.ts +123 -123
- package/clb/clb.js +2 -2
- package/clb/clb.js.map +1 -1
- package/clb/getClb.d.ts +49 -49
- package/clb/getNlbSecurityPolicies.d.ts +22 -0
- package/clb/getNlbSecurityPolicies.js +24 -0
- package/clb/getNlbSecurityPolicies.js.map +1 -0
- package/clb/getNlbSecurityPolicy.d.ts +81 -0
- package/clb/getNlbSecurityPolicy.js +28 -0
- package/clb/getNlbSecurityPolicy.js.map +1 -0
- package/clb/index.d.ts +9 -0
- package/clb/index.js +12 -1
- package/clb/index.js.map +1 -1
- package/clb/nlbSecurityPolicy.d.ts +167 -0
- package/clb/nlbSecurityPolicy.js +105 -0
- package/clb/nlbSecurityPolicy.js.map +1 -0
- package/cloudidentity/getGroup.d.ts +73 -0
- package/cloudidentity/getGroup.js +28 -0
- package/cloudidentity/getGroup.js.map +1 -0
- package/cloudidentity/getGroups.d.ts +22 -0
- package/cloudidentity/getGroups.js +24 -0
- package/cloudidentity/getGroups.js.map +1 -0
- package/cloudidentity/getPermissionSet.d.ts +73 -0
- package/cloudidentity/getPermissionSet.js +28 -0
- package/cloudidentity/getPermissionSet.js.map +1 -0
- package/cloudidentity/getPermissionSets.d.ts +22 -0
- package/cloudidentity/getPermissionSets.js +24 -0
- package/cloudidentity/getPermissionSets.js.map +1 -0
- package/cloudidentity/group.d.ts +130 -0
- package/cloudidentity/group.js +80 -0
- package/cloudidentity/group.js.map +1 -0
- package/cloudidentity/index.d.ts +18 -0
- package/cloudidentity/index.js +23 -1
- package/cloudidentity/index.js.map +1 -1
- package/cloudidentity/permissionSet.d.ts +130 -0
- package/cloudidentity/permissionSet.js +77 -0
- package/cloudidentity/permissionSet.js.map +1 -0
- package/ecs/deploymentSet.d.ts +173 -0
- package/ecs/deploymentSet.js +97 -0
- package/ecs/deploymentSet.js.map +1 -0
- package/ecs/getDeploymentSet.d.ts +81 -0
- package/ecs/getDeploymentSet.js +28 -0
- package/ecs/getDeploymentSet.js.map +1 -0
- package/ecs/getDeploymentSets.d.ts +22 -0
- package/ecs/getDeploymentSets.js +24 -0
- package/ecs/getDeploymentSets.js.map +1 -0
- package/ecs/getInstance.d.ts +11 -0
- package/ecs/getInstance.js.map +1 -1
- package/ecs/getLaunchTemplate.d.ts +73 -0
- package/ecs/getLaunchTemplate.js +28 -0
- package/ecs/getLaunchTemplate.js.map +1 -0
- package/ecs/getLaunchTemplateVersion.d.ts +153 -0
- package/ecs/getLaunchTemplateVersion.js +28 -0
- package/ecs/getLaunchTemplateVersion.js.map +1 -0
- package/ecs/getLaunchTemplateVersions.d.ts +22 -0
- package/ecs/getLaunchTemplateVersions.js +24 -0
- package/ecs/getLaunchTemplateVersions.js.map +1 -0
- package/ecs/getLaunchTemplates.d.ts +22 -0
- package/ecs/getLaunchTemplates.js +24 -0
- package/ecs/getLaunchTemplates.js.map +1 -0
- package/ecs/index.d.ts +27 -0
- package/ecs/index.js +34 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +106 -11
- package/ecs/instance.js +24 -2
- package/ecs/instance.js.map +1 -1
- package/ecs/launchTemplate.d.ts +130 -0
- package/ecs/launchTemplate.js +77 -0
- package/ecs/launchTemplate.js.map +1 -0
- package/ecs/launchTemplateVersion.d.ts +364 -0
- package/ecs/launchTemplateVersion.js +114 -0
- package/ecs/launchTemplateVersion.js.map +1 -0
- package/efs/fileSystem.d.ts +234 -0
- package/efs/fileSystem.js +111 -0
- package/efs/fileSystem.js.map +1 -0
- package/efs/getFileSystem.d.ts +117 -0
- package/efs/getFileSystem.js +28 -0
- package/efs/getFileSystem.js.map +1 -0
- package/efs/getFileSystems.d.ts +22 -0
- package/efs/getFileSystems.js +24 -0
- package/efs/getFileSystems.js.map +1 -0
- package/efs/index.d.ts +9 -0
- package/efs/index.js +28 -0
- package/efs/index.js.map +1 -0
- package/filenas/getMountPoint.d.ts +97 -0
- package/filenas/getMountPoint.js +28 -0
- package/filenas/getMountPoint.js.map +1 -0
- package/filenas/getMountPoints.d.ts +22 -0
- package/filenas/getMountPoints.js +24 -0
- package/filenas/getMountPoints.js.map +1 -0
- package/filenas/index.d.ts +9 -0
- package/filenas/index.js +12 -1
- package/filenas/index.js.map +1 -1
- package/filenas/mountPoint.d.ts +196 -0
- package/filenas/mountPoint.js +116 -0
- package/filenas/mountPoint.js.map +1 -0
- package/iam/accesskey.d.ts +27 -17
- package/iam/accesskey.js +11 -7
- package/iam/accesskey.js.map +1 -1
- package/iam/getAccesskey.d.ts +10 -6
- package/iam/getAccesskey.js.map +1 -1
- package/iam/getUser.d.ts +12 -0
- package/iam/getUser.js.map +1 -1
- package/iam/user.d.ts +26 -0
- package/iam/user.js +6 -0
- package/iam/user.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/kms/getKeyRing.d.ts +72 -0
- package/kms/getKeyRing.js +28 -0
- package/kms/getKeyRing.js.map +1 -0
- package/kms/getKeyRings.d.ts +22 -0
- package/kms/getKeyRings.js +24 -0
- package/kms/getKeyRings.js.map +1 -0
- package/kms/index.d.ts +9 -0
- package/kms/index.js +12 -1
- package/kms/index.js.map +1 -1
- package/kms/keyRing.d.ts +147 -0
- package/kms/keyRing.js +91 -0
- package/kms/keyRing.js.map +1 -0
- package/organization/account.d.ts +282 -0
- package/organization/account.js +112 -0
- package/organization/account.js.map +1 -0
- package/organization/getAccount.d.ts +137 -0
- package/organization/getAccount.js +28 -0
- package/organization/getAccount.js.map +1 -0
- package/organization/getAccounts.d.ts +22 -0
- package/organization/getAccounts.js +24 -0
- package/organization/getAccounts.js.map +1 -0
- package/organization/index.d.ts +9 -0
- package/organization/index.js +12 -1
- package/organization/index.js.map +1 -1
- package/package.json +1 -1
- package/privatezone/getRecord.d.ts +88 -0
- package/privatezone/getRecord.js +28 -0
- package/privatezone/getRecord.js.map +1 -0
- package/privatezone/getRecords.d.ts +22 -0
- package/privatezone/getRecords.js +24 -0
- package/privatezone/getRecords.js.map +1 -0
- package/privatezone/index.d.ts +9 -0
- package/privatezone/index.js +12 -1
- package/privatezone/index.js.map +1 -1
- package/privatezone/record.d.ts +204 -0
- package/privatezone/record.js +113 -0
- package/privatezone/record.js.map +1 -0
- package/rabbitmq/getInstancePlugin.d.ts +72 -0
- package/rabbitmq/getInstancePlugin.js +28 -0
- package/rabbitmq/getInstancePlugin.js.map +1 -0
- package/rabbitmq/getInstancePlugins.d.ts +22 -0
- package/rabbitmq/getInstancePlugins.js +24 -0
- package/rabbitmq/getInstancePlugins.js.map +1 -0
- package/rabbitmq/getPublicAddress.d.ts +129 -0
- package/rabbitmq/getPublicAddress.js +28 -0
- package/rabbitmq/getPublicAddress.js.map +1 -0
- package/rabbitmq/getPublicAddresses.d.ts +22 -0
- package/rabbitmq/getPublicAddresses.js +24 -0
- package/rabbitmq/getPublicAddresses.js.map +1 -0
- package/rabbitmq/index.d.ts +18 -0
- package/rabbitmq/index.js +23 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/instancePlugin.d.ts +137 -0
- package/rabbitmq/instancePlugin.js +89 -0
- package/rabbitmq/instancePlugin.js.map +1 -0
- package/rabbitmq/publicAddress.d.ts +239 -0
- package/rabbitmq/publicAddress.js +120 -0
- package/rabbitmq/publicAddress.js.map +1 -0
- package/rdsmysql/allowList.d.ts +232 -0
- package/rdsmysql/allowList.js +92 -0
- package/rdsmysql/allowList.js.map +1 -0
- package/rdsmysql/backup.d.ts +240 -0
- package/rdsmysql/backup.js +119 -0
- package/rdsmysql/backup.js.map +1 -0
- package/rdsmysql/endpoint.d.ts +325 -0
- package/rdsmysql/endpoint.js +108 -0
- package/rdsmysql/endpoint.js.map +1 -0
- package/rdsmysql/getAllowList.d.ts +109 -0
- package/rdsmysql/getAllowList.js +28 -0
- package/rdsmysql/getAllowList.js.map +1 -0
- package/rdsmysql/getAllowLists.d.ts +22 -0
- package/rdsmysql/getAllowLists.js +24 -0
- package/rdsmysql/getAllowLists.js.map +1 -0
- package/rdsmysql/getBackup.d.ts +125 -0
- package/rdsmysql/getBackup.js +28 -0
- package/rdsmysql/getBackup.js.map +1 -0
- package/rdsmysql/getBackups.d.ts +22 -0
- package/rdsmysql/getBackups.js +24 -0
- package/rdsmysql/getBackups.js.map +1 -0
- package/rdsmysql/getEndpoint.d.ts +141 -0
- package/rdsmysql/getEndpoint.js +28 -0
- package/rdsmysql/getEndpoint.js.map +1 -0
- package/rdsmysql/getEndpoints.d.ts +22 -0
- package/rdsmysql/getEndpoints.js +24 -0
- package/rdsmysql/getEndpoints.js.map +1 -0
- package/rdsmysql/index.d.ts +27 -0
- package/rdsmysql/index.js +34 -1
- package/rdsmysql/index.js.map +1 -1
- package/rdspostgresql/allowList.d.ts +206 -0
- package/rdspostgresql/allowList.js +102 -0
- package/rdspostgresql/allowList.js.map +1 -0
- package/rdspostgresql/dbAccount.d.ts +133 -0
- package/rdspostgresql/dbAccount.js +93 -0
- package/rdspostgresql/dbAccount.js.map +1 -0
- package/rdspostgresql/dbEndpoint.d.ts +220 -0
- package/rdspostgresql/dbEndpoint.js +103 -0
- package/rdspostgresql/dbEndpoint.js.map +1 -0
- package/rdspostgresql/getAllowList.d.ts +93 -0
- package/rdspostgresql/getAllowList.js +28 -0
- package/rdspostgresql/getAllowList.js.map +1 -0
- package/rdspostgresql/getAllowLists.d.ts +22 -0
- package/rdspostgresql/getAllowLists.js +24 -0
- package/rdspostgresql/getAllowLists.js.map +1 -0
- package/rdspostgresql/getDbAccount.d.ts +60 -0
- package/rdspostgresql/getDbAccount.js +28 -0
- package/rdspostgresql/getDbAccount.js.map +1 -0
- package/rdspostgresql/getDbAccounts.d.ts +22 -0
- package/rdspostgresql/getDbAccounts.js +24 -0
- package/rdspostgresql/getDbAccounts.js.map +1 -0
- package/rdspostgresql/getDbEndpoint.d.ts +101 -0
- package/rdspostgresql/getDbEndpoint.js +28 -0
- package/rdspostgresql/getDbEndpoint.js.map +1 -0
- package/rdspostgresql/getDbEndpoints.d.ts +22 -0
- package/rdspostgresql/getDbEndpoints.js +24 -0
- package/rdspostgresql/getDbEndpoints.js.map +1 -0
- package/rdspostgresql/index.d.ts +27 -0
- package/rdspostgresql/index.js +50 -0
- package/rdspostgresql/index.js.map +1 -0
- package/redis/account.d.ts +128 -0
- package/redis/account.js +95 -0
- package/redis/account.js.map +1 -0
- package/redis/endpointPublicAddress.d.ts +150 -0
- package/redis/endpointPublicAddress.js +93 -0
- package/redis/endpointPublicAddress.js.map +1 -0
- package/redis/getAccount.d.ts +60 -0
- package/redis/getAccount.js +28 -0
- package/redis/getAccount.js.map +1 -0
- package/redis/getAccounts.d.ts +22 -0
- package/redis/getAccounts.js +24 -0
- package/redis/getAccounts.js.map +1 -0
- package/redis/getEndpointPublicAddress.d.ts +72 -0
- package/redis/getEndpointPublicAddress.js +28 -0
- package/redis/getEndpointPublicAddress.js.map +1 -0
- package/redis/getEndpointPublicAddresses.d.ts +22 -0
- package/redis/getEndpointPublicAddresses.js +24 -0
- package/redis/getEndpointPublicAddresses.js.map +1 -0
- package/redis/index.d.ts +18 -0
- package/redis/index.js +23 -1
- package/redis/index.js.map +1 -1
- package/rocketmq/getGroup.d.ts +109 -0
- package/rocketmq/getGroup.js +28 -0
- package/rocketmq/getGroup.js.map +1 -0
- package/rocketmq/getGroups.d.ts +22 -0
- package/rocketmq/getGroups.js +24 -0
- package/rocketmq/getGroups.js.map +1 -0
- package/rocketmq/getTopic.d.ts +85 -0
- package/rocketmq/getTopic.js +28 -0
- package/rocketmq/getTopic.js.map +1 -0
- package/rocketmq/getTopics.d.ts +22 -0
- package/rocketmq/getTopics.js +24 -0
- package/rocketmq/getTopics.js.map +1 -0
- package/rocketmq/group.d.ts +219 -0
- package/rocketmq/group.js +117 -0
- package/rocketmq/group.js.map +1 -0
- package/rocketmq/index.d.ts +18 -0
- package/rocketmq/index.js +23 -1
- package/rocketmq/index.js.map +1 -1
- package/rocketmq/topic.d.ts +140 -0
- package/rocketmq/topic.js +92 -0
- package/rocketmq/topic.js.map +1 -0
- package/transitrouter/getVpcAttachment.d.ts +93 -0
- package/transitrouter/getVpcAttachment.js +28 -0
- package/transitrouter/getVpcAttachment.js.map +1 -0
- package/transitrouter/getVpcAttachments.d.ts +22 -0
- package/transitrouter/getVpcAttachments.js +24 -0
- package/transitrouter/getVpcAttachments.js.map +1 -0
- package/transitrouter/getVpnAttachment.d.ts +93 -0
- package/transitrouter/getVpnAttachment.js +28 -0
- package/transitrouter/getVpnAttachment.js.map +1 -0
- package/transitrouter/getVpnAttachments.d.ts +22 -0
- package/transitrouter/getVpnAttachments.js +24 -0
- package/transitrouter/getVpnAttachments.js.map +1 -0
- package/transitrouter/index.d.ts +18 -0
- package/transitrouter/index.js +23 -1
- package/transitrouter/index.js.map +1 -1
- package/transitrouter/vpcAttachment.d.ts +177 -0
- package/transitrouter/vpcAttachment.js +93 -0
- package/transitrouter/vpcAttachment.js.map +1 -0
- package/transitrouter/vpnAttachment.d.ts +202 -0
- package/transitrouter/vpnAttachment.js +113 -0
- package/transitrouter/vpnAttachment.js.map +1 -0
- package/types/input.d.ts +3191 -1522
- package/types/output.d.ts +6543 -3068
- package/vke/defaultNodePool.d.ts +150 -0
- package/vke/defaultNodePool.js +86 -0
- package/vke/defaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePool.d.ts +85 -0
- package/vke/getDefaultNodePool.js +28 -0
- package/vke/getDefaultNodePool.js.map +1 -0
- package/vke/getDefaultNodePools.d.ts +22 -0
- package/vke/getDefaultNodePools.js +24 -0
- package/vke/getDefaultNodePools.js.map +1 -0
- package/vke/getNode.d.ts +106 -0
- package/vke/getNode.js +28 -0
- package/vke/getNode.js.map +1 -0
- package/vke/getNodes.d.ts +22 -0
- package/vke/getNodes.js +24 -0
- package/vke/getNodes.js.map +1 -0
- package/vke/index.d.ts +18 -0
- package/vke/index.js +23 -1
- package/vke/index.js.map +1 -1
- package/vke/node.d.ts +238 -0
- package/vke/node.js +112 -0
- package/vke/node.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +141 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/getFlowLog.d.ts +117 -0
- package/vpc/getFlowLog.js +28 -0
- package/vpc/getFlowLog.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +22 -0
- package/vpc/getFlowLogs.js +24 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getHaVip.d.ts +101 -0
- package/vpc/getHaVip.js +28 -0
- package/vpc/getHaVip.js.map +1 -0
- package/vpc/getHaVips.d.ts +22 -0
- package/vpc/getHaVips.js +24 -0
- package/vpc/getHaVips.js.map +1 -0
- package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
- package/vpc/getIpv6AddressBandwidth.js +28 -0
- package/vpc/getIpv6AddressBandwidth.js.map +1 -0
- package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
- package/vpc/getIpv6AddressBandwidths.js +24 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -0
- package/vpc/getIpv6Gateway.d.ts +77 -0
- package/vpc/getIpv6Gateway.js +28 -0
- package/vpc/getIpv6Gateway.js.map +1 -0
- package/vpc/getIpv6Gateways.d.ts +22 -0
- package/vpc/getIpv6Gateways.js +24 -0
- package/vpc/getIpv6Gateways.js.map +1 -0
- package/vpc/getTrafficMirrorFilter.d.ts +73 -0
- package/vpc/getTrafficMirrorFilter.js +28 -0
- package/vpc/getTrafficMirrorFilter.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
- package/vpc/getTrafficMirrorFilterRule.js +28 -0
- package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
- package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
- package/vpc/getTrafficMirrorFilterRules.js +24 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +22 -0
- package/vpc/getTrafficMirrorFilters.js +24 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSession.d.ts +101 -0
- package/vpc/getTrafficMirrorSession.js +28 -0
- package/vpc/getTrafficMirrorSession.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +22 -0
- package/vpc/getTrafficMirrorSessions.js +24 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTarget.d.ts +77 -0
- package/vpc/getTrafficMirrorTarget.js +28 -0
- package/vpc/getTrafficMirrorTarget.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +22 -0
- package/vpc/getTrafficMirrorTargets.js +24 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpc.d.ts +4 -0
- package/vpc/getVpc.js.map +1 -1
- package/vpc/haVip.d.ts +223 -0
- package/vpc/haVip.js +116 -0
- package/vpc/haVip.js.map +1 -0
- package/vpc/index.d.ts +72 -0
- package/vpc/index.js +90 -1
- package/vpc/index.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +241 -0
- package/vpc/ipv6AddressBandwidth.js +121 -0
- package/vpc/ipv6AddressBandwidth.js.map +1 -0
- package/vpc/ipv6Gateway.d.ts +156 -0
- package/vpc/ipv6Gateway.js +97 -0
- package/vpc/ipv6Gateway.js.map +1 -0
- package/vpc/trafficMirrorFilter.d.ts +131 -0
- package/vpc/trafficMirrorFilter.js +91 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +201 -0
- package/vpc/trafficMirrorFilterRule.js +118 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +229 -0
- package/vpc/trafficMirrorSession.js +123 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +161 -0
- package/vpc/trafficMirrorTarget.js +101 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/vpc.d.ts +12 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpn/customerGateway.d.ts +186 -0
- package/vpn/customerGateway.js +101 -0
- package/vpn/customerGateway.js.map +1 -0
- package/vpn/getCustomerGateway.d.ts +89 -0
- package/vpn/getCustomerGateway.js +28 -0
- package/vpn/getCustomerGateway.js.map +1 -0
- package/vpn/getCustomerGateways.d.ts +22 -0
- package/vpn/getCustomerGateways.js +24 -0
- package/vpn/getCustomerGateways.js.map +1 -0
- package/vpn/index.d.ts +9 -0
- package/vpn/index.js +12 -1
- package/vpn/index.js.map +1 -1
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 白名单是数据库连接的安全防控手段,只有白名单内的 IP 地址才能访问数据库。PostgreSQL 实例在创建后,不会绑定任何白名单,默认禁止所有 IP 地址访问实例。因此无论是通过私网还是通过公网连接访问实例,都需要先为实例配置白名单,才能保证实例可连接。
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
12
|
+
*
|
|
13
|
+
* const rdsPostgresqlAllowListDemo = new volcenginecc.rdspostgresql.AllowList("RdsPostgresqlAllowListDemo", {
|
|
14
|
+
* allowLists: [
|
|
15
|
+
* "1.2.3.4/32",
|
|
16
|
+
* "5.6.7.8/32",
|
|
17
|
+
* ],
|
|
18
|
+
* allowListCategory: "Ordinary",
|
|
19
|
+
* allowListDesc: "test",
|
|
20
|
+
* allowListName: "ccapi-test-1",
|
|
21
|
+
* allowListType: "IPv4",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* ```sh
|
|
28
|
+
* $ pulumi import volcenginecc:rdspostgresql/allowList:AllowList example "allow_list_id"
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare class AllowList extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Get an existing AllowList resource's state with the given name, ID, and optional extra
|
|
34
|
+
* properties used to qualify the lookup.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resulting resource.
|
|
37
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
38
|
+
* @param state Any extra arguments used during the lookup.
|
|
39
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
40
|
+
*/
|
|
41
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AllowListState, opts?: pulumi.CustomResourceOptions): AllowList;
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of AllowList. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj: any): obj is AllowList;
|
|
47
|
+
/**
|
|
48
|
+
* 白名单分类。取值:Ordinary:普通白名单。Default:默认白名单。说明该参数作为请求参数时无默认值,不传入时则查询所有类别的白名单。
|
|
49
|
+
*/
|
|
50
|
+
readonly allowListCategory: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* 白名单的描述信息。长度在 200 字符以内。默认值为空字符串。
|
|
53
|
+
*/
|
|
54
|
+
readonly allowListDesc: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* 白名单 ID。
|
|
57
|
+
*/
|
|
58
|
+
readonly allowListId: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 白名单中 IP 地址或 IP 地址段的数量。
|
|
61
|
+
*/
|
|
62
|
+
readonly allowListIpNum: pulumi.Output<number>;
|
|
63
|
+
/**
|
|
64
|
+
* 白名单名称的命名规则如下:在当前地域内,白名单名称唯一。以中文、字母或下划线(*)开头。只能包含中文、字母、数字、下划线(*)和中划线(-)。长度为 1~128 个字符。
|
|
65
|
+
*/
|
|
66
|
+
readonly allowListName: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* 白名单采用的网络协议类型。取值为 IPv4(默认值)。
|
|
69
|
+
*/
|
|
70
|
+
readonly allowListType: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* 白名单中包含的 IP 地址。支持以下两种格式:IP 地址格式。例如:10.23.12.24。CIDR 的 IP 地址段格式。例如:10.23.12.0/24(无类别域间路由,24 表示了地址中前缀的长度,范围为 1~32)。说明每个白名单最多可添加 300 个 IP 或 IP 地址段,当 IP 较多时,建议合并为 IP 段填入,例如10.23.12.0/24。禁止将 0.0.0.0/0 之外的形如 x.x.x.x/0 结尾的 IP 地址加入白名单。该字段不能与 UserAllowList 字段同时使用。
|
|
73
|
+
*/
|
|
74
|
+
readonly allowLists: pulumi.Output<string[]>;
|
|
75
|
+
/**
|
|
76
|
+
* 该白名单绑定的实例数量。
|
|
77
|
+
*/
|
|
78
|
+
readonly associatedInstanceNum: pulumi.Output<number>;
|
|
79
|
+
readonly associatedInstances: pulumi.Output<outputs.rdspostgresql.AllowListAssociatedInstance[]>;
|
|
80
|
+
/**
|
|
81
|
+
* 按 IP 地址查询白名单。支持传入多个 IP 地址,多个 IP 地址使用英文逗号(,)分隔。说明如果白名单包含了多个 IP 地址的任意子集,该白名单就会被返回。
|
|
82
|
+
*/
|
|
83
|
+
readonly ipAddress: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* 修改白名单的方式。取值:Cover:覆盖,即使用 AllowList 字段的值覆盖原白名单。默认值。Append:追加,即在原白名单中增加 AllowList 字段包含的 IP 地址。Delete:删除,即在原白名单中删除 AllowList 字段包含的 IP 地址。至少需要保留一个 IP 地址。注意如需修改的白名单绑定有安全组,或需要在修改白名单时为白名单绑定安全组,则 ModifyMode 只能取值为 Cover。
|
|
86
|
+
*/
|
|
87
|
+
readonly modifyMode: pulumi.Output<string>;
|
|
88
|
+
readonly securityGroupBindInfos: pulumi.Output<outputs.rdspostgresql.AllowListSecurityGroupBindInfo[]>;
|
|
89
|
+
/**
|
|
90
|
+
* 是否更新白名单所绑定的安全组。取值:true:更新。false:不更新。默认值。
|
|
91
|
+
*/
|
|
92
|
+
readonly updateSecurityGroup: pulumi.Output<boolean>;
|
|
93
|
+
/**
|
|
94
|
+
* 安全组之外的、需要加入白名单的 IP 地址。可输入 IP 地址或 CIDR 格式的 IP 地址段。说明该字段不能与 AllowList 字段同时使用。
|
|
95
|
+
*/
|
|
96
|
+
readonly userAllowList: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Create a AllowList resource with the given unique name, arguments, and options.
|
|
99
|
+
*
|
|
100
|
+
* @param name The _unique_ name of the resource.
|
|
101
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
102
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
103
|
+
*/
|
|
104
|
+
constructor(name: string, args?: AllowListArgs, opts?: pulumi.CustomResourceOptions);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Input properties used for looking up and filtering AllowList resources.
|
|
108
|
+
*/
|
|
109
|
+
export interface AllowListState {
|
|
110
|
+
/**
|
|
111
|
+
* 白名单分类。取值:Ordinary:普通白名单。Default:默认白名单。说明该参数作为请求参数时无默认值,不传入时则查询所有类别的白名单。
|
|
112
|
+
*/
|
|
113
|
+
allowListCategory?: pulumi.Input<string>;
|
|
114
|
+
/**
|
|
115
|
+
* 白名单的描述信息。长度在 200 字符以内。默认值为空字符串。
|
|
116
|
+
*/
|
|
117
|
+
allowListDesc?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* 白名单 ID。
|
|
120
|
+
*/
|
|
121
|
+
allowListId?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* 白名单中 IP 地址或 IP 地址段的数量。
|
|
124
|
+
*/
|
|
125
|
+
allowListIpNum?: pulumi.Input<number>;
|
|
126
|
+
/**
|
|
127
|
+
* 白名单名称的命名规则如下:在当前地域内,白名单名称唯一。以中文、字母或下划线(*)开头。只能包含中文、字母、数字、下划线(*)和中划线(-)。长度为 1~128 个字符。
|
|
128
|
+
*/
|
|
129
|
+
allowListName?: pulumi.Input<string>;
|
|
130
|
+
/**
|
|
131
|
+
* 白名单采用的网络协议类型。取值为 IPv4(默认值)。
|
|
132
|
+
*/
|
|
133
|
+
allowListType?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* 白名单中包含的 IP 地址。支持以下两种格式:IP 地址格式。例如:10.23.12.24。CIDR 的 IP 地址段格式。例如:10.23.12.0/24(无类别域间路由,24 表示了地址中前缀的长度,范围为 1~32)。说明每个白名单最多可添加 300 个 IP 或 IP 地址段,当 IP 较多时,建议合并为 IP 段填入,例如10.23.12.0/24。禁止将 0.0.0.0/0 之外的形如 x.x.x.x/0 结尾的 IP 地址加入白名单。该字段不能与 UserAllowList 字段同时使用。
|
|
136
|
+
*/
|
|
137
|
+
allowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
138
|
+
/**
|
|
139
|
+
* 该白名单绑定的实例数量。
|
|
140
|
+
*/
|
|
141
|
+
associatedInstanceNum?: pulumi.Input<number>;
|
|
142
|
+
associatedInstances?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.AllowListAssociatedInstance>[]>;
|
|
143
|
+
/**
|
|
144
|
+
* 按 IP 地址查询白名单。支持传入多个 IP 地址,多个 IP 地址使用英文逗号(,)分隔。说明如果白名单包含了多个 IP 地址的任意子集,该白名单就会被返回。
|
|
145
|
+
*/
|
|
146
|
+
ipAddress?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* 修改白名单的方式。取值:Cover:覆盖,即使用 AllowList 字段的值覆盖原白名单。默认值。Append:追加,即在原白名单中增加 AllowList 字段包含的 IP 地址。Delete:删除,即在原白名单中删除 AllowList 字段包含的 IP 地址。至少需要保留一个 IP 地址。注意如需修改的白名单绑定有安全组,或需要在修改白名单时为白名单绑定安全组,则 ModifyMode 只能取值为 Cover。
|
|
149
|
+
*/
|
|
150
|
+
modifyMode?: pulumi.Input<string>;
|
|
151
|
+
securityGroupBindInfos?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.AllowListSecurityGroupBindInfo>[]>;
|
|
152
|
+
/**
|
|
153
|
+
* 是否更新白名单所绑定的安全组。取值:true:更新。false:不更新。默认值。
|
|
154
|
+
*/
|
|
155
|
+
updateSecurityGroup?: pulumi.Input<boolean>;
|
|
156
|
+
/**
|
|
157
|
+
* 安全组之外的、需要加入白名单的 IP 地址。可输入 IP 地址或 CIDR 格式的 IP 地址段。说明该字段不能与 AllowList 字段同时使用。
|
|
158
|
+
*/
|
|
159
|
+
userAllowList?: pulumi.Input<string>;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* The set of arguments for constructing a AllowList resource.
|
|
163
|
+
*/
|
|
164
|
+
export interface AllowListArgs {
|
|
165
|
+
/**
|
|
166
|
+
* 白名单分类。取值:Ordinary:普通白名单。Default:默认白名单。说明该参数作为请求参数时无默认值,不传入时则查询所有类别的白名单。
|
|
167
|
+
*/
|
|
168
|
+
allowListCategory?: pulumi.Input<string>;
|
|
169
|
+
/**
|
|
170
|
+
* 白名单的描述信息。长度在 200 字符以内。默认值为空字符串。
|
|
171
|
+
*/
|
|
172
|
+
allowListDesc?: pulumi.Input<string>;
|
|
173
|
+
/**
|
|
174
|
+
* 白名单名称的命名规则如下:在当前地域内,白名单名称唯一。以中文、字母或下划线(*)开头。只能包含中文、字母、数字、下划线(*)和中划线(-)。长度为 1~128 个字符。
|
|
175
|
+
*/
|
|
176
|
+
allowListName?: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* 白名单采用的网络协议类型。取值为 IPv4(默认值)。
|
|
179
|
+
*/
|
|
180
|
+
allowListType?: pulumi.Input<string>;
|
|
181
|
+
/**
|
|
182
|
+
* 白名单中包含的 IP 地址。支持以下两种格式:IP 地址格式。例如:10.23.12.24。CIDR 的 IP 地址段格式。例如:10.23.12.0/24(无类别域间路由,24 表示了地址中前缀的长度,范围为 1~32)。说明每个白名单最多可添加 300 个 IP 或 IP 地址段,当 IP 较多时,建议合并为 IP 段填入,例如10.23.12.0/24。禁止将 0.0.0.0/0 之外的形如 x.x.x.x/0 结尾的 IP 地址加入白名单。该字段不能与 UserAllowList 字段同时使用。
|
|
183
|
+
*/
|
|
184
|
+
allowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
185
|
+
/**
|
|
186
|
+
* 该白名单绑定的实例数量。
|
|
187
|
+
*/
|
|
188
|
+
associatedInstanceNum?: pulumi.Input<number>;
|
|
189
|
+
/**
|
|
190
|
+
* 按 IP 地址查询白名单。支持传入多个 IP 地址,多个 IP 地址使用英文逗号(,)分隔。说明如果白名单包含了多个 IP 地址的任意子集,该白名单就会被返回。
|
|
191
|
+
*/
|
|
192
|
+
ipAddress?: pulumi.Input<string>;
|
|
193
|
+
/**
|
|
194
|
+
* 修改白名单的方式。取值:Cover:覆盖,即使用 AllowList 字段的值覆盖原白名单。默认值。Append:追加,即在原白名单中增加 AllowList 字段包含的 IP 地址。Delete:删除,即在原白名单中删除 AllowList 字段包含的 IP 地址。至少需要保留一个 IP 地址。注意如需修改的白名单绑定有安全组,或需要在修改白名单时为白名单绑定安全组,则 ModifyMode 只能取值为 Cover。
|
|
195
|
+
*/
|
|
196
|
+
modifyMode?: pulumi.Input<string>;
|
|
197
|
+
securityGroupBindInfos?: pulumi.Input<pulumi.Input<inputs.rdspostgresql.AllowListSecurityGroupBindInfo>[]>;
|
|
198
|
+
/**
|
|
199
|
+
* 是否更新白名单所绑定的安全组。取值:true:更新。false:不更新。默认值。
|
|
200
|
+
*/
|
|
201
|
+
updateSecurityGroup?: pulumi.Input<boolean>;
|
|
202
|
+
/**
|
|
203
|
+
* 安全组之外的、需要加入白名单的 IP 地址。可输入 IP 地址或 CIDR 格式的 IP 地址段。说明该字段不能与 AllowList 字段同时使用。
|
|
204
|
+
*/
|
|
205
|
+
userAllowList?: pulumi.Input<string>;
|
|
206
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AllowList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 白名单是数据库连接的安全防控手段,只有白名单内的 IP 地址才能访问数据库。PostgreSQL 实例在创建后,不会绑定任何白名单,默认禁止所有 IP 地址访问实例。因此无论是通过私网还是通过公网连接访问实例,都需要先为实例配置白名单,才能保证实例可连接。
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const rdsPostgresqlAllowListDemo = new volcenginecc.rdspostgresql.AllowList("RdsPostgresqlAllowListDemo", {
|
|
18
|
+
* allowLists: [
|
|
19
|
+
* "1.2.3.4/32",
|
|
20
|
+
* "5.6.7.8/32",
|
|
21
|
+
* ],
|
|
22
|
+
* allowListCategory: "Ordinary",
|
|
23
|
+
* allowListDesc: "test",
|
|
24
|
+
* allowListName: "ccapi-test-1",
|
|
25
|
+
* allowListType: "IPv4",
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ## Import
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import volcenginecc:rdspostgresql/allowList:AllowList example "allow_list_id"
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
class AllowList extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Get an existing AllowList resource's state with the given name, ID, and optional extra
|
|
38
|
+
* properties used to qualify the lookup.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resulting resource.
|
|
41
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
42
|
+
* @param state Any extra arguments used during the lookup.
|
|
43
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
44
|
+
*/
|
|
45
|
+
static get(name, id, state, opts) {
|
|
46
|
+
return new AllowList(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Returns true if the given object is an instance of AllowList. This is designed to work even
|
|
50
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
51
|
+
*/
|
|
52
|
+
static isInstance(obj) {
|
|
53
|
+
if (obj === undefined || obj === null) {
|
|
54
|
+
return false;
|
|
55
|
+
}
|
|
56
|
+
return obj['__pulumiType'] === AllowList.__pulumiType;
|
|
57
|
+
}
|
|
58
|
+
constructor(name, argsOrState, opts) {
|
|
59
|
+
let resourceInputs = {};
|
|
60
|
+
opts = opts || {};
|
|
61
|
+
if (opts.id) {
|
|
62
|
+
const state = argsOrState;
|
|
63
|
+
resourceInputs["allowListCategory"] = state ? state.allowListCategory : undefined;
|
|
64
|
+
resourceInputs["allowListDesc"] = state ? state.allowListDesc : undefined;
|
|
65
|
+
resourceInputs["allowListId"] = state ? state.allowListId : undefined;
|
|
66
|
+
resourceInputs["allowListIpNum"] = state ? state.allowListIpNum : undefined;
|
|
67
|
+
resourceInputs["allowListName"] = state ? state.allowListName : undefined;
|
|
68
|
+
resourceInputs["allowListType"] = state ? state.allowListType : undefined;
|
|
69
|
+
resourceInputs["allowLists"] = state ? state.allowLists : undefined;
|
|
70
|
+
resourceInputs["associatedInstanceNum"] = state ? state.associatedInstanceNum : undefined;
|
|
71
|
+
resourceInputs["associatedInstances"] = state ? state.associatedInstances : undefined;
|
|
72
|
+
resourceInputs["ipAddress"] = state ? state.ipAddress : undefined;
|
|
73
|
+
resourceInputs["modifyMode"] = state ? state.modifyMode : undefined;
|
|
74
|
+
resourceInputs["securityGroupBindInfos"] = state ? state.securityGroupBindInfos : undefined;
|
|
75
|
+
resourceInputs["updateSecurityGroup"] = state ? state.updateSecurityGroup : undefined;
|
|
76
|
+
resourceInputs["userAllowList"] = state ? state.userAllowList : undefined;
|
|
77
|
+
}
|
|
78
|
+
else {
|
|
79
|
+
const args = argsOrState;
|
|
80
|
+
resourceInputs["allowListCategory"] = args ? args.allowListCategory : undefined;
|
|
81
|
+
resourceInputs["allowListDesc"] = args ? args.allowListDesc : undefined;
|
|
82
|
+
resourceInputs["allowListName"] = args ? args.allowListName : undefined;
|
|
83
|
+
resourceInputs["allowListType"] = args ? args.allowListType : undefined;
|
|
84
|
+
resourceInputs["allowLists"] = args ? args.allowLists : undefined;
|
|
85
|
+
resourceInputs["associatedInstanceNum"] = args ? args.associatedInstanceNum : undefined;
|
|
86
|
+
resourceInputs["ipAddress"] = args ? args.ipAddress : undefined;
|
|
87
|
+
resourceInputs["modifyMode"] = args ? args.modifyMode : undefined;
|
|
88
|
+
resourceInputs["securityGroupBindInfos"] = args ? args.securityGroupBindInfos : undefined;
|
|
89
|
+
resourceInputs["updateSecurityGroup"] = args ? args.updateSecurityGroup : undefined;
|
|
90
|
+
resourceInputs["userAllowList"] = args ? args.userAllowList : undefined;
|
|
91
|
+
resourceInputs["allowListId"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["allowListIpNum"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["associatedInstances"] = undefined /*out*/;
|
|
94
|
+
}
|
|
95
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
96
|
+
super(AllowList.__pulumiType, name, resourceInputs, opts);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.AllowList = AllowList;
|
|
100
|
+
/** @internal */
|
|
101
|
+
AllowList.__pulumiType = 'volcenginecc:rdspostgresql/allowList:AllowList';
|
|
102
|
+
//# sourceMappingURL=allowList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allowList.js","sourceRoot":"","sources":["../../rdspostgresql/allowList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA6DD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,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,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA7HL,8BA8HC;AAhHG,gBAAgB;AACO,sBAAY,GAAG,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* RDS PostgreSQL 数据库账号
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
10
|
+
*
|
|
11
|
+
* const rDSPostgreSQLDBAccountNormalDemo = new volcenginecc.rdspostgresql.DbAccount("RDSPostgreSQLDBAccountNormalDemo", {
|
|
12
|
+
* instanceId: "postgres-xxxxxxx",
|
|
13
|
+
* accountName: "ccapi-test-Normal",
|
|
14
|
+
* accountPassword: "**********",
|
|
15
|
+
* accountType: "Normal",
|
|
16
|
+
* accountPrivileges: "Inherit,Login,CreateRole,CreateDB",
|
|
17
|
+
* notAllowPrivileges: ["DDL"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import volcenginecc:rdspostgresql/dbAccount:DbAccount example "instance_id|account_name"
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class DbAccount extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing DbAccount 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: string, id: pulumi.Input<pulumi.ID>, state?: DbAccountState, opts?: pulumi.CustomResourceOptions): DbAccount;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of DbAccount. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is DbAccount;
|
|
43
|
+
/**
|
|
44
|
+
* 数据库账号名称。账号名称的设置规则如下:长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能以 pg* 开头。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。
|
|
45
|
+
*/
|
|
46
|
+
readonly accountName: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* 数据库账号的密码。数据库账号密码的设置规则如下:长度为 8~32 个字符。由大写字母、小写字母、数字、特殊字符中的任意三种组成。特殊字符为 !@#$%^*()&_+-=。
|
|
49
|
+
*/
|
|
50
|
+
readonly accountPassword: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* 账号权限信息。多个权限中间以英文逗号(,)分隔。取值:Login:登录权限。Inherit:继承权限。CreateRole:创建角色权限。CreateDB:创建数据库权限。说明当账号类型为高权限账号时,无需传入该参数,默认支持全部权限。当账号类型为普通账号时,支持传入该参数,默认值为 Login 和 Inherit。账号类型为实例只读账号时,即 AccountType 取值为 InstanceReadOnly 时,不支持传入该参数
|
|
53
|
+
*/
|
|
54
|
+
readonly accountPrivileges: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* 数据库账号类型,取值范围如下:Super:高权限账号。Normal:普通账号。InstanceReadOnly:实例只读账号。
|
|
57
|
+
*/
|
|
58
|
+
readonly accountType: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* 实例 ID
|
|
61
|
+
*/
|
|
62
|
+
readonly instanceId: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* 为账号禁用的权限。当前仅支持取值为 DDL。说明仅支持为高权限账号或普通账号传入此字段,即 AccountType 取值为 Super 或 Normal 时。
|
|
65
|
+
*/
|
|
66
|
+
readonly notAllowPrivileges: pulumi.Output<string[]>;
|
|
67
|
+
/**
|
|
68
|
+
* Create a DbAccount resource with the given unique name, arguments, and options.
|
|
69
|
+
*
|
|
70
|
+
* @param name The _unique_ name of the resource.
|
|
71
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
72
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
73
|
+
*/
|
|
74
|
+
constructor(name: string, args: DbAccountArgs, opts?: pulumi.CustomResourceOptions);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Input properties used for looking up and filtering DbAccount resources.
|
|
78
|
+
*/
|
|
79
|
+
export interface DbAccountState {
|
|
80
|
+
/**
|
|
81
|
+
* 数据库账号名称。账号名称的设置规则如下:长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能以 pg* 开头。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。
|
|
82
|
+
*/
|
|
83
|
+
accountName?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* 数据库账号的密码。数据库账号密码的设置规则如下:长度为 8~32 个字符。由大写字母、小写字母、数字、特殊字符中的任意三种组成。特殊字符为 !@#$%^*()&_+-=。
|
|
86
|
+
*/
|
|
87
|
+
accountPassword?: pulumi.Input<string>;
|
|
88
|
+
/**
|
|
89
|
+
* 账号权限信息。多个权限中间以英文逗号(,)分隔。取值:Login:登录权限。Inherit:继承权限。CreateRole:创建角色权限。CreateDB:创建数据库权限。说明当账号类型为高权限账号时,无需传入该参数,默认支持全部权限。当账号类型为普通账号时,支持传入该参数,默认值为 Login 和 Inherit。账号类型为实例只读账号时,即 AccountType 取值为 InstanceReadOnly 时,不支持传入该参数
|
|
90
|
+
*/
|
|
91
|
+
accountPrivileges?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* 数据库账号类型,取值范围如下:Super:高权限账号。Normal:普通账号。InstanceReadOnly:实例只读账号。
|
|
94
|
+
*/
|
|
95
|
+
accountType?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* 实例 ID
|
|
98
|
+
*/
|
|
99
|
+
instanceId?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* 为账号禁用的权限。当前仅支持取值为 DDL。说明仅支持为高权限账号或普通账号传入此字段,即 AccountType 取值为 Super 或 Normal 时。
|
|
102
|
+
*/
|
|
103
|
+
notAllowPrivileges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* The set of arguments for constructing a DbAccount resource.
|
|
107
|
+
*/
|
|
108
|
+
export interface DbAccountArgs {
|
|
109
|
+
/**
|
|
110
|
+
* 数据库账号名称。账号名称的设置规则如下:长度 2~63 个字符。由字母、数字、下划线(*)或中划线(-)组成。以字母开头,字母或数字结尾。不能以 pg* 开头。不能使用保留关键字,所有被禁用的关键词请参见禁用关键词。
|
|
111
|
+
*/
|
|
112
|
+
accountName: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* 数据库账号的密码。数据库账号密码的设置规则如下:长度为 8~32 个字符。由大写字母、小写字母、数字、特殊字符中的任意三种组成。特殊字符为 !@#$%^*()&_+-=。
|
|
115
|
+
*/
|
|
116
|
+
accountPassword: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* 账号权限信息。多个权限中间以英文逗号(,)分隔。取值:Login:登录权限。Inherit:继承权限。CreateRole:创建角色权限。CreateDB:创建数据库权限。说明当账号类型为高权限账号时,无需传入该参数,默认支持全部权限。当账号类型为普通账号时,支持传入该参数,默认值为 Login 和 Inherit。账号类型为实例只读账号时,即 AccountType 取值为 InstanceReadOnly 时,不支持传入该参数
|
|
119
|
+
*/
|
|
120
|
+
accountPrivileges?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* 数据库账号类型,取值范围如下:Super:高权限账号。Normal:普通账号。InstanceReadOnly:实例只读账号。
|
|
123
|
+
*/
|
|
124
|
+
accountType: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* 实例 ID
|
|
127
|
+
*/
|
|
128
|
+
instanceId?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* 为账号禁用的权限。当前仅支持取值为 DDL。说明仅支持为高权限账号或普通账号传入此字段,即 AccountType 取值为 Super 或 Normal 时。
|
|
131
|
+
*/
|
|
132
|
+
notAllowPrivileges?: pulumi.Input<pulumi.Input<string>[]>;
|
|
133
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
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.DbAccount = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* RDS PostgreSQL 数据库账号
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
|
|
16
|
+
*
|
|
17
|
+
* const rDSPostgreSQLDBAccountNormalDemo = new volcenginecc.rdspostgresql.DbAccount("RDSPostgreSQLDBAccountNormalDemo", {
|
|
18
|
+
* instanceId: "postgres-xxxxxxx",
|
|
19
|
+
* accountName: "ccapi-test-Normal",
|
|
20
|
+
* accountPassword: "**********",
|
|
21
|
+
* accountType: "Normal",
|
|
22
|
+
* accountPrivileges: "Inherit,Login,CreateRole,CreateDB",
|
|
23
|
+
* notAllowPrivileges: ["DDL"],
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ## Import
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import volcenginecc:rdspostgresql/dbAccount:DbAccount example "instance_id|account_name"
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class DbAccount extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing DbAccount resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new DbAccount(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of DbAccount. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === DbAccount.__pulumiType;
|
|
55
|
+
}
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["accountName"] = state ? state.accountName : undefined;
|
|
62
|
+
resourceInputs["accountPassword"] = state ? state.accountPassword : undefined;
|
|
63
|
+
resourceInputs["accountPrivileges"] = state ? state.accountPrivileges : undefined;
|
|
64
|
+
resourceInputs["accountType"] = state ? state.accountType : undefined;
|
|
65
|
+
resourceInputs["instanceId"] = state ? state.instanceId : undefined;
|
|
66
|
+
resourceInputs["notAllowPrivileges"] = state ? state.notAllowPrivileges : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.accountName === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'accountName'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.accountPassword === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'accountPassword'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.accountType === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'accountType'");
|
|
78
|
+
}
|
|
79
|
+
resourceInputs["accountName"] = args ? args.accountName : undefined;
|
|
80
|
+
resourceInputs["accountPassword"] = args ? args.accountPassword : undefined;
|
|
81
|
+
resourceInputs["accountPrivileges"] = args ? args.accountPrivileges : undefined;
|
|
82
|
+
resourceInputs["accountType"] = args ? args.accountType : undefined;
|
|
83
|
+
resourceInputs["instanceId"] = args ? args.instanceId : undefined;
|
|
84
|
+
resourceInputs["notAllowPrivileges"] = args ? args.notAllowPrivileges : undefined;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(DbAccount.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.DbAccount = DbAccount;
|
|
91
|
+
/** @internal */
|
|
92
|
+
DbAccount.__pulumiType = 'volcenginecc:rdspostgresql/dbAccount:DbAccount';
|
|
93
|
+
//# sourceMappingURL=dbAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dbAccount.js","sourceRoot":"","sources":["../../rdspostgresql/dbAccount.ts"],"names":[],"mappings":"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"}
|