GatewayLoggingArgs

data class GatewayLoggingArgs(val gatewayId: Output<String>? = null, val slsLogstore: Output<String>? = null, val slsProject: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<GatewayLoggingArgs>

Provides a Cloud Storage Gateway Gateway Logging resource. For information about Cloud Storage Gateway Gateway Logging and how to use it, see What is Gateway Logging.

NOTE: Available since v1.144.0.

Import

Cloud Storage Gateway Gateway Logging can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/gatewayLogging:GatewayLogging example <gateway_id>

Constructors

Link copied to clipboard
constructor(gatewayId: Output<String>? = null, slsLogstore: Output<String>? = null, slsProject: Output<String>? = null, status: Output<String>? = null)

Properties

Link copied to clipboard
val gatewayId: Output<String>? = null

The ID of the Gateway.

Link copied to clipboard
val slsLogstore: Output<String>? = null

The name of the Log Store.

Link copied to clipboard
val slsProject: Output<String>? = null

The name of the Project.

Link copied to clipboard
val status: Output<String>? = null

The status of the resource. Valid values: Enabled, Disable.

Functions

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