GetVpcFlowLogsPlainArgs

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
val description: String? = null

The Description of flow log.

Link copied to clipboard
val flowLogName: String? = null

The flow log name.

Link copied to clipboard
val ids: List<String>? = null

A list of Flow Log IDs.

Link copied to clipboard
val logStoreName: String? = null

The log store name.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Flow Log name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val projectName: String? = null

The project name.

Link copied to clipboard
val resourceId: String? = null

The resource id.

Link copied to clipboard
val resourceType: String? = null

The resource type. Valid values: NetworkInterface, VPC, VSwitch.

Link copied to clipboard
val status: String? = null

The status of flow log. Valid values: Active, Inactive.

Link copied to clipboard
val trafficType: String? = null

The traffic type. Valid values: All, Allow, Drop.

Functions

Link copied to clipboard
open override fun toJava(): GetVpcFlowLogsPlainArgs