GetFlowlogsResult

data class GetFlowlogsResult(val cenId: String? = null, val description: String? = null, val flowlogs: List<GetFlowlogsFlowlog>, val id: String, val ids: List<String>, val logStoreName: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val projectName: String? = null, val status: String? = null)

A collection of values returned by getFlowlogs.

Constructors

Link copied to clipboard
fun GetFlowlogsResult(cenId: String? = null, description: String? = null, flowlogs: List<GetFlowlogsFlowlog>, id: String, ids: List<String>, logStoreName: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, projectName: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN Instance.

Link copied to clipboard
val description: String? = null

The description of flowlog.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of CEN flow log IDs.

Link copied to clipboard
val logStoreName: String? = null

The name of the log store which is in the project_name SLS project.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of CEN flow log names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val projectName: String? = null

The name of the SLS project.

Link copied to clipboard
val status: String? = null

The status of flowlog.