Get Vpc Flow Logs Plain Args
data class GetVpcFlowLogsPlainArgs(val description: String? = null, val flowLogName: String? = null, val ids: List<String>? = null, val logStoreName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val projectName: String? = null, val resourceId: String? = null, val resourceType: String? = null, val status: String? = null, val trafficType: String? = null) : ConvertibleToJava<GetVpcFlowLogsPlainArgs>
A collection of arguments for invoking getVpcFlowLogs.
Constructors
Link copied to clipboard
constructor(description: String? = null, flowLogName: String? = null, ids: List<String>? = null, logStoreName: String? = null, nameRegex: String? = null, outputFile: String? = null, projectName: String? = null, resourceId: String? = null, resourceType: String? = null, status: String? = null, trafficType: String? = null)
Properties
Link copied to clipboard
The Description of flow log.
Link copied to clipboard
The flow log name.
Link copied to clipboard
The log store name.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The project name.
Link copied to clipboard
The resource id.
Link copied to clipboard
The resource type. Valid values: NetworkInterface
, VPC
, VSwitch
.
Link copied to clipboard
The traffic type. Valid values: All
, Allow
, Drop
.