LoadBalancerAccessLogConfigAttachmentArgs

data class LoadBalancerAccessLogConfigAttachmentArgs(val loadBalancerId: Output<String>? = null, val logProject: Output<String>? = null, val logStore: Output<String>? = null) : ConvertibleToJava<LoadBalancerAccessLogConfigAttachmentArgs>

Provides a Application Load Balancer (ALB) Load Balancer Access Log Config Attachment resource. Attachment between ALB and AccessLog. For information about Application Load Balancer (ALB) Load Balancer Access Log Config Attachment and how to use it, see What is Load Balancer Access Log Config Attachment.

NOTE: Available since v1.241.0.

Import

Application Load Balancer (ALB) Load Balancer Access Log Config Attachment can be imported using the id, e.g.

$ pulumi import alicloud:alb/loadBalancerAccessLogConfigAttachment:LoadBalancerAccessLogConfigAttachment example <id>

Constructors

constructor(loadBalancerId: Output<String>? = null, logProject: Output<String>? = null, logStore: Output<String>? = null)

Properties

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

The ID of the load balancing instance.

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

The log items shipped by the access log.

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

Logstore for log delivery.

Functions

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