@volcengine/pulumi 0.0.32 → 0.0.34
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/apig/apigCustomDomain.d.ts +244 -0
- package/apig/apigCustomDomain.js +167 -0
- package/apig/apigCustomDomain.js.map +1 -0
- package/apig/apigGateway.d.ts +262 -0
- package/apig/apigGateway.js +150 -0
- package/apig/apigGateway.js.map +1 -0
- package/apig/apigGatewayService.d.ts +206 -0
- package/apig/apigGatewayService.js +159 -0
- package/apig/apigGatewayService.js.map +1 -0
- package/apig/apigRoute.d.ts +397 -0
- package/apig/apigRoute.js +299 -0
- package/apig/apigRoute.js.map +1 -0
- package/apig/apigUpstream.d.ts +375 -0
- package/apig/apigUpstream.js +278 -0
- package/apig/apigUpstream.js.map +1 -0
- package/apig/apigUpstreamSource.d.ts +214 -0
- package/apig/apigUpstreamSource.js +182 -0
- package/apig/apigUpstreamSource.js.map +1 -0
- package/apig/apigUpstreamVersion.d.ts +211 -0
- package/apig/apigUpstreamVersion.js +206 -0
- package/apig/apigUpstreamVersion.js.map +1 -0
- package/apig/customDomains.d.ts +112 -0
- package/apig/customDomains.js +55 -0
- package/apig/customDomains.js.map +1 -0
- package/apig/gatewayServices.d.ts +104 -0
- package/apig/gatewayServices.js +52 -0
- package/apig/gatewayServices.js.map +1 -0
- package/apig/gateways.d.ts +162 -0
- package/apig/gateways.js +63 -0
- package/apig/gateways.js.map +1 -0
- package/apig/getCustomDomains.d.ts +110 -0
- package/apig/getCustomDomains.js +52 -0
- package/apig/getCustomDomains.js.map +1 -0
- package/apig/getGatewayServices.d.ts +102 -0
- package/apig/getGatewayServices.js +49 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getGateways.d.ts +160 -0
- package/apig/getGateways.js +60 -0
- package/apig/getGateways.js.map +1 -0
- package/apig/getRoutes.d.ts +153 -0
- package/apig/getRoutes.js +54 -0
- package/apig/getRoutes.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +123 -0
- package/apig/getUpstreamSources.js +51 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/getUpstreamVersions.d.ts +84 -0
- package/apig/getUpstreamVersions.js +47 -0
- package/apig/getUpstreamVersions.js.map +1 -0
- package/apig/getUpstreams.d.ts +140 -0
- package/apig/getUpstreams.js +60 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +63 -0
- package/apig/index.js +94 -0
- package/apig/index.js.map +1 -0
- package/apig/routes.d.ts +155 -0
- package/apig/routes.js +57 -0
- package/apig/routes.js.map +1 -0
- package/apig/upstreamSources.d.ts +125 -0
- package/apig/upstreamSources.js +54 -0
- package/apig/upstreamSources.js.map +1 -0
- package/apig/upstreamVersions.d.ts +86 -0
- package/apig/upstreamVersions.js +50 -0
- package/apig/upstreamVersions.js.map +1 -0
- package/apig/upstreams.d.ts +142 -0
- package/apig/upstreams.js +63 -0
- package/apig/upstreams.js.map +1 -0
- package/cen/bandwidthPackage.d.ts +15 -3
- package/cen/bandwidthPackage.js +2 -0
- package/cen/bandwidthPackage.js.map +1 -1
- package/cen/getGrantInstances.d.ts +106 -0
- package/cen/getGrantInstances.js +53 -0
- package/cen/getGrantInstances.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +12 -0
- package/cen/getInterRegionBandwidths.js +1 -0
- package/cen/getInterRegionBandwidths.js.map +1 -1
- package/cen/grantInstances.d.ts +108 -0
- package/cen/grantInstances.js +56 -0
- package/cen/grantInstances.js.map +1 -0
- package/cen/index.d.ts +6 -0
- package/cen/index.js +7 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidth.d.ts +12 -0
- package/cen/interRegionBandwidth.js +2 -0
- package/cen/interRegionBandwidth.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +12 -0
- package/cen/interRegionBandwidths.js +1 -0
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/serviceRouteEntry.d.ts +2 -2
- package/cen/serviceRouteEntry.js +2 -2
- package/cr/getNamespaces.d.ts +9 -0
- package/cr/getNamespaces.js +1 -0
- package/cr/getNamespaces.js.map +1 -1
- package/cr/getRegistries.d.ts +9 -0
- package/cr/getRegistries.js +1 -0
- package/cr/getRegistries.js.map +1 -1
- package/cr/namespace.d.ts +12 -0
- package/cr/namespace.js +2 -0
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +9 -0
- package/cr/namespaces.js +1 -0
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +9 -0
- package/cr/registries.js +1 -0
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -3
- package/cr/registry.js +6 -2
- package/cr/registry.js.map +1 -1
- package/ebs/getMaxExtraPerformances.d.ts +22 -0
- package/ebs/getMaxExtraPerformances.js +22 -0
- package/ebs/getMaxExtraPerformances.js.map +1 -1
- package/ebs/maxExtraPerformances.d.ts +22 -0
- package/ebs/maxExtraPerformances.js +22 -0
- package/ebs/maxExtraPerformances.js.map +1 -1
- package/escloud_v2/escloudNodeAvailableSpecs.d.ts +73 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js +46 -0
- package/escloud_v2/escloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/escloudZonesV2.d.ts +64 -0
- package/escloud_v2/escloudZonesV2.js +45 -0
- package/escloud_v2/escloudZonesV2.js.map +1 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.d.ts +71 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js +43 -0
- package/escloud_v2/getEscloudNodeAvailableSpecs.js.map +1 -0
- package/escloud_v2/getEscloudZonesV2.d.ts +62 -0
- package/escloud_v2/getEscloudZonesV2.js +42 -0
- package/escloud_v2/getEscloudZonesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +12 -0
- package/escloud_v2/index.js +13 -1
- package/escloud_v2/index.js.map +1 -1
- package/index.d.ts +6 -1
- package/index.js +12 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +98 -0
- package/kafka/allowList.js +85 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/allowListAssociate.d.ts +90 -0
- package/kafka/allowListAssociate.js +87 -0
- package/kafka/allowListAssociate.js.map +1 -0
- package/kafka/allowLists.d.ts +91 -0
- package/kafka/allowLists.js +52 -0
- package/kafka/allowLists.js.map +1 -0
- package/kafka/getAllowLists.d.ts +89 -0
- package/kafka/getAllowLists.js +49 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +12 -0
- package/kafka/index.js +17 -1
- package/kafka/index.js.map +1 -1
- package/kms/getKeyrings.d.ts +154 -0
- package/kms/getKeyrings.js +69 -0
- package/kms/getKeyrings.js.map +1 -0
- package/kms/getKeys.d.ts +263 -0
- package/kms/getKeys.js +106 -0
- package/kms/getKeys.js.map +1 -0
- package/kms/getSecrets.d.ts +202 -0
- package/kms/getSecrets.js +73 -0
- package/kms/getSecrets.js.map +1 -0
- package/kms/index.d.ts +36 -0
- package/kms/index.js +65 -0
- package/kms/index.js.map +1 -0
- package/kms/key.d.ts +282 -0
- package/kms/key.js +127 -0
- package/kms/key.js.map +1 -0
- package/kms/keyArchive.d.ts +119 -0
- package/kms/keyArchive.js +94 -0
- package/kms/keyArchive.js.map +1 -0
- package/kms/keyEnable.d.ts +105 -0
- package/kms/keyEnable.js +80 -0
- package/kms/keyEnable.js.map +1 -0
- package/kms/keyRotation.d.ts +105 -0
- package/kms/keyRotation.js +80 -0
- package/kms/keyRotation.js.map +1 -0
- package/kms/keyring.d.ts +139 -0
- package/kms/keyring.js +89 -0
- package/kms/keyring.js.map +1 -0
- package/kms/keyrings.d.ts +156 -0
- package/kms/keyrings.js +72 -0
- package/kms/keyrings.js.map +1 -0
- package/kms/keys.d.ts +265 -0
- package/kms/keys.js +109 -0
- package/kms/keys.js.map +1 -0
- package/kms/secret.d.ts +264 -0
- package/kms/secret.js +122 -0
- package/kms/secret.js.map +1 -0
- package/kms/secrets.d.ts +204 -0
- package/kms/secrets.js +76 -0
- package/kms/secrets.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +1 -1
- package/nas/autoSnapshotPolicies.d.ts +115 -0
- package/nas/autoSnapshotPolicies.js +66 -0
- package/nas/autoSnapshotPolicies.js.map +1 -0
- package/nas/autoSnapshotPolicy.d.ts +132 -0
- package/nas/autoSnapshotPolicy.js +94 -0
- package/nas/autoSnapshotPolicy.js.map +1 -0
- package/nas/autoSnapshotPolicyApply.d.ts +101 -0
- package/nas/autoSnapshotPolicyApply.js +98 -0
- package/nas/autoSnapshotPolicyApply.js.map +1 -0
- package/nas/getAutoSnapshotPolicies.d.ts +113 -0
- package/nas/getAutoSnapshotPolicies.js +63 -0
- package/nas/getAutoSnapshotPolicies.js.map +1 -0
- package/nas/index.d.ts +12 -0
- package/nas/index.js +17 -1
- package/nas/index.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +31 -0
- package/private_zone/getPrivateZones.js +3 -0
- package/private_zone/getPrivateZones.js.map +1 -1
- package/private_zone/getRecords.d.ts +19 -4
- package/private_zone/getRecords.js +1 -0
- package/private_zone/getRecords.js.map +1 -1
- package/private_zone/getResolverEndpoints.d.ts +22 -0
- package/private_zone/getResolverEndpoints.js +2 -0
- package/private_zone/getResolverEndpoints.js.map +1 -1
- package/private_zone/getResolverRules.d.ts +22 -0
- package/private_zone/getResolverRules.js +2 -0
- package/private_zone/getResolverRules.js.map +1 -1
- package/private_zone/privateZone.d.ts +44 -0
- package/private_zone/privateZone.js +11 -0
- package/private_zone/privateZone.js.map +1 -1
- package/private_zone/privateZones.d.ts +31 -0
- package/private_zone/privateZones.js +3 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +24 -0
- package/private_zone/record.js +4 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/records.d.ts +19 -4
- package/private_zone/records.js +1 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoint.d.ts +45 -2
- package/private_zone/resolverEndpoint.js +11 -4
- package/private_zone/resolverEndpoint.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +22 -0
- package/private_zone/resolverEndpoints.js +2 -0
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRule.d.ts +62 -3
- package/private_zone/resolverRule.js +13 -0
- package/private_zone/resolverRule.js.map +1 -1
- package/private_zone/resolverRules.d.ts +22 -0
- package/private_zone/resolverRules.js +2 -0
- package/private_zone/resolverRules.js.map +1 -1
- package/private_zone/userVpcAuthorization.d.ts +24 -0
- package/private_zone/userVpcAuthorization.js +4 -0
- package/private_zone/userVpcAuthorization.js.map +1 -1
- package/rabbitmq/getRegions.d.ts +62 -0
- package/rabbitmq/getRegions.js +42 -0
- package/rabbitmq/getRegions.js.map +1 -0
- package/rabbitmq/getZones.d.ts +62 -0
- package/rabbitmq/getZones.js +42 -0
- package/rabbitmq/getZones.js.map +1 -0
- package/rabbitmq/index.d.ts +12 -0
- package/rabbitmq/index.js +13 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/regions.d.ts +64 -0
- package/rabbitmq/regions.js +45 -0
- package/rabbitmq/regions.js.map +1 -0
- package/rabbitmq/zones.d.ts +64 -0
- package/rabbitmq/zones.js +45 -0
- package/rabbitmq/zones.js.map +1 -0
- package/rds_mysql/account.d.ts +53 -3
- package/rds_mysql/account.js +20 -0
- package/rds_mysql/account.js.map +1 -1
- package/rds_mysql/accountTableColumnInfos.d.ts +139 -0
- package/rds_mysql/accountTableColumnInfos.js +57 -0
- package/rds_mysql/accountTableColumnInfos.js.map +1 -0
- package/rds_mysql/backupPolicy.d.ts +30 -1
- package/rds_mysql/backupPolicy.js +12 -1
- package/rds_mysql/backupPolicy.js.map +1 -1
- package/rds_mysql/backups.d.ts +2 -16
- package/rds_mysql/backups.js +2 -16
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +13 -0
- package/rds_mysql/database.js +3 -0
- package/rds_mysql/database.js.map +1 -1
- package/rds_mysql/endpoint.d.ts +32 -34
- package/rds_mysql/endpoint.js +10 -19
- package/rds_mysql/endpoint.js.map +1 -1
- package/rds_mysql/getAccountTableColumnInfos.d.ts +137 -0
- package/rds_mysql/getAccountTableColumnInfos.js +54 -0
- package/rds_mysql/getAccountTableColumnInfos.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +2 -16
- package/rds_mysql/getBackups.js +2 -16
- package/rds_mysql/getBackups.js.map +1 -1
- package/rds_mysql/getInstances.d.ts +75 -0
- package/rds_mysql/getInstances.js +7 -0
- package/rds_mysql/getInstances.js.map +1 -1
- package/rds_mysql/getPlannedEvents.d.ts +132 -0
- package/rds_mysql/getPlannedEvents.js +52 -0
- package/rds_mysql/getPlannedEvents.js.map +1 -0
- package/rds_mysql/getTasks.d.ts +175 -0
- package/rds_mysql/getTasks.js +60 -0
- package/rds_mysql/getTasks.js.map +1 -0
- package/rds_mysql/index.d.ts +18 -0
- package/rds_mysql/index.js +20 -2
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +167 -12
- package/rds_mysql/instance.js +40 -3
- package/rds_mysql/instance.js.map +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +8 -0
- package/rds_mysql/instanceReadonlyNode.js +2 -0
- package/rds_mysql/instanceReadonlyNode.js.map +1 -1
- package/rds_mysql/instances.d.ts +75 -0
- package/rds_mysql/instances.js +7 -0
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/plannedEvents.d.ts +134 -0
- package/rds_mysql/plannedEvents.js +55 -0
- package/rds_mysql/plannedEvents.js.map +1 -0
- package/rds_mysql/tasks.d.ts +177 -0
- package/rds_mysql/tasks.js +63 -0
- package/rds_mysql/tasks.js.map +1 -0
- package/redis/allowList.d.ts +24 -0
- package/redis/allowList.js +6 -0
- package/redis/allowList.js.map +1 -1
- package/redis/allowLists.d.ts +39 -0
- package/redis/allowLists.js +4 -0
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +46 -7
- package/redis/backup.js +14 -3
- package/redis/backup.js.map +1 -1
- package/redis/backupRestore.d.ts +14 -2
- package/redis/backupRestore.js +2 -3
- package/redis/backupRestore.js.map +1 -1
- package/redis/backups.d.ts +47 -5
- package/redis/backups.js +5 -0
- package/redis/backups.js.map +1 -1
- package/redis/bigKeys.d.ts +181 -0
- package/redis/bigKeys.js +110 -0
- package/redis/bigKeys.js.map +1 -0
- package/redis/getAllowLists.d.ts +39 -0
- package/redis/getAllowLists.js +4 -0
- package/redis/getAllowLists.js.map +1 -1
- package/redis/getBackups.d.ts +47 -5
- package/redis/getBackups.js +5 -0
- package/redis/getBackups.js.map +1 -1
- package/redis/getBigKeys.d.ts +179 -0
- package/redis/getBigKeys.js +107 -0
- package/redis/getBigKeys.js.map +1 -0
- package/redis/getInstanceSpecs.d.ts +76 -0
- package/redis/getInstanceSpecs.js +29 -0
- package/redis/getInstanceSpecs.js.map +1 -0
- package/redis/getInstances.d.ts +3 -0
- package/redis/getInstances.js.map +1 -1
- package/redis/getParameterGroups.d.ts +79 -0
- package/redis/getParameterGroups.js +29 -0
- package/redis/getParameterGroups.js.map +1 -0
- package/redis/getPlannedEvents.d.ts +161 -0
- package/redis/getPlannedEvents.js +106 -0
- package/redis/getPlannedEvents.js.map +1 -0
- package/redis/index.d.ts +27 -0
- package/redis/index.js +31 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +85 -1
- package/redis/instance.js +14 -0
- package/redis/instance.js.map +1 -1
- package/redis/instanceSpecs.d.ts +78 -0
- package/redis/instanceSpecs.js +32 -0
- package/redis/instanceSpecs.js.map +1 -0
- package/redis/instances.d.ts +3 -0
- package/redis/instances.js.map +1 -1
- package/redis/parameterGroup.d.ts +118 -0
- package/redis/parameterGroup.js +93 -0
- package/redis/parameterGroup.js.map +1 -0
- package/redis/parameterGroups.d.ts +81 -0
- package/redis/parameterGroups.js +32 -0
- package/redis/parameterGroups.js.map +1 -0
- package/redis/plannedEvents.d.ts +163 -0
- package/redis/plannedEvents.js +109 -0
- package/redis/plannedEvents.js.map +1 -0
- package/tls/consumerGroup.d.ts +121 -0
- package/tls/consumerGroup.js +97 -0
- package/tls/consumerGroup.js.map +1 -0
- package/tls/consumerGroups.d.ts +139 -0
- package/tls/consumerGroups.js +52 -0
- package/tls/consumerGroups.js.map +1 -0
- package/tls/etlTask.d.ts +196 -0
- package/tls/etlTask.js +123 -0
- package/tls/etlTask.js.map +1 -0
- package/tls/etlTasks.d.ts +160 -0
- package/tls/etlTasks.js +54 -0
- package/tls/etlTasks.js.map +1 -0
- package/tls/getConsumerGroups.d.ts +137 -0
- package/tls/getConsumerGroups.js +49 -0
- package/tls/getConsumerGroups.js.map +1 -0
- package/tls/getEtlTasks.d.ts +158 -0
- package/tls/getEtlTasks.js +51 -0
- package/tls/getEtlTasks.js.map +1 -0
- package/tls/getImportTasks.d.ts +173 -0
- package/tls/getImportTasks.js +52 -0
- package/tls/getImportTasks.js.map +1 -0
- package/tls/getScheduleSqlTasks.d.ts +155 -0
- package/tls/getScheduleSqlTasks.js +51 -0
- package/tls/getScheduleSqlTasks.js.map +1 -0
- package/tls/getShippers.d.ts +164 -0
- package/tls/getShippers.js +51 -0
- package/tls/getShippers.js.map +1 -0
- package/tls/importTask.d.ts +175 -0
- package/tls/importTask.js +110 -0
- package/tls/importTask.js.map +1 -0
- package/tls/importTasks.d.ts +175 -0
- package/tls/importTasks.js +55 -0
- package/tls/importTasks.js.map +1 -0
- package/tls/index.d.ts +45 -0
- package/tls/index.js +57 -2
- package/tls/index.js.map +1 -1
- package/tls/scheduleSqlTask.d.ts +219 -0
- package/tls/scheduleSqlTask.js +135 -0
- package/tls/scheduleSqlTask.js.map +1 -0
- package/tls/scheduleSqlTasks.d.ts +157 -0
- package/tls/scheduleSqlTasks.js +54 -0
- package/tls/scheduleSqlTasks.js.map +1 -0
- package/tls/shipper.d.ts +191 -0
- package/tls/shipper.js +119 -0
- package/tls/shipper.js.map +1 -0
- package/tls/shippers.d.ts +166 -0
- package/tls/shippers.js +54 -0
- package/tls/shippers.js.map +1 -0
- package/types/input.d.ts +6348 -3370
- package/types/output.d.ts +38406 -23946
- package/vefaas/function.d.ts +346 -0
- package/vefaas/function.js +126 -0
- package/vefaas/function.js.map +1 -0
- package/vefaas/functions.d.ts +73 -0
- package/vefaas/functions.js +46 -0
- package/vefaas/functions.js.map +1 -0
- package/vefaas/getFunctions.d.ts +71 -0
- package/vefaas/getFunctions.js +43 -0
- package/vefaas/getFunctions.js.map +1 -0
- package/vefaas/getKafkaTriggers.d.ts +87 -0
- package/vefaas/getKafkaTriggers.js +47 -0
- package/vefaas/getKafkaTriggers.js.map +1 -0
- package/vefaas/getReleases.d.ts +106 -0
- package/vefaas/getReleases.js +49 -0
- package/vefaas/getReleases.js.map +1 -0
- package/vefaas/getTimers.d.ts +87 -0
- package/vefaas/getTimers.js +47 -0
- package/vefaas/getTimers.js.map +1 -0
- package/vefaas/index.d.ts +36 -0
- package/vefaas/index.js +61 -0
- package/vefaas/index.js.map +1 -0
- package/vefaas/kafkaTrigger.d.ts +232 -0
- package/vefaas/kafkaTrigger.js +119 -0
- package/vefaas/kafkaTrigger.js.map +1 -0
- package/vefaas/kafkaTriggers.d.ts +89 -0
- package/vefaas/kafkaTriggers.js +50 -0
- package/vefaas/kafkaTriggers.js.map +1 -0
- package/vefaas/release.d.ts +211 -0
- package/vefaas/release.js +108 -0
- package/vefaas/release.js.map +1 -0
- package/vefaas/releases.d.ts +108 -0
- package/vefaas/releases.js +52 -0
- package/vefaas/releases.js.map +1 -0
- package/vefaas/timer.d.ts +170 -0
- package/vefaas/timer.js +95 -0
- package/vefaas/timer.js.map +1 -0
- package/vefaas/timers.d.ts +89 -0
- package/vefaas/timers.js +50 -0
- package/vefaas/timers.js.map +1 -0
- package/vmp/alertingRule.d.ts +300 -0
- package/vmp/alertingRule.js +220 -0
- package/vmp/alertingRule.js.map +1 -0
- package/vmp/alertingRules.d.ts +386 -0
- package/vmp/alertingRules.js +291 -0
- package/vmp/alertingRules.js.map +1 -0
- package/vmp/alerts.d.ts +119 -0
- package/vmp/alerts.js +54 -0
- package/vmp/alerts.js.map +1 -0
- package/vmp/contact.d.ts +181 -0
- package/vmp/contact.js +102 -0
- package/vmp/contact.js.map +1 -0
- package/vmp/contactGroup.d.ts +124 -0
- package/vmp/contactGroup.js +109 -0
- package/vmp/contactGroup.js.map +1 -0
- package/vmp/contactGroups.d.ts +167 -0
- package/vmp/contactGroups.js +129 -0
- package/vmp/contactGroups.js.map +1 -0
- package/vmp/contacts.d.ts +137 -0
- package/vmp/contacts.js +88 -0
- package/vmp/contacts.js.map +1 -0
- package/vmp/getAlertingRules.d.ts +384 -0
- package/vmp/getAlertingRules.js +288 -0
- package/vmp/getAlertingRules.js.map +1 -0
- package/vmp/getAlerts.d.ts +117 -0
- package/vmp/getAlerts.js +51 -0
- package/vmp/getAlerts.js.map +1 -0
- package/vmp/getContactGroups.d.ts +165 -0
- package/vmp/getContactGroups.js +126 -0
- package/vmp/getContactGroups.js.map +1 -0
- package/vmp/getContacts.d.ts +135 -0
- package/vmp/getContacts.js +85 -0
- package/vmp/getContacts.js.map +1 -0
- package/vmp/getInstanceTypes.d.ts +75 -0
- package/vmp/getInstanceTypes.js +47 -0
- package/vmp/getInstanceTypes.js.map +1 -0
- package/vmp/getNotifyGroupPolicies.d.ts +141 -0
- package/vmp/getNotifyGroupPolicies.js +102 -0
- package/vmp/getNotifyGroupPolicies.js.map +1 -0
- package/vmp/getNotifyPolicies.d.ts +221 -0
- package/vmp/getNotifyPolicies.js +160 -0
- package/vmp/getNotifyPolicies.js.map +1 -0
- package/vmp/getNotifyTemplates.d.ts +134 -0
- package/vmp/getNotifyTemplates.js +76 -0
- package/vmp/getNotifyTemplates.js.map +1 -0
- package/vmp/getRuleFiles.d.ts +152 -0
- package/vmp/getRuleFiles.js +93 -0
- package/vmp/getRuleFiles.js.map +1 -0
- package/vmp/getRules.d.ts +131 -0
- package/vmp/getRules.js +53 -0
- package/vmp/getRules.js.map +1 -0
- package/vmp/getWorkspaces.d.ts +146 -0
- package/vmp/getWorkspaces.js +68 -0
- package/vmp/getWorkspaces.js.map +1 -0
- package/vmp/index.d.ts +90 -0
- package/vmp/index.js +124 -0
- package/vmp/index.js.map +1 -0
- package/vmp/instanceTypes.d.ts +77 -0
- package/vmp/instanceTypes.js +50 -0
- package/vmp/instanceTypes.js.map +1 -0
- package/vmp/notifyGroupPolicies.d.ts +143 -0
- package/vmp/notifyGroupPolicies.js +105 -0
- package/vmp/notifyGroupPolicies.js.map +1 -0
- package/vmp/notifyGroupPolicy.d.ts +118 -0
- package/vmp/notifyGroupPolicy.js +100 -0
- package/vmp/notifyGroupPolicy.js.map +1 -0
- package/vmp/notifyPolicies.d.ts +223 -0
- package/vmp/notifyPolicies.js +163 -0
- package/vmp/notifyPolicies.js.map +1 -0
- package/vmp/notifyPolicy.d.ts +158 -0
- package/vmp/notifyPolicy.js +130 -0
- package/vmp/notifyPolicy.js.map +1 -0
- package/vmp/notifyTemplate.d.ts +144 -0
- package/vmp/notifyTemplate.js +100 -0
- package/vmp/notifyTemplate.js.map +1 -0
- package/vmp/notifyTemplates.d.ts +136 -0
- package/vmp/notifyTemplates.js +79 -0
- package/vmp/notifyTemplates.js.map +1 -0
- package/vmp/ruleFile.d.ts +163 -0
- package/vmp/ruleFile.js +110 -0
- package/vmp/ruleFile.js.map +1 -0
- package/vmp/ruleFiles.d.ts +154 -0
- package/vmp/ruleFiles.js +96 -0
- package/vmp/ruleFiles.js.map +1 -0
- package/vmp/rules.d.ts +133 -0
- package/vmp/rules.js +56 -0
- package/vmp/rules.js.map +1 -0
- package/vmp/workspace.d.ts +212 -0
- package/vmp/workspace.js +110 -0
- package/vmp/workspace.js.map +1 -0
- package/vmp/workspaces.d.ts +148 -0
- package/vmp/workspaces.js +71 -0
- package/vmp/workspaces.js.map +1 -0
- package/vpc/cidrBlockAssociate.d.ts +83 -0
- package/vpc/cidrBlockAssociate.js +80 -0
- package/vpc/cidrBlockAssociate.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +148 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/flowLogActive.d.ts +103 -0
- package/vpc/flowLogActive.js +101 -0
- package/vpc/flowLogActive.js.map +1 -0
- package/vpc/flowLogs.d.ts +231 -0
- package/vpc/flowLogs.js +63 -0
- package/vpc/flowLogs.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +229 -0
- package/vpc/getFlowLogs.js +60 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getSubnets.d.ts +9 -0
- package/vpc/getSubnets.js +1 -0
- package/vpc/getSubnets.js.map +1 -1
- package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
- package/vpc/getTrafficMirrorFilterRules.js +50 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +118 -0
- package/vpc/getTrafficMirrorFilters.js +51 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +187 -0
- package/vpc/getTrafficMirrorSessions.js +57 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +121 -0
- package/vpc/getTrafficMirrorTargets.js +51 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpcs.d.ts +9 -0
- package/vpc/getVpcs.js +1 -0
- package/vpc/getVpcs.js.map +1 -1
- package/vpc/index.d.ts +51 -0
- package/vpc/index.js +67 -2
- package/vpc/index.js.map +1 -1
- package/vpc/routeEntry.d.ts +3 -3
- package/vpc/subnets.d.ts +9 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +137 -0
- package/vpc/trafficMirrorFilter.js +88 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +245 -0
- package/vpc/trafficMirrorFilterRule.js +144 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorFilterRules.d.ts +105 -0
- package/vpc/trafficMirrorFilterRules.js +53 -0
- package/vpc/trafficMirrorFilterRules.js.map +1 -0
- package/vpc/trafficMirrorFilters.d.ts +120 -0
- package/vpc/trafficMirrorFilters.js +54 -0
- package/vpc/trafficMirrorFilters.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +330 -0
- package/vpc/trafficMirrorSession.js +221 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorSessions.d.ts +189 -0
- package/vpc/trafficMirrorSessions.js +60 -0
- package/vpc/trafficMirrorSessions.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +222 -0
- package/vpc/trafficMirrorTarget.js +159 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/trafficMirrorTargets.d.ts +123 -0
- package/vpc/trafficMirrorTargets.js +54 -0
- package/vpc/trafficMirrorTargets.js.map +1 -0
- package/vpc/vpc.d.ts +8 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +9 -0
- package/vpc/vpcs.js +1 -0
- package/vpc/vpcs.js.map +1 -1
- package/waf/aclRule.d.ts +326 -0
- package/waf/aclRule.js +150 -0
- package/waf/aclRule.js.map +1 -0
- package/waf/aclRules.d.ts +170 -0
- package/waf/aclRules.js +69 -0
- package/waf/aclRules.js.map +1 -0
- package/waf/botAnalyseProtectRule.d.ts +320 -0
- package/waf/botAnalyseProtectRule.js +171 -0
- package/waf/botAnalyseProtectRule.js.map +1 -0
- package/waf/botAnalyseProtectRules.d.ts +145 -0
- package/waf/botAnalyseProtectRules.js +57 -0
- package/waf/botAnalyseProtectRules.js.map +1 -0
- package/waf/ccRule.d.ts +337 -0
- package/waf/ccRule.js +182 -0
- package/waf/ccRule.js.map +1 -0
- package/waf/ccRules.d.ts +149 -0
- package/waf/ccRules.js +61 -0
- package/waf/ccRules.js.map +1 -0
- package/waf/customBot.d.ts +191 -0
- package/waf/customBot.js +127 -0
- package/waf/customBot.js.map +1 -0
- package/waf/customBots.d.ts +86 -0
- package/waf/customBots.js +51 -0
- package/waf/customBots.js.map +1 -0
- package/waf/customPage.d.ts +310 -0
- package/waf/customPage.js +160 -0
- package/waf/customPage.js.map +1 -0
- package/waf/customPages.d.ts +110 -0
- package/waf/customPages.js +52 -0
- package/waf/customPages.js.map +1 -0
- package/waf/domains.d.ts +94 -0
- package/waf/domains.js +48 -0
- package/waf/domains.js.map +1 -0
- package/waf/getAclRules.d.ts +168 -0
- package/waf/getAclRules.js +66 -0
- package/waf/getAclRules.js.map +1 -0
- package/waf/getBotAnalyseProtectRules.d.ts +143 -0
- package/waf/getBotAnalyseProtectRules.js +54 -0
- package/waf/getBotAnalyseProtectRules.js.map +1 -0
- package/waf/getCcRules.d.ts +147 -0
- package/waf/getCcRules.js +58 -0
- package/waf/getCcRules.js.map +1 -0
- package/waf/getCustomBots.d.ts +84 -0
- package/waf/getCustomBots.js +48 -0
- package/waf/getCustomBots.js.map +1 -0
- package/waf/getCustomPages.d.ts +108 -0
- package/waf/getCustomPages.js +49 -0
- package/waf/getCustomPages.js.map +1 -0
- package/waf/getDomains.d.ts +92 -0
- package/waf/getDomains.js +45 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/getHostGroups.d.ts +146 -0
- package/waf/getHostGroups.js +55 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/getIpGroups.d.ts +105 -0
- package/waf/getIpGroups.js +49 -0
- package/waf/getIpGroups.js.map +1 -0
- package/waf/getProhibitions.d.ts +127 -0
- package/waf/getProhibitions.js +55 -0
- package/waf/getProhibitions.js.map +1 -0
- package/waf/getServiceCertificates.d.ts +71 -0
- package/waf/getServiceCertificates.js +43 -0
- package/waf/getServiceCertificates.js.map +1 -0
- package/waf/getSystemBots.d.ts +84 -0
- package/waf/getSystemBots.js +47 -0
- package/waf/getSystemBots.js.map +1 -0
- package/waf/hostGroup.d.ts +152 -0
- package/waf/hostGroup.js +90 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/hostGroups.d.ts +148 -0
- package/waf/hostGroups.js +58 -0
- package/waf/hostGroups.js.map +1 -0
- package/waf/index.d.ts +99 -0
- package/waf/index.js +139 -0
- package/waf/index.js.map +1 -0
- package/waf/instanceCtl.d.ts +95 -0
- package/waf/instanceCtl.js +76 -0
- package/waf/instanceCtl.js.map +1 -0
- package/waf/ipGroup.d.ts +132 -0
- package/waf/ipGroup.js +93 -0
- package/waf/ipGroup.js.map +1 -0
- package/waf/ipGroups.d.ts +107 -0
- package/waf/ipGroups.js +52 -0
- package/waf/ipGroups.js.map +1 -0
- package/waf/prohibitions.d.ts +129 -0
- package/waf/prohibitions.js +58 -0
- package/waf/prohibitions.js.map +1 -0
- package/waf/serviceCertificates.d.ts +73 -0
- package/waf/serviceCertificates.js +46 -0
- package/waf/serviceCertificates.js.map +1 -0
- package/waf/systemBot.d.ts +137 -0
- package/waf/systemBot.js +92 -0
- package/waf/systemBot.js.map +1 -0
- package/waf/systemBots.d.ts +86 -0
- package/waf/systemBots.js +50 -0
- package/waf/systemBots.js.map +1 -0
- package/waf/vulnerability.d.ts +116 -0
- package/waf/vulnerability.js +72 -0
- package/waf/vulnerability.js.map +1 -0
- package/waf/wafDomain.d.ts +877 -0
- package/waf/wafDomain.js +252 -0
- package/waf/wafDomain.js.map +1 -0
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of traffic mirror filter rules
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilterRules({
|
|
13
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilterRules has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilterRules */
|
|
18
|
+
export declare function trafficMirrorFilterRules(args?: TrafficMirrorFilterRulesArgs, opts?: pulumi.InvokeOptions): Promise<TrafficMirrorFilterRulesResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking TrafficMirrorFilterRules.
|
|
21
|
+
*/
|
|
22
|
+
export interface TrafficMirrorFilterRulesArgs {
|
|
23
|
+
/**
|
|
24
|
+
* File name where to save data source results.
|
|
25
|
+
*/
|
|
26
|
+
outputFile?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The project name of traffic mirror filter.
|
|
29
|
+
*/
|
|
30
|
+
projectName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Tags.
|
|
33
|
+
*/
|
|
34
|
+
tags?: inputs.vpc.TrafficMirrorFilterRulesTag[];
|
|
35
|
+
/**
|
|
36
|
+
* A list of traffic mirror filter IDs.
|
|
37
|
+
*/
|
|
38
|
+
trafficMirrorFilterIds?: string[];
|
|
39
|
+
/**
|
|
40
|
+
* A list of traffic mirror filter names.
|
|
41
|
+
*/
|
|
42
|
+
trafficMirrorFilterNames?: string[];
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* A collection of values returned by TrafficMirrorFilterRules.
|
|
46
|
+
*/
|
|
47
|
+
export interface TrafficMirrorFilterRulesResult {
|
|
48
|
+
/**
|
|
49
|
+
* The provider-assigned unique ID for this managed resource.
|
|
50
|
+
*/
|
|
51
|
+
readonly id: string;
|
|
52
|
+
readonly outputFile?: string;
|
|
53
|
+
readonly projectName?: string;
|
|
54
|
+
readonly tags?: outputs.vpc.TrafficMirrorFilterRulesTag[];
|
|
55
|
+
/**
|
|
56
|
+
* The total count of query.
|
|
57
|
+
*/
|
|
58
|
+
readonly totalCount: number;
|
|
59
|
+
readonly trafficMirrorFilterIds?: string[];
|
|
60
|
+
readonly trafficMirrorFilterNames?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* The collection of query.
|
|
63
|
+
*/
|
|
64
|
+
readonly trafficMirrorFilterRules: outputs.vpc.TrafficMirrorFilterRulesTrafficMirrorFilterRule[];
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Use this data source to query detailed information of traffic mirror filter rules
|
|
68
|
+
* ## Example Usage
|
|
69
|
+
*
|
|
70
|
+
* ```typescript
|
|
71
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
72
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
73
|
+
*
|
|
74
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilterRules({
|
|
75
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
76
|
+
* });
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilterRules has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilterRules */
|
|
80
|
+
export declare function trafficMirrorFilterRulesOutput(args?: TrafficMirrorFilterRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<TrafficMirrorFilterRulesResult>;
|
|
81
|
+
/**
|
|
82
|
+
* A collection of arguments for invoking TrafficMirrorFilterRules.
|
|
83
|
+
*/
|
|
84
|
+
export interface TrafficMirrorFilterRulesOutputArgs {
|
|
85
|
+
/**
|
|
86
|
+
* File name where to save data source results.
|
|
87
|
+
*/
|
|
88
|
+
outputFile?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The project name of traffic mirror filter.
|
|
91
|
+
*/
|
|
92
|
+
projectName?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* Tags.
|
|
95
|
+
*/
|
|
96
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorFilterRulesTagArgs>[]>;
|
|
97
|
+
/**
|
|
98
|
+
* A list of traffic mirror filter IDs.
|
|
99
|
+
*/
|
|
100
|
+
trafficMirrorFilterIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
101
|
+
/**
|
|
102
|
+
* A list of traffic mirror filter names.
|
|
103
|
+
*/
|
|
104
|
+
trafficMirrorFilterNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.trafficMirrorFilterRulesOutput = exports.trafficMirrorFilterRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of traffic mirror filter rules
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilterRules({
|
|
17
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilterRules has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilterRules */
|
|
22
|
+
function trafficMirrorFilterRules(args, opts) {
|
|
23
|
+
pulumi.log.warn("trafficMirrorFilterRules is deprecated: volcengine.vpc.TrafficMirrorFilterRules has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilterRules");
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:vpc/trafficMirrorFilterRules:TrafficMirrorFilterRules", {
|
|
27
|
+
"outputFile": args.outputFile,
|
|
28
|
+
"projectName": args.projectName,
|
|
29
|
+
"tags": args.tags,
|
|
30
|
+
"trafficMirrorFilterIds": args.trafficMirrorFilterIds,
|
|
31
|
+
"trafficMirrorFilterNames": args.trafficMirrorFilterNames,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.trafficMirrorFilterRules = trafficMirrorFilterRules;
|
|
35
|
+
/**
|
|
36
|
+
* Use this data source to query detailed information of traffic mirror filter rules
|
|
37
|
+
* ## Example Usage
|
|
38
|
+
*
|
|
39
|
+
* ```typescript
|
|
40
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
41
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
42
|
+
*
|
|
43
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilterRules({
|
|
44
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilterRules has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilterRules */
|
|
49
|
+
function trafficMirrorFilterRulesOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => trafficMirrorFilterRules(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.trafficMirrorFilterRulesOutput = trafficMirrorFilterRulesOutput;
|
|
53
|
+
//# sourceMappingURL=trafficMirrorFilterRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trafficMirrorFilterRules.js","sourceRoot":"","sources":["../../vpc/trafficMirrorFilterRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,qIAAqI;AACrI,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,4JAA4J,CAAC,CAAA;IAC7K,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4DAYC;AAkDD;;;;;;;;;;;;GAYG;AACH,qIAAqI;AACrI,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Use this data source to query detailed information of traffic mirror filters
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
*
|
|
12
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilters({
|
|
13
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilters has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilters */
|
|
18
|
+
export declare function trafficMirrorFilters(args?: TrafficMirrorFiltersArgs, opts?: pulumi.InvokeOptions): Promise<TrafficMirrorFiltersResult>;
|
|
19
|
+
/**
|
|
20
|
+
* A collection of arguments for invoking TrafficMirrorFilters.
|
|
21
|
+
*/
|
|
22
|
+
export interface TrafficMirrorFiltersArgs {
|
|
23
|
+
/**
|
|
24
|
+
* A Name Regex of Resource.
|
|
25
|
+
*/
|
|
26
|
+
nameRegex?: string;
|
|
27
|
+
/**
|
|
28
|
+
* File name where to save data source results.
|
|
29
|
+
*/
|
|
30
|
+
outputFile?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The project name of traffic mirror filter.
|
|
33
|
+
*/
|
|
34
|
+
projectName?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Tags.
|
|
37
|
+
*/
|
|
38
|
+
tags?: inputs.vpc.TrafficMirrorFiltersTag[];
|
|
39
|
+
/**
|
|
40
|
+
* A list of traffic mirror filter IDs.
|
|
41
|
+
*/
|
|
42
|
+
trafficMirrorFilterIds?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* A list of traffic mirror filter names.
|
|
45
|
+
*/
|
|
46
|
+
trafficMirrorFilterNames?: string[];
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* A collection of values returned by TrafficMirrorFilters.
|
|
50
|
+
*/
|
|
51
|
+
export interface TrafficMirrorFiltersResult {
|
|
52
|
+
/**
|
|
53
|
+
* The provider-assigned unique ID for this managed resource.
|
|
54
|
+
*/
|
|
55
|
+
readonly id: string;
|
|
56
|
+
readonly nameRegex?: string;
|
|
57
|
+
readonly outputFile?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The project name of traffic mirror filter.
|
|
60
|
+
*/
|
|
61
|
+
readonly projectName?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Tags.
|
|
64
|
+
*/
|
|
65
|
+
readonly tags?: outputs.vpc.TrafficMirrorFiltersTag[];
|
|
66
|
+
/**
|
|
67
|
+
* The total count of query.
|
|
68
|
+
*/
|
|
69
|
+
readonly totalCount: number;
|
|
70
|
+
readonly trafficMirrorFilterIds?: string[];
|
|
71
|
+
readonly trafficMirrorFilterNames?: string[];
|
|
72
|
+
/**
|
|
73
|
+
* The collection of query.
|
|
74
|
+
*/
|
|
75
|
+
readonly trafficMirrorFilters: outputs.vpc.TrafficMirrorFiltersTrafficMirrorFilter[];
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Use this data source to query detailed information of traffic mirror filters
|
|
79
|
+
* ## Example Usage
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
84
|
+
*
|
|
85
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilters({
|
|
86
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
87
|
+
* });
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilters has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilters */
|
|
91
|
+
export declare function trafficMirrorFiltersOutput(args?: TrafficMirrorFiltersOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<TrafficMirrorFiltersResult>;
|
|
92
|
+
/**
|
|
93
|
+
* A collection of arguments for invoking TrafficMirrorFilters.
|
|
94
|
+
*/
|
|
95
|
+
export interface TrafficMirrorFiltersOutputArgs {
|
|
96
|
+
/**
|
|
97
|
+
* A Name Regex of Resource.
|
|
98
|
+
*/
|
|
99
|
+
nameRegex?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* File name where to save data source results.
|
|
102
|
+
*/
|
|
103
|
+
outputFile?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The project name of traffic mirror filter.
|
|
106
|
+
*/
|
|
107
|
+
projectName?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Tags.
|
|
110
|
+
*/
|
|
111
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorFiltersTagArgs>[]>;
|
|
112
|
+
/**
|
|
113
|
+
* A list of traffic mirror filter IDs.
|
|
114
|
+
*/
|
|
115
|
+
trafficMirrorFilterIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
116
|
+
/**
|
|
117
|
+
* A list of traffic mirror filter names.
|
|
118
|
+
*/
|
|
119
|
+
trafficMirrorFilterNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.trafficMirrorFiltersOutput = exports.trafficMirrorFilters = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of traffic mirror filters
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilters({
|
|
17
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilters has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilters */
|
|
22
|
+
function trafficMirrorFilters(args, opts) {
|
|
23
|
+
pulumi.log.warn("trafficMirrorFilters is deprecated: volcengine.vpc.TrafficMirrorFilters has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilters");
|
|
24
|
+
args = args || {};
|
|
25
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
26
|
+
return pulumi.runtime.invoke("volcengine:vpc/trafficMirrorFilters:TrafficMirrorFilters", {
|
|
27
|
+
"nameRegex": args.nameRegex,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
"projectName": args.projectName,
|
|
30
|
+
"tags": args.tags,
|
|
31
|
+
"trafficMirrorFilterIds": args.trafficMirrorFilterIds,
|
|
32
|
+
"trafficMirrorFilterNames": args.trafficMirrorFilterNames,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.trafficMirrorFilters = trafficMirrorFilters;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of traffic mirror filters
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.vpc.getTrafficMirrorFilters({
|
|
45
|
+
* trafficMirrorFilterIds: ["tmf-mivro9v5x24g5smt1bsq****"],
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
/** @deprecated volcengine.vpc.TrafficMirrorFilters has been deprecated in favor of volcengine.vpc.getTrafficMirrorFilters */
|
|
50
|
+
function trafficMirrorFiltersOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => trafficMirrorFilters(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.trafficMirrorFiltersOutput = trafficMirrorFiltersOutput;
|
|
54
|
+
//# sourceMappingURL=trafficMirrorFilters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trafficMirrorFilters.js","sourceRoot":"","sources":["../../vpc/trafficMirrorFilters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,gJAAgJ,CAAC,CAAA;IACjK,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;KAC5D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oDAaC;AA6DD;;;;;;;;;;;;GAYG;AACH,6HAA6H;AAC7H,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,gEAEC"}
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a resource to manage traffic mirror session
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
11
|
+
* import * as volcengine from "@volcengine/pulumi";
|
|
12
|
+
*
|
|
13
|
+
* const fooZones = volcengine.ecs.getZones({});
|
|
14
|
+
* const fooVpc = new volcengine.vpc.Vpc("fooVpc", {
|
|
15
|
+
* vpcName: "acc-test-vpc",
|
|
16
|
+
* cidrBlock: "172.16.0.0/16",
|
|
17
|
+
* });
|
|
18
|
+
* const fooSubnet = new volcengine.vpc.Subnet("fooSubnet", {
|
|
19
|
+
* subnetName: "acc-test-subnet",
|
|
20
|
+
* cidrBlock: "172.16.0.0/24",
|
|
21
|
+
* zoneId: fooZones.then(fooZones => fooZones.zones?.[0]?.id),
|
|
22
|
+
* vpcId: fooVpc.id,
|
|
23
|
+
* });
|
|
24
|
+
* const fooSecurityGroup = new volcengine.vpc.SecurityGroup("fooSecurityGroup", {
|
|
25
|
+
* securityGroupName: "acc-test-sg",
|
|
26
|
+
* vpcId: fooVpc.id,
|
|
27
|
+
* });
|
|
28
|
+
* const fooImages = volcengine.ecs.getImages({
|
|
29
|
+
* osType: "Linux",
|
|
30
|
+
* visibility: "public",
|
|
31
|
+
* instanceTypeId: "ecs.g3il.large",
|
|
32
|
+
* });
|
|
33
|
+
* const fooInstance = new volcengine.ecs.Instance("fooInstance", {
|
|
34
|
+
* instanceName: "acc-test-ecs",
|
|
35
|
+
* description: "acc-test",
|
|
36
|
+
* hostName: "tf-acc-test",
|
|
37
|
+
* imageId: fooImages.then(fooImages => fooImages.images?.[0]?.imageId),
|
|
38
|
+
* instanceType: "ecs.g3il.large",
|
|
39
|
+
* password: "93f0cb0614Aab12",
|
|
40
|
+
* instanceChargeType: "PostPaid",
|
|
41
|
+
* systemVolumeType: "ESSD_PL0",
|
|
42
|
+
* systemVolumeSize: 40,
|
|
43
|
+
* subnetId: fooSubnet.id,
|
|
44
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
45
|
+
* projectName: "default",
|
|
46
|
+
* tags: [{
|
|
47
|
+
* key: "k1",
|
|
48
|
+
* value: "v1",
|
|
49
|
+
* }],
|
|
50
|
+
* });
|
|
51
|
+
* const fooNetworkInterface = new volcengine.vpc.NetworkInterface("fooNetworkInterface", {
|
|
52
|
+
* networkInterfaceName: "acc-test-eni",
|
|
53
|
+
* description: "acc-test",
|
|
54
|
+
* subnetId: fooSubnet.id,
|
|
55
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
56
|
+
* primaryIpAddress: "172.16.0.253",
|
|
57
|
+
* portSecurityEnabled: false,
|
|
58
|
+
* privateIpAddresses: ["172.16.0.2"],
|
|
59
|
+
* projectName: "default",
|
|
60
|
+
* tags: [{
|
|
61
|
+
* key: "k1",
|
|
62
|
+
* value: "v1",
|
|
63
|
+
* }],
|
|
64
|
+
* });
|
|
65
|
+
* const foo_sourceNetworkInterface = new volcengine.vpc.NetworkInterface("foo-sourceNetworkInterface", {
|
|
66
|
+
* networkInterfaceName: "acc-test-eni",
|
|
67
|
+
* description: "acc-test",
|
|
68
|
+
* subnetId: fooSubnet.id,
|
|
69
|
+
* securityGroupIds: [fooSecurityGroup.id],
|
|
70
|
+
* primaryIpAddress: "172.16.0.252",
|
|
71
|
+
* portSecurityEnabled: false,
|
|
72
|
+
* privateIpAddresses: ["172.16.0.5"],
|
|
73
|
+
* projectName: "default",
|
|
74
|
+
* tags: [{
|
|
75
|
+
* key: "k1",
|
|
76
|
+
* value: "v1",
|
|
77
|
+
* }],
|
|
78
|
+
* });
|
|
79
|
+
* const fooNetworkInterfaceAttach = new volcengine.vpc.NetworkInterfaceAttach("fooNetworkInterfaceAttach", {
|
|
80
|
+
* networkInterfaceId: fooNetworkInterface.id,
|
|
81
|
+
* instanceId: fooInstance.id,
|
|
82
|
+
* });
|
|
83
|
+
* const foo_sourceNetworkInterfaceAttach = new volcengine.vpc.NetworkInterfaceAttach("foo-sourceNetworkInterfaceAttach", {
|
|
84
|
+
* networkInterfaceId: foo_sourceNetworkInterface.id,
|
|
85
|
+
* instanceId: fooInstance.id,
|
|
86
|
+
* });
|
|
87
|
+
* const fooTrafficMirrorTarget = new volcengine.vpc.TrafficMirrorTarget("fooTrafficMirrorTarget", {
|
|
88
|
+
* instanceType: "NetworkInterface",
|
|
89
|
+
* instanceId: fooNetworkInterface.id,
|
|
90
|
+
* trafficMirrorTargetName: "acc-test-traffic-mirror-target",
|
|
91
|
+
* description: "acc-test",
|
|
92
|
+
* projectName: "default",
|
|
93
|
+
* tags: [{
|
|
94
|
+
* key: "k1",
|
|
95
|
+
* value: "v1",
|
|
96
|
+
* }],
|
|
97
|
+
* }, {
|
|
98
|
+
* dependsOn: [fooNetworkInterfaceAttach],
|
|
99
|
+
* });
|
|
100
|
+
* const fooTrafficMirrorFilter = new volcengine.vpc.TrafficMirrorFilter("fooTrafficMirrorFilter", {
|
|
101
|
+
* trafficMirrorFilterName: "acc-test-traffic-mirror-filter",
|
|
102
|
+
* description: "acc-test",
|
|
103
|
+
* projectName: "default",
|
|
104
|
+
* tags: [{
|
|
105
|
+
* key: "k1",
|
|
106
|
+
* value: "v1",
|
|
107
|
+
* }],
|
|
108
|
+
* });
|
|
109
|
+
* const fooTrafficMirrorSession = new volcengine.vpc.TrafficMirrorSession("fooTrafficMirrorSession", {
|
|
110
|
+
* trafficMirrorFilterId: fooTrafficMirrorFilter.id,
|
|
111
|
+
* trafficMirrorTargetId: fooTrafficMirrorTarget.id,
|
|
112
|
+
* trafficMirrorSessionName: "acc-test-traffic-mirror-session",
|
|
113
|
+
* description: "acc-test",
|
|
114
|
+
* networkInterfaceId: foo_sourceNetworkInterface.id,
|
|
115
|
+
* virtualNetworkId: 10,
|
|
116
|
+
* packetLength: 1000,
|
|
117
|
+
* priority: 1,
|
|
118
|
+
* projectName: "default",
|
|
119
|
+
* tags: [{
|
|
120
|
+
* key: "k1",
|
|
121
|
+
* value: "v1",
|
|
122
|
+
* }],
|
|
123
|
+
* }, {
|
|
124
|
+
* dependsOn: [foo_sourceNetworkInterfaceAttach],
|
|
125
|
+
* });
|
|
126
|
+
* ```
|
|
127
|
+
*
|
|
128
|
+
* ## Import
|
|
129
|
+
*
|
|
130
|
+
* TrafficMirrorSession can be imported using the id, e.g.
|
|
131
|
+
*
|
|
132
|
+
* ```sh
|
|
133
|
+
* $ pulumi import volcengine:vpc/trafficMirrorSession:TrafficMirrorSession default resource_id
|
|
134
|
+
* ```
|
|
135
|
+
*/
|
|
136
|
+
export declare class TrafficMirrorSession extends pulumi.CustomResource {
|
|
137
|
+
/**
|
|
138
|
+
* Get an existing TrafficMirrorSession resource's state with the given name, ID, and optional extra
|
|
139
|
+
* properties used to qualify the lookup.
|
|
140
|
+
*
|
|
141
|
+
* @param name The _unique_ name of the resulting resource.
|
|
142
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
143
|
+
* @param state Any extra arguments used during the lookup.
|
|
144
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
145
|
+
*/
|
|
146
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TrafficMirrorSessionState, opts?: pulumi.CustomResourceOptions): TrafficMirrorSession;
|
|
147
|
+
/**
|
|
148
|
+
* Returns true if the given object is an instance of TrafficMirrorSession. This is designed to work even
|
|
149
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
150
|
+
*/
|
|
151
|
+
static isInstance(obj: any): obj is TrafficMirrorSession;
|
|
152
|
+
/**
|
|
153
|
+
* The business status of traffic mirror session.
|
|
154
|
+
*/
|
|
155
|
+
readonly businessStatus: pulumi.Output<string>;
|
|
156
|
+
/**
|
|
157
|
+
* The create time of traffic mirror session.
|
|
158
|
+
*/
|
|
159
|
+
readonly createdAt: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* The description of the traffic mirror session.
|
|
162
|
+
*/
|
|
163
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* The lock reason of traffic mirror session.
|
|
166
|
+
*/
|
|
167
|
+
readonly lockReason: pulumi.Output<string>;
|
|
168
|
+
/**
|
|
169
|
+
* The ID of network interface.
|
|
170
|
+
*/
|
|
171
|
+
readonly networkInterfaceId: pulumi.Output<string>;
|
|
172
|
+
/**
|
|
173
|
+
* The packet length of traffic mirror session.
|
|
174
|
+
*/
|
|
175
|
+
readonly packetLength: pulumi.Output<number>;
|
|
176
|
+
/**
|
|
177
|
+
* The priority of traffic mirror session. Valid values: 1~32766.
|
|
178
|
+
*/
|
|
179
|
+
readonly priority: pulumi.Output<number>;
|
|
180
|
+
/**
|
|
181
|
+
* The project name of traffic mirror session.
|
|
182
|
+
*/
|
|
183
|
+
readonly projectName: pulumi.Output<string>;
|
|
184
|
+
/**
|
|
185
|
+
* The status of traffic mirror session.
|
|
186
|
+
*/
|
|
187
|
+
readonly status: pulumi.Output<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Tags.
|
|
190
|
+
*/
|
|
191
|
+
readonly tags: pulumi.Output<outputs.vpc.TrafficMirrorSessionTag[] | undefined>;
|
|
192
|
+
/**
|
|
193
|
+
* The ID of traffic mirror filter.
|
|
194
|
+
*/
|
|
195
|
+
readonly trafficMirrorFilterId: pulumi.Output<string>;
|
|
196
|
+
/**
|
|
197
|
+
* The name of the traffic mirror session.
|
|
198
|
+
*/
|
|
199
|
+
readonly trafficMirrorSessionName: pulumi.Output<string>;
|
|
200
|
+
/**
|
|
201
|
+
* The ID of traffic mirror target.
|
|
202
|
+
*/
|
|
203
|
+
readonly trafficMirrorTargetId: pulumi.Output<string>;
|
|
204
|
+
/**
|
|
205
|
+
* The update time of traffic mirror session.
|
|
206
|
+
*/
|
|
207
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
208
|
+
/**
|
|
209
|
+
* The ID of virtual network.
|
|
210
|
+
*/
|
|
211
|
+
readonly virtualNetworkId: pulumi.Output<number>;
|
|
212
|
+
/**
|
|
213
|
+
* Create a TrafficMirrorSession resource with the given unique name, arguments, and options.
|
|
214
|
+
*
|
|
215
|
+
* @param name The _unique_ name of the resource.
|
|
216
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
217
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
218
|
+
*/
|
|
219
|
+
constructor(name: string, args: TrafficMirrorSessionArgs, opts?: pulumi.CustomResourceOptions);
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* Input properties used for looking up and filtering TrafficMirrorSession resources.
|
|
223
|
+
*/
|
|
224
|
+
export interface TrafficMirrorSessionState {
|
|
225
|
+
/**
|
|
226
|
+
* The business status of traffic mirror session.
|
|
227
|
+
*/
|
|
228
|
+
businessStatus?: pulumi.Input<string>;
|
|
229
|
+
/**
|
|
230
|
+
* The create time of traffic mirror session.
|
|
231
|
+
*/
|
|
232
|
+
createdAt?: pulumi.Input<string>;
|
|
233
|
+
/**
|
|
234
|
+
* The description of the traffic mirror session.
|
|
235
|
+
*/
|
|
236
|
+
description?: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* The lock reason of traffic mirror session.
|
|
239
|
+
*/
|
|
240
|
+
lockReason?: pulumi.Input<string>;
|
|
241
|
+
/**
|
|
242
|
+
* The ID of network interface.
|
|
243
|
+
*/
|
|
244
|
+
networkInterfaceId?: pulumi.Input<string>;
|
|
245
|
+
/**
|
|
246
|
+
* The packet length of traffic mirror session.
|
|
247
|
+
*/
|
|
248
|
+
packetLength?: pulumi.Input<number>;
|
|
249
|
+
/**
|
|
250
|
+
* The priority of traffic mirror session. Valid values: 1~32766.
|
|
251
|
+
*/
|
|
252
|
+
priority?: pulumi.Input<number>;
|
|
253
|
+
/**
|
|
254
|
+
* The project name of traffic mirror session.
|
|
255
|
+
*/
|
|
256
|
+
projectName?: pulumi.Input<string>;
|
|
257
|
+
/**
|
|
258
|
+
* The status of traffic mirror session.
|
|
259
|
+
*/
|
|
260
|
+
status?: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* Tags.
|
|
263
|
+
*/
|
|
264
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorSessionTag>[]>;
|
|
265
|
+
/**
|
|
266
|
+
* The ID of traffic mirror filter.
|
|
267
|
+
*/
|
|
268
|
+
trafficMirrorFilterId?: pulumi.Input<string>;
|
|
269
|
+
/**
|
|
270
|
+
* The name of the traffic mirror session.
|
|
271
|
+
*/
|
|
272
|
+
trafficMirrorSessionName?: pulumi.Input<string>;
|
|
273
|
+
/**
|
|
274
|
+
* The ID of traffic mirror target.
|
|
275
|
+
*/
|
|
276
|
+
trafficMirrorTargetId?: pulumi.Input<string>;
|
|
277
|
+
/**
|
|
278
|
+
* The update time of traffic mirror session.
|
|
279
|
+
*/
|
|
280
|
+
updatedAt?: pulumi.Input<string>;
|
|
281
|
+
/**
|
|
282
|
+
* The ID of virtual network.
|
|
283
|
+
*/
|
|
284
|
+
virtualNetworkId?: pulumi.Input<number>;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* The set of arguments for constructing a TrafficMirrorSession resource.
|
|
288
|
+
*/
|
|
289
|
+
export interface TrafficMirrorSessionArgs {
|
|
290
|
+
/**
|
|
291
|
+
* The description of the traffic mirror session.
|
|
292
|
+
*/
|
|
293
|
+
description?: pulumi.Input<string>;
|
|
294
|
+
/**
|
|
295
|
+
* The ID of network interface.
|
|
296
|
+
*/
|
|
297
|
+
networkInterfaceId: pulumi.Input<string>;
|
|
298
|
+
/**
|
|
299
|
+
* The packet length of traffic mirror session.
|
|
300
|
+
*/
|
|
301
|
+
packetLength?: pulumi.Input<number>;
|
|
302
|
+
/**
|
|
303
|
+
* The priority of traffic mirror session. Valid values: 1~32766.
|
|
304
|
+
*/
|
|
305
|
+
priority: pulumi.Input<number>;
|
|
306
|
+
/**
|
|
307
|
+
* The project name of traffic mirror session.
|
|
308
|
+
*/
|
|
309
|
+
projectName?: pulumi.Input<string>;
|
|
310
|
+
/**
|
|
311
|
+
* Tags.
|
|
312
|
+
*/
|
|
313
|
+
tags?: pulumi.Input<pulumi.Input<inputs.vpc.TrafficMirrorSessionTag>[]>;
|
|
314
|
+
/**
|
|
315
|
+
* The ID of traffic mirror filter.
|
|
316
|
+
*/
|
|
317
|
+
trafficMirrorFilterId: pulumi.Input<string>;
|
|
318
|
+
/**
|
|
319
|
+
* The name of the traffic mirror session.
|
|
320
|
+
*/
|
|
321
|
+
trafficMirrorSessionName?: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* The ID of traffic mirror target.
|
|
324
|
+
*/
|
|
325
|
+
trafficMirrorTargetId: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* The ID of virtual network.
|
|
328
|
+
*/
|
|
329
|
+
virtualNetworkId?: pulumi.Input<number>;
|
|
330
|
+
}
|