Backend Args
data class BackendArgs(val address: Output<String>? = null, val backendHostHeader: Output<String>? = null, val enabledState: Output<Either<String, BackendEnabledState>>? = null, val httpPort: Output<Int>? = null, val httpsPort: Output<Int>? = null, val priority: Output<Int>? = null, val privateLinkAlias: Output<String>? = null, val privateLinkApprovalMessage: Output<String>? = null, val privateLinkLocation: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<BackendArgs>
Backend address of a frontDoor load balancer.
Constructors
Link copied to clipboard
fun BackendArgs(address: Output<String>? = null, backendHostHeader: Output<String>? = null, enabledState: Output<Either<String, BackendEnabledState>>? = null, httpPort: Output<Int>? = null, httpsPort: Output<Int>? = null, priority: Output<Int>? = null, privateLinkAlias: Output<String>? = null, privateLinkApprovalMessage: Output<String>? = null, privateLinkLocation: Output<String>? = null, privateLinkResourceId: Output<String>? = null, weight: Output<Int>? = null)