@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
package/vpc/flowLog.d.ts
ADDED
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* 流日志对网卡出入流量的日志数据按需聚合处理后,投递至 日志服务 存储和检索分析,您可以根据流日志的分析监控网络流量、排查网络问题、优化网络架构。VPC流日志记录VPC网络流量的详细信息,用于网络监控、流量分析和故障排查。
|
|
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 vPCFlowLogDemo = new volcenginecc.vpc.FlowLog("VPCFlowLogDemo", {
|
|
14
|
+
* aggregationInterval: 10,
|
|
15
|
+
* description: "this is a test flow log",
|
|
16
|
+
* flowLogName: "FlowLog-ccapi-test",
|
|
17
|
+
* logProjectName: "ccapi-test-flow-log",
|
|
18
|
+
* logTopicName: "test-flow-log",
|
|
19
|
+
* projectName: "default",
|
|
20
|
+
* resourceId: "vpc-rrco37ovjq4gv0xxxxxx",
|
|
21
|
+
* resourceType: "vpc",
|
|
22
|
+
* status: "Active",
|
|
23
|
+
* tags: [{
|
|
24
|
+
* key: "env",
|
|
25
|
+
* value: "test",
|
|
26
|
+
* }],
|
|
27
|
+
* trafficType: "All",
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*
|
|
31
|
+
* ## Import
|
|
32
|
+
*
|
|
33
|
+
* ```sh
|
|
34
|
+
* $ pulumi import volcenginecc:vpc/flowLog:FlowLog example "flow_log_id"
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
export declare class FlowLog extends pulumi.CustomResource {
|
|
38
|
+
/**
|
|
39
|
+
* Get an existing FlowLog resource's state with the given name, ID, and optional extra
|
|
40
|
+
* properties used to qualify the lookup.
|
|
41
|
+
*
|
|
42
|
+
* @param name The _unique_ name of the resulting resource.
|
|
43
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
44
|
+
* @param state Any extra arguments used during the lookup.
|
|
45
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
46
|
+
*/
|
|
47
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FlowLogState, opts?: pulumi.CustomResourceOptions): FlowLog;
|
|
48
|
+
/**
|
|
49
|
+
* Returns true if the given object is an instance of FlowLog. 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: any): obj is FlowLog;
|
|
53
|
+
/**
|
|
54
|
+
* 流日志的采样间隔。取值如下。1:1分钟。5:5分钟。10(默认值):10分钟。
|
|
55
|
+
*/
|
|
56
|
+
readonly aggregationInterval: pulumi.Output<number>;
|
|
57
|
+
/**
|
|
58
|
+
* 流日志是否被锁定。Normal: 正常。FinancialLocked: 被锁定。
|
|
59
|
+
*/
|
|
60
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* 流日志的创建时间。
|
|
63
|
+
*/
|
|
64
|
+
readonly createdAt: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* 流日志的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
|
|
67
|
+
*/
|
|
68
|
+
readonly description: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* 是否自动配置索引。索引用于检索分析数据,流日志在检索分析之前,必须先配置索引。true:是。false(默认值):否。
|
|
71
|
+
*/
|
|
72
|
+
readonly enableIndex: pulumi.Output<boolean>;
|
|
73
|
+
/**
|
|
74
|
+
* 流日志的ID。
|
|
75
|
+
*/
|
|
76
|
+
readonly flowLogId: pulumi.Output<string>;
|
|
77
|
+
/**
|
|
78
|
+
* 流日志的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为流日志实例的ID。
|
|
79
|
+
*/
|
|
80
|
+
readonly flowLogName: pulumi.Output<string>;
|
|
81
|
+
/**
|
|
82
|
+
* 流日志被锁定的原因。financial: 因欠费被锁定。unlock:欠费关停后充值恢复过程中。空值 : 没有被锁定。
|
|
83
|
+
*/
|
|
84
|
+
readonly lockReason: pulumi.Output<string>;
|
|
85
|
+
/**
|
|
86
|
+
* 流日志项目的ID。
|
|
87
|
+
*/
|
|
88
|
+
readonly logProjectId: pulumi.Output<string>;
|
|
89
|
+
/**
|
|
90
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
91
|
+
*/
|
|
92
|
+
readonly logProjectName: pulumi.Output<string>;
|
|
93
|
+
/**
|
|
94
|
+
* 流日志主题的ID。
|
|
95
|
+
*/
|
|
96
|
+
readonly logTopicId: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
99
|
+
*/
|
|
100
|
+
readonly logTopicName: pulumi.Output<string>;
|
|
101
|
+
/**
|
|
102
|
+
* 流流日志所属项目的名称。
|
|
103
|
+
*/
|
|
104
|
+
readonly projectName: pulumi.Output<string>;
|
|
105
|
+
/**
|
|
106
|
+
* 要捕获流量的资源ID。
|
|
107
|
+
*/
|
|
108
|
+
readonly resourceId: pulumi.Output<string>;
|
|
109
|
+
/**
|
|
110
|
+
* 要采集流量的资源类型,取值如下:vpc:私有网络。subnet:子网。eni:网卡。
|
|
111
|
+
*/
|
|
112
|
+
readonly resourceType: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* 流日志的状态。取值如下:Active:启动状态。Pending:正在操作中。Inactive:未启动状态。Creating:正在创建中。Deleting:正在删除中。
|
|
115
|
+
*/
|
|
116
|
+
readonly status: pulumi.Output<string>;
|
|
117
|
+
readonly tags: pulumi.Output<outputs.vpc.FlowLogTag[]>;
|
|
118
|
+
/**
|
|
119
|
+
* 采集的流量类型。取值如下:All:全部流量。Allow:网络ACL和安全组允许的流量。Drop:网络ACL和安全组拒绝的流量。
|
|
120
|
+
*/
|
|
121
|
+
readonly trafficType: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* 更新流日志的时间。
|
|
124
|
+
*/
|
|
125
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
126
|
+
/**
|
|
127
|
+
* 流日志的VPC的ID。
|
|
128
|
+
*/
|
|
129
|
+
readonly vpcId: pulumi.Output<string>;
|
|
130
|
+
/**
|
|
131
|
+
* Create a FlowLog resource with the given unique name, arguments, and options.
|
|
132
|
+
*
|
|
133
|
+
* @param name The _unique_ name of the resource.
|
|
134
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
135
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
136
|
+
*/
|
|
137
|
+
constructor(name: string, args: FlowLogArgs, opts?: pulumi.CustomResourceOptions);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Input properties used for looking up and filtering FlowLog resources.
|
|
141
|
+
*/
|
|
142
|
+
export interface FlowLogState {
|
|
143
|
+
/**
|
|
144
|
+
* 流日志的采样间隔。取值如下。1:1分钟。5:5分钟。10(默认值):10分钟。
|
|
145
|
+
*/
|
|
146
|
+
aggregationInterval?: pulumi.Input<number>;
|
|
147
|
+
/**
|
|
148
|
+
* 流日志是否被锁定。Normal: 正常。FinancialLocked: 被锁定。
|
|
149
|
+
*/
|
|
150
|
+
businessStatus?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* 流日志的创建时间。
|
|
153
|
+
*/
|
|
154
|
+
createdAt?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* 流日志的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
|
|
157
|
+
*/
|
|
158
|
+
description?: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* 是否自动配置索引。索引用于检索分析数据,流日志在检索分析之前,必须先配置索引。true:是。false(默认值):否。
|
|
161
|
+
*/
|
|
162
|
+
enableIndex?: pulumi.Input<boolean>;
|
|
163
|
+
/**
|
|
164
|
+
* 流日志的ID。
|
|
165
|
+
*/
|
|
166
|
+
flowLogId?: pulumi.Input<string>;
|
|
167
|
+
/**
|
|
168
|
+
* 流日志的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为流日志实例的ID。
|
|
169
|
+
*/
|
|
170
|
+
flowLogName?: pulumi.Input<string>;
|
|
171
|
+
/**
|
|
172
|
+
* 流日志被锁定的原因。financial: 因欠费被锁定。unlock:欠费关停后充值恢复过程中。空值 : 没有被锁定。
|
|
173
|
+
*/
|
|
174
|
+
lockReason?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* 流日志项目的ID。
|
|
177
|
+
*/
|
|
178
|
+
logProjectId?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
181
|
+
*/
|
|
182
|
+
logProjectName?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* 流日志主题的ID。
|
|
185
|
+
*/
|
|
186
|
+
logTopicId?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
189
|
+
*/
|
|
190
|
+
logTopicName?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* 流流日志所属项目的名称。
|
|
193
|
+
*/
|
|
194
|
+
projectName?: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* 要捕获流量的资源ID。
|
|
197
|
+
*/
|
|
198
|
+
resourceId?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* 要采集流量的资源类型,取值如下:vpc:私有网络。subnet:子网。eni:网卡。
|
|
201
|
+
*/
|
|
202
|
+
resourceType?: pulumi.Input<string>;
|
|
203
|
+
/**
|
|
204
|
+
* 流日志的状态。取值如下:Active:启动状态。Pending:正在操作中。Inactive:未启动状态。Creating:正在创建中。Deleting:正在删除中。
|
|
205
|
+
*/
|
|
206
|
+
status?: pulumi.Input<string>;
|
|
207
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.FlowLogTag>[]>;
|
|
208
|
+
/**
|
|
209
|
+
* 采集的流量类型。取值如下:All:全部流量。Allow:网络ACL和安全组允许的流量。Drop:网络ACL和安全组拒绝的流量。
|
|
210
|
+
*/
|
|
211
|
+
trafficType?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* 更新流日志的时间。
|
|
214
|
+
*/
|
|
215
|
+
updatedAt?: pulumi.Input<string>;
|
|
216
|
+
/**
|
|
217
|
+
* 流日志的VPC的ID。
|
|
218
|
+
*/
|
|
219
|
+
vpcId?: pulumi.Input<string>;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* The set of arguments for constructing a FlowLog resource.
|
|
223
|
+
*/
|
|
224
|
+
export interface FlowLogArgs {
|
|
225
|
+
/**
|
|
226
|
+
* 流日志的采样间隔。取值如下。1:1分钟。5:5分钟。10(默认值):10分钟。
|
|
227
|
+
*/
|
|
228
|
+
aggregationInterval: pulumi.Input<number>;
|
|
229
|
+
/**
|
|
230
|
+
* 流日志的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
|
|
231
|
+
*/
|
|
232
|
+
description?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* 流日志的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为流日志实例的ID。
|
|
235
|
+
*/
|
|
236
|
+
flowLogName: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
239
|
+
*/
|
|
240
|
+
logProjectName: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
243
|
+
*/
|
|
244
|
+
logTopicName: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* 流流日志所属项目的名称。
|
|
247
|
+
*/
|
|
248
|
+
projectName?: pulumi.Input<string>;
|
|
249
|
+
/**
|
|
250
|
+
* 要捕获流量的资源ID。
|
|
251
|
+
*/
|
|
252
|
+
resourceId: pulumi.Input<string>;
|
|
253
|
+
/**
|
|
254
|
+
* 要采集流量的资源类型,取值如下:vpc:私有网络。subnet:子网。eni:网卡。
|
|
255
|
+
*/
|
|
256
|
+
resourceType: pulumi.Input<string>;
|
|
257
|
+
/**
|
|
258
|
+
* 流日志的状态。取值如下:Active:启动状态。Pending:正在操作中。Inactive:未启动状态。Creating:正在创建中。Deleting:正在删除中。
|
|
259
|
+
*/
|
|
260
|
+
status?: pulumi.Input<string>;
|
|
261
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.FlowLogTag>[]>;
|
|
262
|
+
/**
|
|
263
|
+
* 采集的流量类型。取值如下:All:全部流量。Allow:网络ACL和安全组允许的流量。Drop:网络ACL和安全组拒绝的流量。
|
|
264
|
+
*/
|
|
265
|
+
trafficType: pulumi.Input<string>;
|
|
266
|
+
}
|
package/vpc/flowLog.js
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
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.FlowLog = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* 流日志对网卡出入流量的日志数据按需聚合处理后,投递至 日志服务 存储和检索分析,您可以根据流日志的分析监控网络流量、排查网络问题、优化网络架构。VPC流日志记录VPC网络流量的详细信息,用于网络监控、流量分析和故障排查。
|
|
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 vPCFlowLogDemo = new volcenginecc.vpc.FlowLog("VPCFlowLogDemo", {
|
|
18
|
+
* aggregationInterval: 10,
|
|
19
|
+
* description: "this is a test flow log",
|
|
20
|
+
* flowLogName: "FlowLog-ccapi-test",
|
|
21
|
+
* logProjectName: "ccapi-test-flow-log",
|
|
22
|
+
* logTopicName: "test-flow-log",
|
|
23
|
+
* projectName: "default",
|
|
24
|
+
* resourceId: "vpc-rrco37ovjq4gv0xxxxxx",
|
|
25
|
+
* resourceType: "vpc",
|
|
26
|
+
* status: "Active",
|
|
27
|
+
* tags: [{
|
|
28
|
+
* key: "env",
|
|
29
|
+
* value: "test",
|
|
30
|
+
* }],
|
|
31
|
+
* trafficType: "All",
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* ## Import
|
|
36
|
+
*
|
|
37
|
+
* ```sh
|
|
38
|
+
* $ pulumi import volcenginecc:vpc/flowLog:FlowLog example "flow_log_id"
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
class FlowLog extends pulumi.CustomResource {
|
|
42
|
+
/**
|
|
43
|
+
* Get an existing FlowLog resource's state with the given name, ID, and optional extra
|
|
44
|
+
* properties used to qualify the lookup.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resulting resource.
|
|
47
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
48
|
+
* @param state Any extra arguments used during the lookup.
|
|
49
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
50
|
+
*/
|
|
51
|
+
static get(name, id, state, opts) {
|
|
52
|
+
return new FlowLog(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Returns true if the given object is an instance of FlowLog. This is designed to work even
|
|
56
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
57
|
+
*/
|
|
58
|
+
static isInstance(obj) {
|
|
59
|
+
if (obj === undefined || obj === null) {
|
|
60
|
+
return false;
|
|
61
|
+
}
|
|
62
|
+
return obj['__pulumiType'] === FlowLog.__pulumiType;
|
|
63
|
+
}
|
|
64
|
+
constructor(name, argsOrState, opts) {
|
|
65
|
+
let resourceInputs = {};
|
|
66
|
+
opts = opts || {};
|
|
67
|
+
if (opts.id) {
|
|
68
|
+
const state = argsOrState;
|
|
69
|
+
resourceInputs["aggregationInterval"] = state ? state.aggregationInterval : undefined;
|
|
70
|
+
resourceInputs["businessStatus"] = state ? state.businessStatus : undefined;
|
|
71
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
72
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
73
|
+
resourceInputs["enableIndex"] = state ? state.enableIndex : undefined;
|
|
74
|
+
resourceInputs["flowLogId"] = state ? state.flowLogId : undefined;
|
|
75
|
+
resourceInputs["flowLogName"] = state ? state.flowLogName : undefined;
|
|
76
|
+
resourceInputs["lockReason"] = state ? state.lockReason : undefined;
|
|
77
|
+
resourceInputs["logProjectId"] = state ? state.logProjectId : undefined;
|
|
78
|
+
resourceInputs["logProjectName"] = state ? state.logProjectName : undefined;
|
|
79
|
+
resourceInputs["logTopicId"] = state ? state.logTopicId : undefined;
|
|
80
|
+
resourceInputs["logTopicName"] = state ? state.logTopicName : undefined;
|
|
81
|
+
resourceInputs["projectName"] = state ? state.projectName : undefined;
|
|
82
|
+
resourceInputs["resourceId"] = state ? state.resourceId : undefined;
|
|
83
|
+
resourceInputs["resourceType"] = state ? state.resourceType : undefined;
|
|
84
|
+
resourceInputs["status"] = state ? state.status : undefined;
|
|
85
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
86
|
+
resourceInputs["trafficType"] = state ? state.trafficType : undefined;
|
|
87
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
88
|
+
resourceInputs["vpcId"] = state ? state.vpcId : undefined;
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
const args = argsOrState;
|
|
92
|
+
if ((!args || args.aggregationInterval === undefined) && !opts.urn) {
|
|
93
|
+
throw new Error("Missing required property 'aggregationInterval'");
|
|
94
|
+
}
|
|
95
|
+
if ((!args || args.flowLogName === undefined) && !opts.urn) {
|
|
96
|
+
throw new Error("Missing required property 'flowLogName'");
|
|
97
|
+
}
|
|
98
|
+
if ((!args || args.logProjectName === undefined) && !opts.urn) {
|
|
99
|
+
throw new Error("Missing required property 'logProjectName'");
|
|
100
|
+
}
|
|
101
|
+
if ((!args || args.logTopicName === undefined) && !opts.urn) {
|
|
102
|
+
throw new Error("Missing required property 'logTopicName'");
|
|
103
|
+
}
|
|
104
|
+
if ((!args || args.resourceId === undefined) && !opts.urn) {
|
|
105
|
+
throw new Error("Missing required property 'resourceId'");
|
|
106
|
+
}
|
|
107
|
+
if ((!args || args.resourceType === undefined) && !opts.urn) {
|
|
108
|
+
throw new Error("Missing required property 'resourceType'");
|
|
109
|
+
}
|
|
110
|
+
if ((!args || args.trafficType === undefined) && !opts.urn) {
|
|
111
|
+
throw new Error("Missing required property 'trafficType'");
|
|
112
|
+
}
|
|
113
|
+
resourceInputs["aggregationInterval"] = args ? args.aggregationInterval : undefined;
|
|
114
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
115
|
+
resourceInputs["flowLogName"] = args ? args.flowLogName : undefined;
|
|
116
|
+
resourceInputs["logProjectName"] = args ? args.logProjectName : undefined;
|
|
117
|
+
resourceInputs["logTopicName"] = args ? args.logTopicName : undefined;
|
|
118
|
+
resourceInputs["projectName"] = args ? args.projectName : undefined;
|
|
119
|
+
resourceInputs["resourceId"] = args ? args.resourceId : undefined;
|
|
120
|
+
resourceInputs["resourceType"] = args ? args.resourceType : undefined;
|
|
121
|
+
resourceInputs["status"] = args ? args.status : undefined;
|
|
122
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
123
|
+
resourceInputs["trafficType"] = args ? args.trafficType : undefined;
|
|
124
|
+
resourceInputs["businessStatus"] = undefined /*out*/;
|
|
125
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
126
|
+
resourceInputs["enableIndex"] = undefined /*out*/;
|
|
127
|
+
resourceInputs["flowLogId"] = undefined /*out*/;
|
|
128
|
+
resourceInputs["lockReason"] = undefined /*out*/;
|
|
129
|
+
resourceInputs["logProjectId"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["logTopicId"] = undefined /*out*/;
|
|
131
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
132
|
+
resourceInputs["vpcId"] = undefined /*out*/;
|
|
133
|
+
}
|
|
134
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
135
|
+
super(FlowLog.__pulumiType, name, resourceInputs, opts);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
exports.FlowLog = FlowLog;
|
|
139
|
+
/** @internal */
|
|
140
|
+
FlowLog.__pulumiType = 'volcenginecc:vpc/flowLog:FlowLog';
|
|
141
|
+
//# sourceMappingURL=flowLog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flowLog.js","sourceRoot":"","sources":["../../vpc/flowLog.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::VPC::FlowLog
|
|
5
|
+
*/
|
|
6
|
+
export declare function getFlowLog(args: GetFlowLogArgs, opts?: pulumi.InvokeOptions): Promise<GetFlowLogResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getFlowLog.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetFlowLogArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getFlowLog.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetFlowLogResult {
|
|
20
|
+
/**
|
|
21
|
+
* 流日志的采样间隔。取值如下。1:1分钟。5:5分钟。10(默认值):10分钟。
|
|
22
|
+
*/
|
|
23
|
+
readonly aggregationInterval: number;
|
|
24
|
+
/**
|
|
25
|
+
* 流日志是否被锁定。Normal: 正常。FinancialLocked: 被锁定。
|
|
26
|
+
*/
|
|
27
|
+
readonly businessStatus: string;
|
|
28
|
+
/**
|
|
29
|
+
* 流日志的创建时间。
|
|
30
|
+
*/
|
|
31
|
+
readonly createdAt: string;
|
|
32
|
+
/**
|
|
33
|
+
* 流日志的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
|
|
34
|
+
*/
|
|
35
|
+
readonly description: string;
|
|
36
|
+
/**
|
|
37
|
+
* 是否自动配置索引。索引用于检索分析数据,流日志在检索分析之前,必须先配置索引。true:是。false(默认值):否。
|
|
38
|
+
*/
|
|
39
|
+
readonly enableIndex: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* 流日志的ID。
|
|
42
|
+
*/
|
|
43
|
+
readonly flowLogId: string;
|
|
44
|
+
/**
|
|
45
|
+
* 流日志的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为流日志实例的ID。
|
|
46
|
+
*/
|
|
47
|
+
readonly flowLogName: string;
|
|
48
|
+
/**
|
|
49
|
+
* Uniquely identifies the resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
/**
|
|
53
|
+
* 流日志被锁定的原因。financial: 因欠费被锁定。unlock:欠费关停后充值恢复过程中。空值 : 没有被锁定。
|
|
54
|
+
*/
|
|
55
|
+
readonly lockReason: string;
|
|
56
|
+
/**
|
|
57
|
+
* 流日志项目的ID。
|
|
58
|
+
*/
|
|
59
|
+
readonly logProjectId: string;
|
|
60
|
+
/**
|
|
61
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
62
|
+
*/
|
|
63
|
+
readonly logProjectName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 流日志主题的ID。
|
|
66
|
+
*/
|
|
67
|
+
readonly logTopicId: string;
|
|
68
|
+
/**
|
|
69
|
+
* 流日志项目的名称。名称只能由小写字母、数字和连字符(-)组成。必须以小写字母或者数字开头和结尾。名称的长度范围为 3~63 个字符。
|
|
70
|
+
*/
|
|
71
|
+
readonly logTopicName: string;
|
|
72
|
+
/**
|
|
73
|
+
* 流流日志所属项目的名称。
|
|
74
|
+
*/
|
|
75
|
+
readonly projectName: string;
|
|
76
|
+
/**
|
|
77
|
+
* 要捕获流量的资源ID。
|
|
78
|
+
*/
|
|
79
|
+
readonly resourceId: string;
|
|
80
|
+
/**
|
|
81
|
+
* 要采集流量的资源类型,取值如下:vpc:私有网络。subnet:子网。eni:网卡。
|
|
82
|
+
*/
|
|
83
|
+
readonly resourceType: string;
|
|
84
|
+
/**
|
|
85
|
+
* 流日志的状态。取值如下:Active:启动状态。Pending:正在操作中。Inactive:未启动状态。Creating:正在创建中。Deleting:正在删除中。
|
|
86
|
+
*/
|
|
87
|
+
readonly status: string;
|
|
88
|
+
/**
|
|
89
|
+
* 流日志的标签信息。
|
|
90
|
+
*/
|
|
91
|
+
readonly tags: outputs.vpc.GetFlowLogTag[];
|
|
92
|
+
/**
|
|
93
|
+
* 采集的流量类型。取值如下:All:全部流量。Allow:网络ACL和安全组允许的流量。Drop:网络ACL和安全组拒绝的流量。
|
|
94
|
+
*/
|
|
95
|
+
readonly trafficType: string;
|
|
96
|
+
/**
|
|
97
|
+
* 更新流日志的时间。
|
|
98
|
+
*/
|
|
99
|
+
readonly updatedAt: string;
|
|
100
|
+
/**
|
|
101
|
+
* 流日志的VPC的ID。
|
|
102
|
+
*/
|
|
103
|
+
readonly vpcId: string;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Data Source schema for Volcengine::VPC::FlowLog
|
|
107
|
+
*/
|
|
108
|
+
export declare function getFlowLogOutput(args: GetFlowLogOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFlowLogResult>;
|
|
109
|
+
/**
|
|
110
|
+
* A collection of arguments for invoking getFlowLog.
|
|
111
|
+
*/
|
|
112
|
+
export interface GetFlowLogOutputArgs {
|
|
113
|
+
/**
|
|
114
|
+
* Uniquely identifies the resource.
|
|
115
|
+
*/
|
|
116
|
+
id: pulumi.Input<string>;
|
|
117
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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.getFlowLogOutput = exports.getFlowLog = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::VPC::FlowLog
|
|
10
|
+
*/
|
|
11
|
+
function getFlowLog(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getFlowLog:getFlowLog", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getFlowLog = getFlowLog;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::VPC::FlowLog
|
|
20
|
+
*/
|
|
21
|
+
function getFlowLogOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getFlowLog:getFlowLog", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getFlowLogOutput = getFlowLogOutput;
|
|
28
|
+
//# sourceMappingURL=getFlowLog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFlowLog.js","sourceRoot":"","sources":["../../vpc/getFlowLog.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAqGD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::VPC::FlowLog
|
|
4
|
+
*/
|
|
5
|
+
export declare function getFlowLogs(opts?: pulumi.InvokeOptions): Promise<GetFlowLogsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getFlowLogs.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetFlowLogsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::VPC::FlowLog
|
|
21
|
+
*/
|
|
22
|
+
export declare function getFlowLogsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetFlowLogsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.getFlowLogsOutput = exports.getFlowLogs = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::VPC::FlowLog
|
|
10
|
+
*/
|
|
11
|
+
function getFlowLogs(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:vpc/getFlowLogs:getFlowLogs", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getFlowLogs = getFlowLogs;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::VPC::FlowLog
|
|
18
|
+
*/
|
|
19
|
+
function getFlowLogsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:vpc/getFlowLogs:getFlowLogs", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getFlowLogsOutput = getFlowLogsOutput;
|
|
24
|
+
//# sourceMappingURL=getFlowLogs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFlowLogs.js","sourceRoot":"","sources":["../../vpc/getFlowLogs.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kCAIC;AAeD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAAiC;IAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC"}
|