Flow Log Args
data class FlowLogArgs(val aggregationInterval: Output<String>? = null, val description: Output<String>? = null, val flowLogName: Output<String>? = null, val logStoreName: Output<String>? = null, val projectName: Output<String>? = null, val resourceGroupId: Output<String>? = null, val resourceId: Output<String>? = null, val resourceType: Output<String>? = null, val status: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val trafficPaths: Output<List<String>>? = null, val trafficType: Output<String>? = null) : ConvertibleToJava<FlowLogArgs>
Provides a Vpc Flow Log resource. While it uses alicloud.vpc.FlowLog to build a vpc flow log resource, it will be active by default. For information about Vpc Flow Log and how to use it, see What is Flow Log.
NOTE: Available since v1.117.0.
Import
Vpc Flow Log can be imported using the id, e.g.
$ pulumi import alicloud:vpc/flowLog:FlowLog example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun FlowLogArgs(aggregationInterval: Output<String>? = null, description: Output<String>? = null, flowLogName: Output<String>? = null, logStoreName: Output<String>? = null, projectName: Output<String>? = null, resourceGroupId: Output<String>? = null, resourceId: Output<String>? = null, resourceType: Output<String>? = null, status: Output<String>? = null, tags: Output<Map<String, Any>>? = null, trafficPaths: Output<List<String>>? = null, trafficType: Output<String>? = null)